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

/* font styles */

.style1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6D6F71;
}

.style2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#007DC5;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CFE7C6;
	text-decoration:none;
}

body {
	background-image:url(../IMAGES/bg/rotate.php); border:none;
	background-repeat:no-repeat;
	background-position:inherit;
	background-attachment:fixed;
}	

/* positioning tags*/

#main_content {
	margin-right:auto;
	height:auto;
	width:1120px;
}

#content {
	float:right;
	padding-top:35px;
	width:840px;
	right: 100px;
}

#blurb {
	float:left;
	width:250px;
	padding:15px;
	background-color:#343434;
	height:auto;
	position:fixed;
	margin-left: 550px;
}

#aboutBlurb {
	float:left;
	width:490px;
	padding:15px;
	background-color:#343434;
	height:auto;
	margin-bottom: 20px;
	position: inherit;
}

#aboutBlurb p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:17px;
	text-align: left;
	width:400px;
}

#aboutBlurb h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:lighter;
	color:#CFE7C6;
	text-decoration:none;
}

#aboutBlurb img{
	width:100%;
	padding-bottom:20px;
}

.image {
	float:left;
	width:490px;
	padding:15px;
	background-color:#343434;
	height:auto;
	margin-bottom: 20px;
	position: inherit;
}

.image a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:17px;
	float:right;
	text-align: left;
}

.image a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CFE7C6;
	text-decoration:none;
	line-height:17px;
	float:right;
	text-align: left;
}

.image img{
	width:100%;
	padding-bottom: 20px;
}

#blurb p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:17px;
	float:right;
	text-align: left;	
}

#blurb h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:lighter;
	color:#CFE7C6;
	text-decoration:none;
}

#menu {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	margin-left:35px;
	margin-top:35px;
	width:180px;
	background-color:#343434;
	position:fixed;
	height:auto;
	float:left;
}

#menu img {
	padding-bottom:20px;
	padding-right: 10px;
	padding-left: 10px;
}

#menu links {
	padding-left:5px;
}

