


body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #2d2722 url(images/bg8.jpg);
	font: 0px Arial, Tahoma, sans-serif;
	line-height: 200%;
	color: #333;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 100%;
	background: #7D8095 url(images/container_bg.gif);
}

#containerTop {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 10px;
	background: url(images/container_top.gif) top left no-repeat;
}

#containerBottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 10px;
	background: url(images/container_bottom.gif) top left no-repeat;
}

#header {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 130px;
	background: url(images/header5.jpg) top left no-repeat;
}

/*
	#mainMenu
	Here you can change the font size and face of the text for the menu items.
	If you change the color tag, it will change the color of the seperator characters which is a pipe | by default.
*/

#mainMenu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 62px;
	background: url(images/menu_bg2.jpg) top left no-repeat;
	font: 14px Arial, Tahoma, sans-serif;
	color: #fff;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#mainMenu li {
	margin: 20px 0px 0px 5px;
	padding: 0px;
	float: left;
}

/*
	#mainMenu a
	If you change the color here, it will change the color of your menu links.
*/

#mainMenu a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*
	#mainMenu a:hover
	This is the color of the menu links when you hover the mouse over them. Change it to whatever you need.
*/
#mainMenu a:hover {
	color: #B8BEFF;
	text-decoration: underline;
}

/*
	#bodyContainer
	You can change the font here. This will change the font for the left panel and the body panel.
*/

#bodyContainer {
	position: relative;
	float: left;
	left: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	background: #F2EDE4 url(images/body_bg.gif);
	font: 12px Arial, Tahoma, sans-serif;
}

#bodyTop {
	position: relative;
	float: left;
	left: 10px;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 37px;
	background: url(images/body_top.gif) top left no-repeat;
}
#bodyBottom {
	position: relative;
	float: left;
	left: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 20px;
	background: url(images/body_bottom.png) top left no-repeat;
}
img, #bodyBottom div { behavior: url(iepngfix.htc) }

/*
	#leftPanel
	The font for this left panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/

#leftPanel {
	float: left;
	margin: 0px auto 0px 0px;
	padding: 5px;
	width: 235px;
}

/*
	#bodyPanel
	The font for this body panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/

#bodyPanel {
	float: right;
	margin: 0px 0px 0px auto;
	padding: 5px;
	width: 485px;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 82px;
	background: url(images/footer.png) top left no-repeat;
	text-align: right;
}
img, #footer div { behavior: url(iepngfix.htc) }

/*
	#copyright
	You can change the font or color of the copyright text by modifying those tags here.
*/

#copyright {
	margin: 0;
	padding: 32px;
	color: #000;
	font-weight: bold;
	font: 10px "Century Gothic", Courier, monospace;
}
#caption {
	margin: 0 0 0 5px;
	font: 10px Arial, sans-serif;
}#contact-area {	width: 400px;	margin-top: 25px;		}#contact-area input, #contact-area textarea {	padding: 5px;	width: 405px;	font-family: Helvetica, sans-serif;	font-size: 1.4em;	margin: 0px 0px 10px 0px;	border: 2px solid #ccc;}#contact-area textarea {	height: 90px;}#contact-area textarea:focus, #contact-area input:focus {	border: 2px solid #900;}#contact-area input.submit-button {	width: 100px;	float: right;}

/*
------------------------------------------------------------------------------------------------------
	The following tags are not required for the design and you may modify them however you wish.
	You may want to change the color in the h1 and h2 tags as well as the tag labeled h3, h4, h5, h6.
	I have set images to have a padding around them and be displayed in block mode, you may change this.
	I have also set the default link styles in the a tags. If you want to learn more about CSS and how
	it works, visit this page: http://www.w3schools.com/css/default.asp. It's got some great information
	on each property of CSS.
------------------------------------------------------------------------------------------------------
*/

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	color: #3A4273;
	width: 100%;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	color: #3A4273;
}
h3, h4, h5, h6 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #3A4273;
}

img {
	display: block;
	margin: 7px;
	padding: 0px;
}

a {
	color: #3A4273;
	text-decoration: underline;
}

a:hover {
	color: #713737;
}


