html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: black url(../images/bg.gif) center top no-repeat;
}

body {
	
	width:800px;
	
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
}

a:link{ color: #75a653; }

a:visited{ color:#a6b999; }

a:hover, a:focus{ color: #66ce1d; text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #d56538; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }

#container {
	position: relative;
	min-height:100%;
	width:100%;
	background:transparent;
	overflow:hidden;
	top:234px;
}


.vcard{ display:none;}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position: relative;
	
	display:block;	
	width:460px;
	left:0px;
	margin:0 0 -444px 200px ;
	padding:80px 49px 1px 69px;
	background:white url(../images/cm3.gif) top right ;
	top:-444px;
	z-index:4;
	min-height:450px;
	overflow:hidden;
}

#content img{
	position:relative;
	display:inline;
	padding:0;
	margin:0 0 0 0;
	
}

.ctop{
	background: url( ../images/ct.gif ) no-repeat ; 
	position: absolute;
	display:block;
	height:56px;
	width:580px;
	z-index:5;
	right:33px;
	top:0px;
	left:198px;  
}


.cbot{
	background: url( ../images/cb.gif ) no-repeat center top;
	position: relative;
	display:block;
	height:31px;
	width:580px;
	margin:0px 0 -1px 0px;
	left:198px;
}

#nav{
	position: relative;
	left:2px;
	top:0px;
	width:262px;
	height:474px;
	list-style:none;
	padding:0;
	margin:0 -262px 0 0;
	background: url( ../images/ab.gif ) no-repeat center center;
	z-index:1000000000;
	text-align:left;
	display:block;
}

#nav li{
	padding:0;
	margin:0;
	width:80%;
	position:relative;
	top:50px;
	left:10px;
	
}

#nav li a{
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	padding:9px 2px 9px 30px;
	display:block;
	font-color:#6c0808;
}

#nav li a:hover{
	text-decoration:underline;
	/*background-color:white;*/
}


#footer {
	position: relative;
	bottom: 0;
	height:20px;
	margin:0 0 0 0;
	width:100%;
	text-align:center;
	background:black;
	color:white;
	left:80px;
	font-size:10px;
}

#footer a{
	color:white;
}