@charset "utf-8";
/* CSS Document */
*{
outline:none;	
}
a:link, a:visited{
	color:#CCC;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}
body, html{
	background-image:url('img/body_BG.jpg');
	background-repeat:repeat-x;
	background-color:#000705;
	margin:0;
	padding:0;
	font:11px Arial, Helvetica, sans-serif;
}
#wrapper{
	width:940px;
	margin:0 auto;
}
#header{		
}
#leftNav{
	float:left;
	width:221px;		
}
#mainBody{
	float:right;
	width:594px;
	background-image:url('img/mainBody_extend.png');
	background-repeat:repeat-y;
	padding-right:125px; /* (leftNav width + mainBody width) - wrapper width */ 
}
#mainBody .content{
	padding:70px 75px 0 25px;
	min-height:213px;
	color:#090;
}

#mainBody .content p{
	text-align:justify;
	line-height:1.5em;
	margin:0px;
}

/* Backgrounds for mainBody by Page */
.home{
	background-image:url('img/home_mainBody_BG.jpg');
	background-repeat:no-repeat;
}
.about{
	background-image:url('img/about_mainBody_BG.jpg');
	background-repeat:no-repeat;
}
.projects{
	background-image:none;
}
.contact{
	background-image:url('img/contact_mainBody_BG.jpg');
	background-repeat:no-repeat;
}

/* Bio Images */
.bio hr{
	padding:0px 0;
	margin:5px 0;
	border-style:dotted;
	border:1px solid;
	border-color:#666;
}
.bio p{
	padding:60px 0 0 150px;
	color:#999;
}
.bio{
	min-height:202px;	
}
.pauly{
	background-image:url('img/MLC_Pauly.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
.randy{
	background-image:url('img/MLC_Randy.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

/* General CSS */
.pritem strong{
	color:#F60;
	font-size:14px;
}
#footer{
	clear:both;
	text-align:center;
	padding:10px 0 0 40px;	
	color:#333;
}
