@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #FFFFFF url(../img/bg.jpg) center top repeat-x; 
	}
	
/* Structure */
#bgtop {
margin: auto;
background:url(../img/bgtop.jpg) center top no-repeat;
}
#container {
margin: auto;
width: 901px;
height: 608px;
}
#header {
background:url(../img/header.jpg) no-repeat;
width: 901px;
height: 104px
}
#middle {
background:url(../img/middle2.jpg) no-repeat;
width: 901px;
height: 50px
}
#menu {
width: 901px;
height: 33px
}
 .menuitem {
 float: left;
 }
#main {
width: 901px;
height: 364px;
}
#left {
float:left;
background:url(../img/left2.jpg) no-repeat;
width: 60px;
height: 364px;
}
#content {
color:#000000;
float:left;
width: 783px;
height: 364px;
}
li { 
color: #c1022c; 
}
span { color: black; }
.text {
float:left;
overflow: auto;
margin-top: 10px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 10px;
width: 325px;
height: 344px;
}
#title {
color: #c1022c;
font-size: 14px;
font-weight:bold;
}
#right {
float:left;
background:url(../img/right.jpg) no-repeat;
width: 58px;
height: 364px;
}
#frontimage {
float:left;
width: 432px;
height: 364px;

}
#footer {
background:url(../img/footer2.jpg) no-repeat;
width: 901px;
height: 57px;
}

/* Link style */

a:link {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}

a:hover {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

a:active {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}