
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #a990a1;}
a:hover {color: #5a4e56;}

body {
	background-color: #180c14;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p,code,ul {padding-bottom: 1.2em; }

li {list-style: none;}

h1 {
	font: 25px Arial Narrow, Verdana, Geneva, sans-serif;
	color: #333333;
	margin-bottom: 5px;
}

.style1 
{
    color: #5c4a56;
}
.style3 
{
    color: #a990a1;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both; background-color: #180c14; height: 0; line-height: 0;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #180c14;
	font-size: 11px;
	margin: 0 auto;
	width: 1000px;
}

/* header */


/* title */
.header {
	background: #180c14 url(../img/header.jpg) no-repeat;
	font-size: 11px;
	height: 150px;
	margin: 0 auto;
	width: 1000px;
	height: 150px;
}


/* navigation */
.navigation {	
	background: #180c14 url(../img/nav.gif);
	height: 40px;
}
.navigation a {
	color: #ffffff;
	display: block;
	float: left;
	font: 14px Arial Narrow,sans-serif;
	line-height: 40px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	
	}
.navigation a:hover {color: #5c4a56;}

.navigation .current 
{
    background-color: #ffffff;
    color: #180c14;
	display: block;
	float: left;
	font: 14px Arial Narrow,sans-serif;
	line-height: 40px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
    }

/* main */
.main {
	background-color: #180c14;
}

/* content */
.content {
	background: #180c14 url(../img/mainbg.jpg) repeat-x;
	width: 1000px;
	height: 165px;
}
.content .descr {
	color: #180c14;
	font-size: 0.9em;
	font: 28px Edwardian Script ITC, Kunstler Script, Arial ,sans-serif;
	
}

#info {
	background: #180c14 url(../img/infotop.gif) repeat-x;
	width: 1000px;
	overflow:hidden;
	
	}
	
#info .menu {
	padding: 16px;
	width: 968px;
}


.option {	
	font: 11px Tahoma, Arial, sans-serif;
	color: #cccccc;
	height: 35px;
	text-transform: uppercase;
	margin-bottom: 20px;
	
}
.option a {
	color: #cccccc;
	display: block;
	float: left;
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 35px;
	padding: 0 30px;
	text-decoration: none;
	border: 1px solid #2a2026;
	margin-left: 5px;
	}
.option a:hover {color: #ffffff; background-color:#2a2026; border: 1px solid #ffffff;}



#info .rightbox {
	float: right;
	width:440px;
	padding: 16px;
	}
	
#info .leftbox {
	float:left;
	width: 440px;
	padding: 16px;
}

#info .dash {
	float:left;
	height: 100px;
	width: 2px;
	margin: 10px 20px;
	border-right: dashed 1px #ffffff;
}

#info h2{
	color: #ffffff;
	font: 24px Book Antiqua, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

#info h5{
	color: #ffffff;
	font: 14px Book Antiqua, "Times New Roman", Times, serif;
}

#info p {
	color: #cccccc;
	font: normal 11px Tahoma, Arial, sans-serif;
}
	

.style2 
{
    font: 10px Arial ,sans-serif;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
.content p {font: 11px Tahoma, Arial, sans-serif;}

.bottom 
{
    background-color: #180c14;
	width: 1000px;
	height: 116px;
}

.email {
	color:#ffffff;
	text-decoration: underline;
}

.bottom h1 {
	color: #a690a0;
	font: 20px Arial Narrow, Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom: 5px;
	padding-top: 0;
}

.bottom p{
	color:#ffffff;
	font: 11px normal  Arial,sans-serif;
}

.bottom .boxleft {
	background: #180c14 url(../img/boxbg.jpg) repeat-x;
	height: 84px;
	float:left;
	padding: 16px;
	margin-right: 5px;
}

.bottom .boxright {
	background: #180c14 url(../img/boxbg.jpg) repeat-x;
	height: 84px;
	float:right;
	padding: 16px;
}


/* footer */
.footer {
	background-color: #180c14;
	color: #FFF;
	font: normal 11px Tahoma, Arial, sans-serif;
	line-height: 39px;
	text-align:right;
}
.footer a,.footer a:hover {color: #FFF;}

img {
	border: none;
}


	
