@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	color:#006633;
}

.clearall {
	clear:both;
}

#container {
	width:960px;
	height:772px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	width:960px;
	height:190px;
	background-image:url(Images/top_bg.png);
}

#left {
	width:200px;
	height:200px;
	float:left;
}


#right {
	width:760px;
	background-image:url(Images/main_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:right;
	overflow:hidden;
}

#bottom {
	width:960px;
	height:47px;
	background-image:url(Images/bottom_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:55px;
}

#topleft {
	width:315px;
	height:190px;
	float:left;
}

#topmiddle {
	width:140px;
	height:175px;
	float:left;
}

#topright {
	width:505px;
	height:190px;
	float:right;
}

#leftup {
	width:315px;
	height:95px;
}

#leftdown {
	width:315px;
	height:95px;
}

#rightup {
	width:505px;
	height:85px;
	background-image:url(Images/IVT.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#rightdown {
	width:505px;
	height:105px;
}

/* 

Text

*/

#topmenu {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px 20px 10px 10px;
	line-height:25px;
}

#topmenu a:link, #topmenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#topmenu a:hover {
	color:#CCCCCC;
	text-decoration:none;
}



/* 

Button

*/

.button {
	width:200px;
	height:34px;
	background-image:url(Images/button.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 5px 0px;
	text-align:center;
	line-height:27px;
}

.button a:link, .button a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.button a:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}



