@charset "utf-8";

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	color: #690023;
	font-size: 16px;
	margin-bottom: 5px;
}
h2,h3,h4,h5,h6 {

	margin-top: 10px;
}

h1 {
	font-size: 24px;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#container  {
	width: 955px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 12px;
}
#header {
	width: 955px;
	background-image: url(images/panel_background.png);
	background-repeat: repeat-y;
}
#header a img {
	padding-left: 35px;
	padding-top: 12px;
}

#navigation {
	width: 955px;
	background-image: url(images/panel_background.png);
	background-repeat: repeat-y;
}
#navigationbar {
	width: 888px;
	background-image: url(images/navigation_bar.jpg);
	background-repeat: no-repeat;
	height: 39px;
	margin-left: 35px;
	padding-top: 3px;
}

#navigationbar li
{
	display: inline;
	list-style-type: none;
	margin-right: 36px;
	margin-left: 12px;
}
#navigationbar ul a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#navigationbar ul a:hover,#navigationbar ul a:active,#navigationbar .current_page_item a:link {
	color: #FFF;
}

#navigationbar ul a:visted {
	color: #000;
}

#mainContent  {
	width: 880px;
	background-image: url(images/panel_background.png);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 40px;
}
#footer {
	background-image: url(images/panel_background.png);
	width: 955px;
	background-repeat: repeat-y;
}
#footerbar {
	width: 888px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin-left: 35px;
}
#footerbar p {
	text-align: center;
	padding-top: 3px;
	color: #000;
}



#postfooter {
	background-image: url(images/post_footer.png);
	height: 30px;
	width: 955px;
	background-repeat: no-repeat;
}
#designedby {
	float: right;
}

a, a:active, a:visited{
	text-decoration: none;
	color: #690023;
}
