@charset "utf-8";
/* CSS Document */
body{
	background-color: #eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 980px;
	background: url(images/1container_bg.png);
}

#containerTop {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	height: 70px;
}

#header {
	margin: 15px auto 0px auto;
	padding: 0px;
	width: 960px;
	height: 560px;
	
}

/*
	#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: #fc0;
}

/*
	#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: 0px;
	margin: 0px auto 0px 0px;
	padding: 0px;
	width: 960px;
	background: url(images/body_bg.png);	
	font: 12px Arial, Tahoma, sans-serif;
}

#bodyTop {
	position: relative;
	float: left;
	left: 0px;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 960px;
	height: 9px;
	background: url(images/index_04.png) top left no-repeat;	
}

#bodyBottom {
	position: relative;
	float: left;
	left: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	height: 10px;
	background: url(images/footer.png) top left no-repeat;
}

/*
	#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: 0px;
	width: 220px;
}

/*
	#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 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 740px;

}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	height: 30px;
	background: url(pic/foot.png) top left no-repeat;
	text-align: right;
}


/*
	#copyright
	You can change the font or color of the copyright text by modifying those tags here.
*/
#copyright {
	margin: 0px auto 0px auto;
	padding: 5px;
	color: #666;
	font: 10px "Century Gothic", Courier, monospace;
}

/*
------------------------------------------------------------------------------------------------------
	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: #3656b0;
	width: 100%;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	color: #3656b0;
}

h3, h4, h5, h6 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #3656b0;
}

img {
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 2px;
	
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #0c0;
}
