@charset "utf-8";
/* CSS Document */
body {
	font-family: arial;
	font-size: 14px; 
	line-height: 22px;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	background: #23231d url(images/bg_02.jpg) repeat-x;
	text-align: justify;
	}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	}
#container {
	width: 1000px;
	margin: 0px auto;
	}
#header {
	width: 1000px;
	height: 400px;
	margin: 0px auto;
	margin-top: 44px;
	background: url(images/header_03.jpg) no-repeat;
	float:left;
	}
#nav { 
	width: 1000px;
	height: 89px;
	margin: 0px auto;
	float:left;
	}
#content { 
	width: 1000px;
	margin: 0px auto;
	float:left;
	color: #bcbcb4;
	padding-bottom: 20px;
	}
#content #left {
	width: 70%;
	float: left;
	}
#content #left #cont {
	padding: 20px;
	background: #0f0f0b;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 20px;
	}
#content #left #cont img {
	margin-bottom: 10px;
	}
#title {
	font-size: 22px;
	margin-bottom: 10px;
	color: #FFFFFF;	
	}
#content #right {
	width: 30%;
	float: left;
	}
#content #right img{
	margin-bottom: 20px;
	}
#clear {
	clear:both;
	}
#lower-panel {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 36px;
	background-color: #12120f;
	font-size: 12px;
	}
#triplet {
	width: 30%;
	float: left;
	}
#triplet-cont {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100px;
	}
#triplet a {
	width: 80px;
	padding: 7px;
	text-align:center;
	background-color: #000000;
	text-decoration: none;
	color:#ffb100;
	float:left;
	font-size: 10px;
	}
#triplet a:hover {
	color:#000000;
	background-color: #ffb100;
	text-decoration:none;
	}
#sep {
	float: left;
	width: 1px;
	height: 250px;
	margin-top: 36px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #1a1a16;
	}
#footer {
	width: 100%;
	margin: 0px auto;
	background-color: #000000;
	font-size: 12px;
	}
#flash {
	width: 361px;
	background-color: #666666;
	height: 263px;
	margin: 0px auto;
	float: left;
	margin-left: 40px;
	}
a.click {
	color:#FFFFFF;
	text-decoration: underline;
	}
a:hover.click {
	color:#ffb100;
	text-decoration: underline;
	}
.contactform {
	padding: 5px;
	background-color: #FFFFFF;
	width: 385px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;border: 1px solid #999999;		
	}