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

body {
	background-color: #000000;
	color: #eeeeee;
	}
	
#wrapper {
	margin: 0px auto;
	width: 780px;
	padding: 0px;
	border: 0px;
	}
	
#header {
	position: relative;
	width: 780px;
	height: 130px;
	background-image: url(/imgs/template/header.jpg);
	background-repeat: no-repeat;
	}

#logo {
	position: absolute;
	left: 20px;
	top: 10px;
	}
	

#main-outer {
	margin: 0px;
	width: 780px;
	}
	
#homepic {
	width: 150px;
	margin: 10px 0px;
	float: right;
	display: inline;
}
	
	
#main-content {
	width: 590px;
	padding: 10px;
	background-color: #212121; 
	margin: 10px 150px 10px 0px;
	color: #000000;
	}
	
.img-left {
	width: 210px;
	height: 160px;
	background-color: #454545;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	float: left;
	}
	
.img-right {
	width: 210px;
	height: 160px;
	background-color: #454545;
	padding: 10px;
	margin: 0px 0px 0px 15px;
	float: right;
	}
	
	
#main-content h1 {
	padding: 0px;
	font: normal 1.3em 'times new roman', times, serif;
	margin: 0px 0px 10px 0px;
}
	
#main-content p {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
}


#main-content p:first-letter {
	font: normal 2em 'times new roman', times, serif;
	padding: 0px;
	}
	
#main-content ul, #main-content ol {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
}

#main-content a:link, #main-content a:visited {
	color: #0077D9;
	font-weight: bold;
	text-decoration: underline;
}

#main-content a:hover {
	color: #004F91;
}

#footer {
	width: 750px;
	padding: 15px 15px 5px 15px;
	background-color: #121212;
	color: #eeeeee;
	}
	
#footer p {
	font: normal .7em arial, helvetica, sans-serif;
	margin :0px 0px 10px 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	}

#footer h2 {
	font: normal 1em 'times new roman', times, serif;
	margin: 0px;
}

#address {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
	}
	
	
