@charset "UTF-8";
body {
	background-color: #d5d5d5;
	background-repeat: repeat-x;
	background-image: url(images/BG.png);
	background-attachment: fixed;
}

#sidebar {
	float: right;
	height: 1407px;
	width: 308px;
}
#search_form {
	height: 78px;
	width: 273px;
	background-image: url(images/searchform.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 35px;
	padding-top: 20px;
}
#sidebar_content {
	background-image: url(images/R_Side_Content.png);
	height: 1262px;
	width: 308px;
}


#page_template {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#main_content {
	width: 676px;
	float: left;
	padding: 0px;
	background-image: url(images/Main_Content_wrap.png);
	background-repeat: repeat-y;
	clip: rect(auto,auto,auto,auto);
}

#post {
	background-repeat: no-repeat;
	width: 657px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
}
#content_footer {
	height: 16px;
	width: 676px;
	background-image: url(images/Content_footer.png);
	background-repeat: no-repeat;
}



#content_title {
	height: 27px;
	width: 667px;
	background-image: url(images/Main_Content_Divider.png);
	padding-top: 7px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#post_footer {
	height: 20px;
	width: 650px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


#header {
	height: 183px;
	width: 990px;
}
#navbar {
	height: 30px;
	width: 990px;
	background-image: url(images/Nav_Bar.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 5px;
}


a.navlinks:link {
	color: #000000;
	text-decoration: none;
}

a.navlinks:hover {
	color: #0D0F61;
	text-decoration: underline;
}

a.navlinks:visited {
	color: #000000;
	text-decoration: none;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
