html, body, form, img, table, td, th, tr {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;	
	} 
form {
	display: block;
	}
body {
	background: url(../images/body_bg.png) repeat-x #360000;
	}
td {
	vertical-align: top;
	}

html, body {
	height: 100%;
	}

img {
	border: 0px;
	}



input.textarea, textarea {
	margin: 0;
	padding: 2px 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #ffeae3;*/
	border: 1px solid #85484b;
	/*background: #5c0106;*/
	}
textarea {
	height: 74px;
}

a {
	color:#F1E7B7;
	text-decoration: underline;
	}
a:hover {
	color:#F1E7B7;
	text-decoration: none;	
	}



h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 0;
	}



p {
	margin-top: 0px;
	margin-bottom: 17px;
	}



/*	main
---------------------------------------------------------------------------*/
#main {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	background: #820101;
	border: 1px solid #7c5959;
	}



/*	header
---------------------------------------------------------------------------*/
#header {
	height: 222px;
	background: #6a1217;
	border-bottom: 1px solid #7c5959;
	line-height: 9px;
	}
	
	
	
/*	menu
---------------------------------------------------------------------------*/
#menu {
	background: #fff;
	border-top: 1px solid #fff;
	width:100%;
	}
	
#menu .links {
	border-top: 3px solid #5b0206;
	border-bottom: 3px solid #5b0206;
	padding: 0 4px;
}
#menu a {	
	line-height: 25px;
	color: #391143;
	padding: 6px 8px;
	text-decoration: none;
	}
#menu a:hover, #menu a.hover {
	color: #fff;
	background: #5b0206;
	}
#menu img {margin-top:2px;}

/*	content
---------------------------------------------------------------------------*/
#content {
	background: #820101;
	padding-top: 6px;
	}
	
	
/*	leftside	*/
#content .leftside {
	width:206px;
	float: left;	
	}
#content .leftside .box {
	padding: 25px 25px 0 18px;
	}
	
	
/*	contact_form	*/	
#contact_form, #contact_form input, #contact_form textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contact_form input, #contact_form textarea {
	display: block;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 8px;
	}

#contact_form input.btn {
	width: 80px;
	padding: 3px 10px;
	color: #fff;
	background:#5b0206;
	border: 1px solid #85484b;
	margin-top: 15px;
}



/*	rightside	*/
#content .rightside {
	margin-left: 206px;
	background: url(../images/vsep1.gif) repeat-y;
	}

#maintext {
	padding: 25px 22px 15px;
	}
#maintext .title {
	padding-bottom:25px;
	}
#maintext .title h1, #maintext .title h2 {
	padding-bottom: 7px;
	}
#maintext .title .comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	}
#maintext .licence {
	font-size: 10px;
}


/*	footer
---------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #7c5959;
	background: #fff url(../images/footer_bg.gif) repeat-x;
	padding: 32px 18px 18px;
	}
#footer .links {
	text-align: center;		
	}
#footer, #footer a {
	color: #820101;
	}


/*	copyright
---------------------------------------------------------------------------*/
#copyright {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	padding: 8px 18px;
	text-align: center;
	}
#copyright, #copyright a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}



/*	etc
---------------------------------------------------------------------------*/
.sep1 {
	padding: 5px 0 18px;
	}
.sep1 div {
	background: #96969c url(../images/sep1_bg.png) repeat-x;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	}
	
	

.clear {
	font-size: 1px;
	line-height: 0;
	clear: both;
	}
	
