
html{
	height: 100%;	
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size : 0.8em;	
	margin : 0;
	padding : 0;
	background : #F3F3F3 url(header_bg.jpg) top left repeat-x;
height: 100%;
}



#container{
	margin: 0 auto;

	padding : 0;
	width : 800px;
	background :  url(container_bg.jpg)  top left repeat-y;
	position: relative;
	/*left: 50%;
	margin-left: -400px;*/
	min-height: 100%;
/*	overflow : visible;*/
}
* html #container{
	height: 100%;
}

#header{
	height : 200px;
	
	margin : 0;
	padding : 0;
}
#header h1 {
margin : 0;
}

#header h1 a{
background : url(header.jpg) no-repeat;
	width : 800px;
	height : 200px;
	margin : 0 auto;
	display : block;
	cursor : pointer;
}
#header h1 span{
	display : none;	
}

#content{
	margin : 0;
	/*margin-right : 210px;*/
	padding : 1em 0 1em 30px;
height: auto;
padding-bottom: 60px;
/*float : left;*/
width : 580px;
overflow : hidden;
}
#container_foot{
	overflow : visible;
	clear : both;
	
}

#menu{
position : relative;
	top : -60px;
	float : right;
	width : 168px;
	background : url(menu_bg.jpg) top center repeat-y;
	padding : 0;
	padding-top :1em;
}

#menu h2{
	font-size : 1em;
	padding : 2px;
	margin : 0;
	font-family: sans-serif;
	background : #BC7C10;
	font-stretch: narrower;
	display : block;
	text-align: center;
	color : white;
	margin : 0 10px;
}
#menu p#menu_footer{
	height : 10px;
	margin : 0;
	background : #BC7C10;
	display : block;
	background : url(menu_bottom.jpg) bottom center no-repeat;
	
}

#menu ul{
	list-style: none outside;
	padding : 0;
	margin : 0;
	margin-bottom : 1em;
	margin : 0 10px;
}
#menu ul li{
background: url(menu_link_bg.jpg) bottom left repeat-x;
	border : white solid 1px;
}
#menu ul li a{
display : block;
color : black;
text-align: left;
font-size : 1em;
padding : 2px 0 6px 0;
margin:0;
text-decoration: none;
}
#menu li a:hover{
	color :#BC7C10;
	text-decoration: none;
}



#footer{

	background :#262626 url(footer_bg2.jpg) bottom left repeat-x;
	height : 50px;
position: relative;
/*margin-top: -50px;*/
bottom : 0;
/*clear : both;*/
overflow: visible;

}
#footer a{
color : #DBDBDB;
}

#footer_place{

	margin : 0 auto;
	/*padding : 15px 210px 0 30px;
	width : 560px;*/
	padding-top : 15px;
	width : 800px;
	height : 35px;
	background: url(footer_bg.jpg) no-repeat;
	
}
#footer_text{
width : 600px;

margin : 0;
margin-left : 20px;
padding : 0;

text-align: center;
color : white;
	font-size: 0.7em;
}



#vanilla_sig{
	position : fixed;
	bottom : 10px;
	right : 10px;
	padding-left : 20px;
	text-align: center;
	font-size : 0.8em;
	color : #969696;
	background : url(tag.png) left center no-repeat;
	display : block;
}
* html #vanilla_sig {position:absolute;bottom: 10;right : 20;}

/****** Hx *******/

h1{
	/*margin : 0.5em 0;*/
	margin : 0;
	color : #BD560F;
	text-transform: none;
	font-size : 2.3em;
	font-family: Georgia;
	margin-top : 0.2em;
	margin-bottom : 0.8em;
	line-height: 1em;
}
h2{
	/*border-bottom : 1px dashed #D4B516;*/
	color : #BD7D0F;
	font-family: Georgia;
	
	margin-top : 0.2em;
		margin-bottom : 0.5em;
		line-height: 1em;
}
h3{
	margin : 0;
	color : #D56211;
	margin-top : 1em;
	font-family: Georgia;
	font-size : 1.2em;
	margin-top : 0.2em;
		margin-bottom : 0.2em;
		line-height: 1em;
	border-left : 3px solid #F6D08E;
}

/*****************************************************************/
hr{
	clear : both;
	visibility : hidden;
}

#nav {
	display : none;
}

/*****************************************************************/

#register{
	width : 20em;
}

.register{
	margin : 0 auto;
	width: 250px;
	height: 200px;
	overflow: hidden;
}
.register form{
	margin : 0;
	padding : 0;	
}
.register p{
	text-align: left;
}
.register fieldset{
	border : solid grey 1px;
	/*background: #F8FEF1;*/
	border-width : 2px 1px;
	padding : 10px;
	margin : 0;
	background:#F4F8FB none repeat scroll 0%;
margin-top: 10px;
margin-left : 10px;
padding:0.8em;
border : solid grey 1px;
color:#0984D2;
}

.register legend{
	color : #78A537;
	text-transform: uppercase;
	display : none;
	color:#D2091D;
font-weight:bold;
}

.register label{
	color:#4FB3F8;
}
.register input{
	background: #FAFAFA;
	background-color:#EFF0F1;
border:1px solid #FAB52D;
font-family:Verdana;
font-size : 1em;
padding:0pt 2px;
}
.register input[type=submit]{
	font-size : 1.5em;
	color : #105374;
	border : #1F92CC solid 1px;
	background: #F1FAFD;
	margin : 0 auto;
	background-color:#FAB52D;
border:1px solid #657BC7;
font-family:Verdana;
padding:0pt 2px;
}
.register input[type=submit]:hover{
	color : #5B7E2B;
	border : #5B7E2B solid 1px;
	background: #DFF2C5;
	border-color:#AE6000;
}

