@charset "utf-8";
/* CSS Document */

body{
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#DBD7D6;
	}
	div,p,  tr, td, form{
	padding:0;
	margin:0;}
		.main{
	width:1054px;
	margin:auto;
	background:url(images/line.jpg) repeat-y;}
	.header{
	background:url(images/header.jpg) no-repeat;
	height:5px;
	padding:320px 30px 10px 180px;
	color:#FFFFFF;
	font-weight:bold;}
	.top{
	background:url(images/top.jpg) no-repeat;}
	.bottom{
	background:url(images/bottom.jpg) no-repeat;
		background-position:bottom;}
		.content{
		min-height:560px;
		padding:70px 0 155px 100px;
		clear:both;}
		* html .content{
		height:560px;
		}
		.bg{
		background:url(images/line.jpg) repeat-y;}
.header a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}

.header a:visited {
	text-decoration: none;
	color:#ffffff;
}
.header a:hover {
	text-decoration: none;
	color: #cccccc;

}
.header a:active {
	text-decoration: none;
	color: #ffffff;
	}

img{
border:none;}

 a:link {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #cccccc;

}