@charset "UTF-8";
/* CSS Document */


#container {
	height: 630px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

*.preserved {
	color: #EE0000;
	font-size: 20px;
	font-weight: lighter;
	white-space: pre;
	text-align: right;
}

h3 {
	color: #EE0000;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 0.15em;
}

#header {
	height: 130px;
	width: 778px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	text-align: left;
	margin: 0;
}

	
#sprynav {
	clear: both;
	margin-left: 0; 
	height: auto;
	width: 800px;

	
}
	

#leftcontent {
position: relative; top: 25px; left: 0;
height: 260px;
width: 445px;
border-bottom: 3px solid #EE0000;
border-left: 1px solid #E3AB2A;
margin: 0;
}

#rightcontent {
position: relative; top: -239px; left: -8px;
 width: 345px; 
 height: 260px;
float: right; 
border-bottom: 3px solid #EE0000;
border-right: 1px solid #E3AB2A;
margin: 0;
}

#slide {
	clear: both;
	height: 300px;
	width: 798px;
	border-bottom: 3px solid gold;
	border-left: 1px solid red;
	border-right: 1px solid red;
	margin: 0;
	z-index: 1;
}


#left500content {
position: relative; top: 22px; left: 0;
height: 360px;
width: 498px;
border-bottom: 3px solid #EE0000;
border-left: 1px solid #E3AB2A;
border-right: 1px solid #E3AB2A;
margin: 0;
}

#right300content {
position: relative; top: -340px; left: 0;
 width: 298px; 
 height: 360px;
float: right; 
border-bottom: 3px solid #EE0000;
border-left: 1px solid #E3AB2A;
border-right: 1px solid #E3AB2A;
margin: 0;
}


#footer2 {
	color: white;
	clear: both;
	height: 95px;
	width: 748px;
	padding-top: 20px;
	padding-right: 30px;
	text-align: left;
	border-top: 3px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	white-space: pre;
	padding-left: 20px;
}
