BODY {background: #ebeff1; margin-top: 0px; margin-right: 5px; margin-bottom: 0px; margin-left: 5px;}

html {overflow: -moz-scrollbars-vertical;}

/* ----------- [ PAGE WRAPPER ] ---------- */
div#pagewrapper {
	display: block;
	margin: 0 auto;	
	width: 950px;	
	height: auto;
	background-color: #FFFFFF;	
}

/* ----------- [ HEADER ] ------------*/
div#headerwrap {
	display: block;
	float: left;
	width: 950px;
	height: 397px;
	clear: both;		
}
div#header {
	display: block;
	float: left;
	width: 200px;
	height: 237px;		
	padding: 160px 696px 0px 54px;
	background: #ffffff url('/images/back_header.jpg');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #990000;
	font-weight: bold; 
}

/* ----------- [ CONTENT ] ------------*/
h1.left {font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 36px; font-weight: bold; color: #666666; border-bottom-style: solid; border-bottom-color: #CCCCCC; border-bottom-width: medium; text-align: left;}

h1.right {font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 36px; font-weight: bold; color: #666666; border-bottom-style: solid; border-bottom-color: #CCCCCC; border-bottom-width: medium; text-align: right;}

p.home {height: 75px;}

.dblarrow {color: #990000; font-size: 24px;}

div#contentwrap {	
	width: 950px;		
	display: block;
	clear: both;				
}
div#leftcontent {	
	display: block;
	float: left;
	width: 205px;
	height: auto;		
	padding: 30px 20px 30px 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;	
}
div#leftcontent a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
div#leftcontent a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
div#leftcontent a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}	
div#rightcontent {	
	display: block;
	float: right;
	width: 645px;
	height: auto;		
	padding: 30px 40px 30px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
div#rightcontent a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
div#rightcontent a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
div#rightcontent a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
div#contentleft {	
	display: block;
	float: left;
	width: 600px;
	height: auto;		
	padding: 0px 15px 0px 21px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;	
}

/* ----------- [ FOOTER ] ------------*/
div#footerwrap {
	display: block;
	float: left;
	width: 950px;
	height: auto;				
}
div#footer {
	display: block;
	float: left;
	width: 950px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 0px 0px 0px 0px;		
}
div#footer a {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
div#footer a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
div#footer a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight:bold;
}

/* ---------- [ CLEAR FIX ] --------- */
.clearfix:after {
	 content: "."; 
	 display: block;
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }

.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
