﻿@import url("layout.css");
body 
{
	background-color: #ececdb;
	background-image: url("../images/page_bg.jpg");
	background-repeat: repeat-y;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-top: 20px;
	margin-left: 75px;
}

#container 
{
	width: 750px;
	padding-bottom: 0px;
}

#masthead 
{
	width:  750px;	
}

#navigation 
{
	height: 35px;
	width:  750px;	
}

#contentTop
{
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 11px;
	line-height: 11px;
}	

#content 
{
	background-image: url(../images/content-middle.jpg);
	background-repeat: repeat-y;
	width: 710px;
	padding: 15px 5px 15px 25px;
	text-align: left;
	color: #000;
}

#content h1
{
	font-size: 16px;
	line-height: 20px;
}

#content h2
{
	font-size: 14px;
}

#content h3
{
	font-size: 14px;
}


#contentBottom
{
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	line-height: 10px;
}


#footer {
	clear: both;
	width: 605px;
	margin: 0 auto;
	padding-top: 5px;
}

#bottom {
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	background-image: url(../images/sub-menu-btn.gif);
	color: #4d4d28;
	display: block;
	/*font-family: andy;*/
	font-size: 16px;
	font-weight: bold;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	width: 113px;
}

#navigation a:active
{
	background-image: url(../images/sub-menu-btn-over4.gif);
	text-decoration: underline;
}


#navigation a:hover 
{
	background-image: url(../images/sub-menu-btn-over4.gif);

}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #998;
}
/* Footer Styles */
#footer p {
	color: #998;
	padding: 10px 5px;
	margin: 4px;
}
#footer a {
	color: #776;
	text-decoration: underline;
}
#footer a:hover {
	color: #bba;
	text-decoration: none;
}
#bottom p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}