/*
The "id" selector is designated with a "#"
The class selector is designed with a ","
*/


*{padding: 0px;
margin: 0px;}

a:link {
	color: #0AAAFD;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
}

a:visited {
	color: #7F7772;
}


body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0066FF; //light, light blue
	//color: #0099FF; light, light blue
}

#big_back
{
background: url(images/ES3.png) no-repeat center top;
width: 100%
}

#header {
	height: 180px;
	width: 500px;
	//width:821 px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}

#content
{
width: 821px;
margin: 0 auto;
min-height: 500px;
}


#m1
{
   margin: 5px 0 0 0;
}

#menu {
	float: left;
	width: 150px;
}
#menu a {
	display: block;
	padding-left: 20px;
	margin-top: 25px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	text-decoration: underline;
	background: #000000;
}



/*right is apparently where the body of the text is.*/
#right
{
float: right;
//float: center;
margin-left: 40px;
margin-right: 40px;
width: 570px;
padding-top: 10px;
padding-right:10px;
padding-left:10px;
padding-bottom: 10px;
background-color: #000000;
}

#leftpicture
{
float: left
margin-left: 0px;
margin-right: 40px;
width: 150px;
color: #FFFFFF;
}

#copyright
{
float: left;
width: 100%;
height: 90px;
padding-top: 30px;
background: #000000;
text-align: center
}

#copyright p {

	color: #ffffff;
}

#copyright a {
	color: #ffffff;
}

#copyright a:hover {
	color: #FF0000;
}
.date {
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
}

.date a {
	color: #0041A3;
}