BODY {background-image: url('/images/background.gif'); background-color: #000000; margin-top: 25px; margin-bottom: 25px; margin-left: 25px; margin-right: 25px;}

html {overflow: -moz-scrollbars-vertical;}

/* ----------- [ PAGE WRAPPER ] ---------- */
div#pagewrapper {
	display: block;
	margin: 0 auto;	
	width: 950px;	
	height: auto;
	background-image: url('/images/back_frame.gif');
}

/* ----------- [ CONTENT ] ------------*/
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 22px; font-weight: bold; color: #336699; font-variant: small-caps;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; font-weight: bold; color: #000000;}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

div#contentwrapper {	
	width: 950px;		
	display: block;
	clear: both;			
}
div#contentleft {	
	display: block;
	float: left;
	width: 233px;
	height: auto;		
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #33ccff;
}
#nav {
	width: 233px;	
	border-collapse: collapse;
}
#nav td {
	padding: 10px 10px 10px 10px;
	background: #21709b; 
	border-top: 0px solid #5491b3;
	border-bottom: 1px solid #5491b3;
	border-left: 1px solid #5491b3;
	border-right: 1px solid #5491b3;			
}
#nav tr:hover td {
	background: #054365;	
}
#nav a {
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#nav a:visited {
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#nav a:hover {
	text-decoration: none;
	color: #ffffff;		
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
div#contentright {	
	display: block;
	float: right;
	width: 678px;
	height: auto;	
	padding: 20px 14px 20px 25px;	
	background-image: url('/images/back_righttop.gif');
	background-repeat: no-repeat;	
}
div#contentrightwrapper {	
	width: 678px;		
	display: block;
	clear: both;			
}
div#photo {	
	display: block;
	float: left;
	width: 678px;
	height: 250px;	
	padding: 0px 0px 0px 0px;		
}
div#content {	
	display: block;
	float: right;
	width: 618px;
	height: auto;	
	padding: 25px 30px 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;		
}
div#content a {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
div#content a:visited {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
div#content a:hover {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}

/* ----------- [ COPYRIGHT ] ---------- */
div#copyrightwrapper {
	display: block;
	margin: 0 auto;		
	width: 950px;	
	height: auto;	
}
div#copyright {	
	display: block;
	float: left;
	width: 910px;
	height: auto;				
	text-align: center;	
	padding: 40px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
	background-image: url('/images/back_copyright.gif');
	background-repeat: no-repeat;
}
div#copyright a {
	text-decoration: none;
	color: #999999;
	font-weight:bold;
}
div#copyright a:visited {
	text-decoration: none;
	color: #999999;
	font-weight:bold;
}
div#copyright a:hover {
	text-decoration: underline;
	color: #999999;
	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;
	}