/* CSS Document */

body {
	width: 1200px;
	background-color: #F6F5F0;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	width:260px;
	height:438px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: center top;
	/*padding:0 544px 0 0;*/
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------mid--------------------*/
#mid{
	width:940px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: none;
	background-position: 0 0;
	height: 389px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
/*------------------------------------------------mid--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:660px;
	height:350px;
	padding-top: 444px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer{
	width:700px;
	height:350px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#footer ul{
	width:700px;
	position:absolute;
	top:0;
	text-align: left;
	left: 160px;
}
#footer ul li{
	float:left;
	color:#666666;
	background-color:inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
}
#footer ul li a{
	padding:0 8px;
	color:#333333;
	background-color:inherit;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
}
#footer ul li a:hover{
	color: #CCCCCC;
}
#footer p.copyright{
	position:absolute;
	left:0px;
	top:32px;
	width:680px;
	color:#666666;
	background-color:inherit;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	float: none;
	text-align: left;
}
#footer p.design{
	display:block;
	width:700px;
	height:18px;
	padding:0;
	position:absolute;
	left:0px;
	top:223px;
	color:#999999;
	background-color:inherit;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}
#footer p.design2{
	display:block;
	width:700px;
	height:18px;
	padding:0;
	position:absolute;
	left:0px;
	top:250px;
	background-color:inherit;
	text-transform:uppercase;
	text-align: left;
}
#footer p.design a.link{
	color:#999999;
	background-color:inherit;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
#footer p.design a.link:hover{
	color:#000;
	background-color:inherit;
}
#footer a.xhtml{
	display:block;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	width:56px;
	height:11px;
	position:absolute;
	left:108px;
	top:60px;
}
#footer a.xhtml:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.css{
	display:block;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	width:34px;
	height:11px;
	position:absolute;
	left:170px;
	top:60px;
}
#footer a.css:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------footer--------------------*/

