/* home page layout styles */


body {
	min-width: 770px;
	text-align: center;
	font: 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	color: #fff;
}


p { font-size: 90%;

}

h1 {
font-size: 120%;
}

h2 {
font-size: 110%;
}

h3 {
font-size: 100%;
font-weight: bold;
letter-spacing: 1px;
}

ul li {
font-size: 90%;
}


/* layout styles */

div#wrapper {
	text-align: left;
	width: 770px;
	min-width: 770px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background-color: #000;
	background-image: url(../images/homepage_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


div#content {
width: 450px;
margin-top: 160px;
margin-right: 35px;
margin-bottom: 5px;
margin-left: 300px;


}


div#content a:link, div#content a:visited { 
 color: #DFDAC8; text-decoration: underline;
 
 }

div#content a:hover, div#links a:focus {

color: #999; text-decoration: none;


}

div#links {
	padding: 5px 5px 1px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	letter-spacing: 2px;
	border-bottom: 2px solid #999999;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 150px;
	
}

div#links a:link, div#links a:visited {
	height: 1%;
	display: inline;
	text-decoration: none;
	color: #818585;
	padding: 4px 0 4px 2px;
	margin: 0;
}

div#links a:hover, div#links a:focus {
	color: #eee;
	}


div#bottom {
	padding: 10px 0px 10px 0px;
	font-size: 70%;
	color: #ccc;
	margin-top: 40px;
	margin-right: 130px;
	margin-left: 150px;



}


/* some classes for special circumstances */

.smaller {
font-size: 80%;
}

