body
{
	text-align: center;
	FONT: 12px/140% Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	background-color: #1e1e1e;
	background-image: url('/media/Image/bgd.gif');
	background-repeat: repeat;
}

h1 { font: 30px Arial; font-weight: bold;}
h3 { font: 12px Arial; font-weight: bold;}
hr { color: #c4c4c4; height: 1px; }

a { color: #d22700; font-weight: bold; text-decoration: underline; }
a:hover { color: #000000; font-weight: bold; text-decoration: none; }



.header
{
	width: 766px;
	height: 172px;
	background-image: url('/media/Image/header-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
}

.footer
{
	width: 766px;
	height: 134px;
	background-image: url('/media/Image/footer-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 70px;
	padding-left: 60px;
	text-align: right;
	font: 10px Verdana;
	color: #e66;
	
}

.section-inner-2
{
	background-image: url('/media/Image/content-top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
}
.section-outer-2
{
	background-image: url('/media/Image/content-bg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	height: 600px;
}

.main-menu
{
	height: 66px;
	padding-bottom: 16px;
}

.main-menu-inner
{
	background-image: url('/media/Image/menu-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 50px;
}

.main-menu-item
{
	text-align: center;
	height: 30px;
}

.main-menu-item a,
.main-menu-item a:visited,
.main-menu-item a:active
{
	color: #fff;
	font: 16px Arial;
	text-decoration: none;
	font-weight: bold;
}
.main-menu-item a:hover
{
	color: #f00;
}


.image-outer
{
	height: 120px;
	width: 120px;
	float: left;
	margin: 7px;

}
.image 
{
	border: 7px solid #600000;
}

.module-header
{
	font: 18px Verdana;
	color: #fff;
	background-image: url('/media/Image/mheader.gif');
	background-position: middle left;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-bottom: 35px;
}
.click
{
	cursor: pointer;
}	
