/*-------------------------
     style.css
	by Blake Harley
-------------------------*/



/*----------------------
     Body
----------------------*/

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}


/*----------------------
     Links
----------------------*/

a:link{
	color: #333333;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	text-decoration: underline;
}

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



/*----------------------
     Boxing
----------------------*/

#wrapper{
	width: 1024px;
	height: 768px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.navigation{
	border: none;
	width: 645px;
	height: 31px;
	padding: 316px 0 0 20px;
	list-style: none;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

.content{
	border: none;
	width: 624px;
	padding: 0 0 0 40px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

.alignright{
	text-align: right;
}

.clear{
	clear: both;
}



/*----------------------
     Text Formatting
----------------------*/

.navigation a{
	display: block;
	float: left;
	border: none;
	height: 31px;
	padding: 0;
	margin: 0;
}

.title{
	padding: 5px 0 0 250px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.subtitle{
	font-weight: bold;
	font-size: 15px;
}

.normal{
	text-align: left;
}