@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; 
	padding:0; 
	background-color:#C9C9C9;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

#main { 
	position:absolute; 
	z-index:1; 
	width:800px; 
	left:50%; 
	margin-top:10px; 
	margin-left:-400px; 
	background-color:#ff0000;
	
}

#main a, link, visited, hover {
	color:#FF0000;
}

#header_bar { 	
	width:800px;
	height:110px;
	background-image: url(images/header.jpg);
	background-color:#fff;
}

#col1 { 
	position:relative; 
	z-index:2; 
	float:right;
	padding:15px;
	width:575px; 	
	background-color:#fff;
	min-height:500px; /* real browsers */
}

#masterdiv {
	position:relative; 
	z-index:10; 
	float:left;
	width:175px;
	background-image: url(images/side_nav.jpg); 
	background-repeat: repeat-x; 
	text-transform: uppercase;
	font-weight:bold;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#wrap {
	position:absolute; 
	z-index:50; 
	background-color:#000;
	border:solid 10px #fff;
}

#photos {
	padding-left:10px;
}

#inner a{
	color:#000000;
	line-height:30px;
	text-decoration: none;
}

#inner div {
	border-bottom:dotted 1px #000;
	width:145px;
	margin-left:20px;
}
.subtitles {
	color: #ff0000;
	text-transform:uppercase;
}
#footer { 
	width:595px; 
	height:45px;
	background-color:#000000;
	color:#FFFFFF; 
	float:right;
	bottom:0px;
	border-left:solid 10px #fff;
}

#copyright {
	margin:0; 
	padding:25px; 
	position:relative; 
	z-index:25; 
	clear:both; 
	width:730px; 
	height:0; 
	bottom:0; 
	background-color:#FFFFFF;
}

#white_paper { 
	position:absolute; 
	z-index:500; 
	color:#FFFFFF; 
	text-transform:none;
	font-weight:normal;
	width:125px; 
	top:515px;
	margin-left:-180px;
	background-color:#ff0000;
	padding:15px;
	clear:both;
}
#white_paper a, hover, visited{ 
	color:#FFFFFF; 
	text-decoration:none;
}