[[[/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	/*
	background-image: url(http://www.dostuffwiththings.com/img/backgroundTile.jpg);*/
	background-color:#000000;
	background-repeat: repeat-x
	background-repeat: repeat-y
	
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu ul li a:link { text-decoration: none; color: #ffffff; background: #000000; padding: 1px 4px 1px 4px; }
#menu ul li a:active { text-decoration: none; color: #000000; background: #ff00ff; padding: 1px 4px 1px 4px;  }
#menu ul li a:visited { text-decoration: none; color:#ffffff; background: #000000; padding: 1px 4px 1px 4px; }
#menu ul li a:hover { text-decoration: none; color: #000000; background: #00ffff; padding: 1px 4px 1px 4px; }

a, a:active, a:visited, a:hover { text-decoration: none; color: #00ffff;  font-weight: bold; }

a img { 
	border: none;
}


#menu {
	background-color:#ffffff;
	text-align:right;
	width: 160px;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	padding: 10px 0 0 30px;
}

#menu ul {
	width: 160px;
	list-style: none;
	padding: 0px 0 15px 0;
	margin: 0 0 0px 0;
}

#menu ul li {
	line-height: 14px;
	font-weight: bold;
}

#menu ul li.section-title { color: #000000; padding-right: 5px;}

#content {
    height: 100%;
    padding: 66px 0 0 235px;
    top: 0;
}

.container {
    padding: 15px 5px 25px 0px;
}

#content p { width: 400px; margin: 0px 0px 9px 0px; }


p {
	width: 0px;
	margin: 0 0 0px 0px;
	text-decoration: none; color: #ffffff;
}


h1 { font-size: 11px; color: #ffffff; font-weight: bold; padding-bottom: 4px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 5px 0; }

#once { clear: left; }