body {
	background-color: #c3c4c4;
	background-image: url(../images/pagebg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 0;
}

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 920px;
}

.divider	{
	width: 100%;
	height: 10px;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dashed  #fe3101;
}

.title	{
	width: 100%;
	height: 20px;
	display: block;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fe3101;
	padding-bottom: 5px;
	border-bottom: 2px dashed  #fe3101;
}

.text10	{
	font-size: 10px;
}

/* Header Style */
#header	{
	width: 920px;
	height: 350px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/header-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.logo	{
	width: 320px;
	height: 290px;
	float: left;
	position: relative;
	top: 60px;
	left: 60px;
}

.header_img	{
	width: 513px;
	height: 349px;
	float: left;
	position: relative;
	top: 1px;
	left: 59px;
}
/* End Header Style */

/* Navigation Style */
#navigation	{
	width: 920px;
	height: 70px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/navigation-bar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.menu	{
	width: 920px;
	position: relative;
	top: 15px;
	left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu_clear	{
	padding: 30px;
}

/* End Navigation Style */

/* Body Content Style */

#content	{
	width: 920px;
	background-image: url(../images/content-bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	text-align: left;
}

.left_content	{
	float: left;
	width: 162px;
	position: relative;
	top: 5px;
	left: 80px;
}

.title_left	{
	width: 100%;
	height: 20px;
	display: block;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fe3101;
}

.left_link	{
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
}

.main_content	{
	width: 558px;
	float: right;
	position: relative;
	top: 0px;
	right: 80px;
}

.body_link	{
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

#clear	{
	float: left;
	position: relative;
	width: 920px;
	height: 30px;
}

/* End Body Content Style */

/* Footer Style */

#footer	{
	width: 920px;
	height: 95px;
	float: left;
	position: relative;
	background-image: url(../images/footer-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.footer_link	{
	width: 790px;
	height: 20px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 33px;
	left: 0px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 130px;
}

#copyright	{
	width: 920px;
	height: 10px;
	float: left;
	position: relative;
	padding-bottom: 15px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/* End Footer Style */

/* Linkage Style */

.menu a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

.left_link a:link, a:visited, a:active {
	color: #FF3300;
	text-decoration: none;
}

.left_link a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.body_link a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

.body_link a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.footer_link a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#copyright a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover {
	color: #000000;
	text-decoration: underline;
}

/* End Linkage Style */






