@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#07090a;
	font-family:Arial;
	font-size:11px;
	color:#8c7a71;
	line-height:17px;
}

.content {
	padding:18px;
	background-color:#302c28;
}

.text-resalt {
	color:#9f8d78;	
}

.text-white {
	color:#FFFFFF;
}

.title {
	font-size:13px;	
}

a:link {
	color: #ddc9b1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ddc9b1;
}
a:hover {
	text-decoration: underline;
	color: #ceb597;
}
a:active {
	text-decoration: underline;
	color: #ceb597;
}

.line-horizontal-1 {
	border-style:solid; 
	border-color:#5e5149; 
	border-width:1px 0 0 0; 
	width:440px;
}

.line-vertical-1 {
	border-style:solid; 
	border-color:#5e5149; 
	border-width:0 1px 0 0; 
	width:1px; 
	height:250px; 
	float:right; 
	margin-left:15px;
}

.line-vertical-2 {
	border-style:solid; 
	border-color:#5e5149; 
	border-width:0 1px 0 0; 
	width:1px; 
	height:315px; 
	float:right; 
	margin-left:15px;
}

.line-vertical-3 {
	border-style:solid; 
	border-color:#5e5149; 
	border-width:0 1px 0 0; 
	width:1px; 
	height:375px; 
	float:right; 
	margin-left:15px;
}

.right-side-1 {
	float:right; 
	width:220px; 
	margin-left:15px;	
}

.img-align {
	margin-right:20px;	
}

.footer {
	color:#665854;
	font-size:10px;
	margin-top:10px;
	text-align:left;
	width:730px;
	margin:auto;
}