#wrapper{
	width: 750px;
	margin: 0 auto;
}

body{
	background-color: #666;
}

#header{
	height: 275px; /*Height of top section*/
	width: 748px;
	background-repeat: no-repeat;
	background-image: url("headers/header.png");
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5%;
}
	
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	margin-bottom: 10px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	margin: 30px 0 0;
	padding-left: 5%;
}

small{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10%;
}

img.imageborder, img.imageborder:link, img.imageborder:visited{
	border: 0px;
}

#menu{
	background-repeat: no-repeat;
	height: 50px;
	width: 748px;
	background-image: url("headers/top.png");
}

#menu a{
	margin: 20px;
}

a.menu:link{
	color: #06F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

a.menu:visited{
	color: #06F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

a.menu:hover{
	color: #FFF;
	text-decoration: underline;
	font-size: 18px;
}

a.menu:selected{
	color: #FFF;
	text-decoration: underline;
	font-size: 18px;
}

#menu2{
	background-repeat: no-repeat;
	height: 60px;
	width: 748px;
	background-image: url("headers/sidebars1.png");
}

#menu2 a{
	margin: 30px;
}

a.menu2:link{
	color: #06F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.menu2:visited{
	color: #06F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.menu2:hover{
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

a.menu2:selected{
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	width: 748px;
	background-image: url("headers/sidebars.png");
	background-position: center;
	font-size: small;
	padding-top: 30px;
}

#content p {
	margin: 0 10px;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 12px;
}

#sidebar{
	height: 400px;
	float: right; 
	width: 250px;
	padding-right: 30px;
	background-image: url("headers/sidebar.png");
	background-repeat: no-repeat;
}

#twitter_div ul{
	margin: 0 10px;
	padding-left: 7%;
	padding-right: 5%;
	line-height: 1.2em;
	margin-bottom: 15%;
	width: 200px;
}

#footer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url("headers/bottom.png");
	height: 50px;
	width: 748px;
}
