/* CSS Document */
<!--
body{
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #282425;
	background: url(images/bodybg_3.jpg) repeat-x fixed top;
	margin: 0px;
	padding: 0px;
	background-color: #BAD9EB;
}



/*headings */
	h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
	color:#865E2C;
	}
	
	h4{
	font:Arial, Helvetica, sans-serif;
	}
	
	/*paragraph and bullets*/
	p, li{
	line-height:1.5em;
	font-size:1em;}
	
	
	img{border:none;}
	/*silly hack for ie6*/
	*html p, *html li, *html div{height:1%;}

/*Layout*/
	#wrapper {
	width:780px;
	border:5px solid #C89956;
	margin:0px auto;}

	#headhack{
	background: url(images/bg_r3_c1.jpg) repeat-y scroll left center;
	}

	#head{
	background: #fff url(images/bg_top.jpg) no-repeat scroll left top;
	padding:0px 0px 10px 0px;
	position:relative;
	}	
	#content {
	background: #EADFBF url(images/bg_top2.jpg) no-repeat scroll left top;
	}

	#main {
	float:left;
	width:540px;
	}
	
	#submain {
	margin-left:540px;
	border-left: 1px solid #DEC298;
	
	}
	
	/*another hack for ie 6*/
	
	*html #main {
	width:530px;
	}
	
	*html #submain {
	margin-left:535px;
		}
	/**/
	#clearhack {
	clear:both;}
	
	.clearpeople{
	clear:both;
	border-bottom:1px solid #DEC298;
	padding:0px;
	margin:0px 10px;
	}
	
	.clearnoline{
	clear:both;
	border-bottom:1px solid #DEC298;
	padding:0px}
	
	/**/
	#pagehead{
	margin:45px 0px 0px 25px;}
		
/*specific font styles*/
	#main .headingtop, #submain .headingtop{
	margin:40px 0px 0px 0px;}


/*head*/
	
	#head h2{margin: 20px 0px 0px 25px;
	font-weight:normal;
	font-size:1.3em;
	width:470px;
	color:#FFFFFF}
	
	#head h2 em {
	font-style:normal;
	color:#BBD6EB;}
	
	#toplogos{position:absolute;
	top:0px;
	right:0px;}
	
	#head a#register{
	display:block;
	width:89px;
	height:76px;
	float:right;
	background: url(images/button.jpg) no-repeat scroll left top;
	}
	
	#head a#register:hover{
	background: url(images/button_over.jpg) no-repeat scroll left top;
	text-decoration:none;
	}
	
	#head a#register span{
	visibility: hidden;
	display:none;
	}

/*main font-styles and related content*/

	#main .headingtop{
	margin:40px 0px 0px 130px;}
	
	#main p, #main h3, #main h4{
	margin: 0px 0px 0px 130px;
	padding:0px;
	}
	#main p{	
	margin: 0px 20px 10px 130px;
	padding:0px;
	}
	
	#main img{
	float:left;
	margin:0px 10px 0px 25px;
	clear:left;
	}
	
	#main h3{
	clear:both;
	font: small-caps 1.4em Arial, Helvetica, sans-serif;
	margin: 0px 0px 7px 25px;
	padding:10px 0px 0px 0px;
	font-weight:bold;
	line-height:1em;
	}
	
	#main h4 {
	font: small-caps normal 1.2em Arial, Helvetica, sans-serif;
	
	}
/*submain styles*/	
	#submain p{padding:0px 10px 7px 10px;}
	#submain li{
	line-height:1.5em;
	font-size:1em;
	padding:0px 25px 10px 0px}
	
	
-->
</style>

