/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #555E4F;
	width: 1200px;

}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {

	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -5px;

}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}

#header h3 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 35px;
	letter-spacing: -2px;
}


a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #003300;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 130px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 150px;
	padding: 15px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #003300 ;
}

#menu1 a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
	height: 1950px;
}


#colOne {
	float: left;
	width: 150px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 750px;
	padding: 0 20px 0 20px;
	height: 1500px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #003300;
}

#content h3 {
	margin-bottom: 20px;
	font-size: 25px;
	letter-spacing: -2px;
	color: #003300;
}


#footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}



#espg #image {
	text-align:center;	
	background: #fff url(imagefade/loading.gif) 50% 50% no-repeat;
	border-right: 0px solid #A79E89;	
	margin:0 auto;
	padding-top: 1px;
	float: left;
	height: 487px;
	width: 717px;
/*	margin-bottom:5px;*/
}
#espg .imgwrapper {
	float: left;
	margin: 0 15px 15px 15px;
	padding: 2px;
}
#espg .imgwrapper span {
	display:block;
	text-align:center;	
}
#espg .imgwrapper img {
	background-color: #fff;
	border: 1px solid #ccc;
	/*-moz-border-radius:5px;*/
	padding: 4px;
}
#espg .imgwrapper a:visited img {
	background-color:#fff;	
}
#espg .imgwrapper a:hover img, #espg .imgwrapper a:focus img {
	background-color: #cff;
}
#espg .imgwrapper a:hover, #espg .imgwrapper a:focus {
	color:#000;
}


#espg #credit {
	border-top: 1px solid #A79E89;
	background: #E7DED6 top left no-repeat;
	color: #666;
	height: 15px;
	padding-top: 5px;
	padding-left: 12px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	clear:both;
	width: 700px;
}


