/* CSS Document */

* {padding: 0; margin: 0; text-decoration: none; color: #FFFFFF; font-weight: normal;}

body {
	background: #000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 150%;
	}
	
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 350%;
	padding: 5px 0 15px 0;
	}

h2 {font-size: 250%;}
h3 {font-size: 180%; padding: 15px 0 5px 0;}

p {padding: 5px 0;}

a:link {color: #CCCCCC; text-decoration: none;}
a:hover {color: #999999; text-decoration: underline;}
a:active {color: #666666;}
a:visited {color: #666666;}

.hozrule {
	background: #222222 url(../images/spacer.gif) no-repeat center;
	float: left;
	width: 800px; 
	height: 19px;
	border: none;
	margin: 20px 0;
	}

#container {
	width: 850px;
	margin: 0 auto;
	background: #222222;
	}

#header {
	background: url(../images/header.gif);
	width: 850px;
	height: 187px;
	}

#header h1, #header h2 {
	display: none;
	}

#header h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	color: #CCCCCC;
	padding: 155px 0 0 0;
	text-align: center;
	}

#main {
	padding: 25px;
	float: left;
	}

.about {
	text-align: center;
	font-size: 150%;
	padding: 10px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	}

.contact {
	font-size: 120%;
	}

#welcome {
	float: left;
	display: inline;
	}

#welcome img {
	border: 10px solid #FFF;
	margin-left: 10px;
	display: inline;
	}
#recent {
	float: left;
	display: inline;
	margin-bottom: 30px;
	}

#recent img {
	border: 10px solid #0d0d0d;
	margin: 10px 5px;
	display: inline;
	float: left;
	width: 170px;
	height: 130px;	
	}

#recent img:hover {
	border: 10px solid #333;
	}

#footer {
	clear: left;
	background: #161616;
	width: 850px;
	height: 60px;
	padding-top: 10px;
	border-bottom: 3px solid #222222;
	text-align: center;
	}




	