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


/*homepage*/

#home {
	margin-top: -138px;
	width: 1100px;
}

#home li {
	display: inline;
	
}

/*sliding boxes*/

			
			.boxgrid{ 
				width: 246px; 
				height: 175px; 
				margin:0 3px 3px 0; 
				float:left; 
				background:#161613; 
				border: none; 
				overflow: hidden; 
				position: relative; 
				}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 0px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				font-size:11px;
				font-weight: bold;
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 175px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
			h3 a{}

/*end homepage*/



#text {
width: 100px;
margin: 0px;
padding: 0px;
}


body {
	font-size: 12px;
	font-family: Georgia, serif;
	background: #000000;
	color:#CCC;
	font-style: italic;
}

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

a:link {
	text-decoration: none;
	color: #999;
}
a:active { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #999; }
a:hover {
	text-decoration: none;
	color: #ccc;
}

a img { border: none; }


#menu {
    width: 230px;
    overflow: hidden;
	top: 0px;
	 bottom: 0;
	left: 10px;
    position: fixed;
	margin-top: 0;
    height: 100%;
	background-color: #000000;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu a {
font-size: 12px;
}

#menu ul li.section-title {
	font-size: 13px;
	margin-bottom: 3px;
	color: #FFF;
	font-weight: bold;
}

#menu ul li.active a{
color: #ffffff;
text-decoration:none;
}

#menu li {
	margin-bottom: 1px;
}

#content {
    height: 100%;
    margin: 0 0 0 285px;
    top: 0;
	margin-top: 131px;
}

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


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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 32px;
	color:#fff;
}
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 12px 0; }

#once { clear: left; }

