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

body{
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
	color:#FFFFFF;
	background:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
div, p, form, table,tr,td{
	margin:0;
	padding:0;
	}
.main{
background:url(images/line.jpg) repeat-y;
width:751px;
margin:auto;
}
.main2{
background:url(images/line2.jpg) repeat-y;
width:751px;
margin:auto;
}
.header{
background:url(images/header.jpg) no-repeat;
}
.header2{
background:url(images/header2.jpg) no-repeat;
}
.nav{
padding-top:110px;
height:	30px;
padding-right:40px;
margin-left:200px;
}
.content{
background:url(images/top.jpg) no-repeat;
}
.content2{
background:url(images/top2.jpg) no-repeat;
}
.left{
float:left;
width:500px;
padding-left:10px;
padding-top:45px;
padding-right:10px;
}
*html .left{
width:490px;
padding-left:10px;
}
.right{
margin-left:520px;
width:210px;
text-align:center;
padding-right:10px;
padding-top:60px;
padding-left:7px;
/*min-height:150px;*/
/*padding-left:15px;*/

}
*html .right{
height:150px;
padding-left:15px;
margin-left:0px;}
.footer{
background:url(images/footer.jpg) no-repeat;
height:29px;
text-align:center;
color:#FFFFFF;
padding-top:10px;
}
.footer2{
background:url(images/footer2.jpg) no-repeat;
height:29px;
text-align:center;
color:#FFFFFF;
padding-top:10px;
}
.cls{
clear:both;
}
a:link {
	color:#B40607;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#B40607;
}
a:hover {
	text-decoration: none;
	color: #000000;

}
a:active {
	text-decoration: none;
	color: #B40607;
	}
	.nav a:visited {
	text-decoration: none;
	color:#ffffff;
}