html * {margin: 0;padding: 0;}

body {
	margin:15px 0 0 0;
	padding:0;
	background:#CEEBFF
}

p {
	font-size: 14px;
	text-align: left;
	text-transform: lowercase;
}

a, a:link, a:visited {
	color: #2186D6;
	font-size: 14px;
	font-family: "Century Gothic", "Courier New", Arial;
	text-decoration: none;
}


a:hover {
	color: #CEEBFF;
	font-size: 14px;
	font-family: "Century Gothic", "Courier New", Arial;
	text-decoration: none;
}

#wrapper {
	width: 700px;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#header {
	width: 700px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: url(/main_001.jpg) no-repeat;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #000000;
}

#nav {
	text-align: center;
	clear: both;
	width: 702px;
	padding: 2px 0;
	margin: 0 0 0 -1px;
	background: #CEEBFF;
	border-bottom: 1px solid #000000;
}


#nav td {padding: 1px}

#nav td a {
	width: 85px;
	height: 17px;
	float: left;
	font-size: 11px;
	text-align: center;
	font-family: "Century Gothic", "Courier New", Arial;
	text-decoration: none;
 	background-color:#398AD6;	
	border:1px solid #000000;
}

#nav td a:hover {background-color:#CEEBFF;border:1px solid #000000}
#nav a:link, #nav a:visited {color: #FFFFFF}
#nav a:hover {color: #000000}
	
#content {
	clear: both;
	width: 685px;
	margin: 5px 0 10px 0;
	padding: 5px 0 10px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 685px;
}

#content h1{
	float: left;
	width: 685px;
	margin: 0 0 5px 0;
	padding: 8px 0 0 0;
	color: #000000;
	font-size: 16px;
	font-family: "Century Gothic", "Courier New", Arial;
	vertical-align: bottom;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 2px solid #215DAD;
	line-height: 20px;
}

#content_left {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

#content_left h1{
	float: left;
	width: 180px;
	margin: 0 0 5px 0;
	padding: 8px 0 0 0;
	color: #000000;
	font-size: 16px;
	font-family: "Century Gothic", "Courier New", Arial;
	vertical-align: bottom;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 2px solid #215DAD;
	line-height: 20px;
}

#content_left p {
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
}

#content_left img {width: auto;margin: 0;padding: 2px 0 0 0;}

#content_right {
	float: right;
	width: 510px;
	margin: 0;
	padding: 0;
}

html>body #content_right {width: 485px;}

#content_right h1{
	float: right;
	width: 485px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 24px;
	font-family: "Century Gothic", "Courier New", Arial;
	vertical-align: bottom;
	text-align: right;
	text-transform: lowercase;
	border-bottom: 2px solid #215DAD;
	line-height: 28px;
}

#content_right h2{
	float: right;
	width: 485px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000000;
	font-size: 18px;
	font-family: "Century Gothic", "Courier New", Arial;
	vertical-align: bottom;
	text-align: right;
	text-transform: lowercase;
	border-bottom: 2px solid #FFD7EF;
	line-height: 22px;
}

#content_right p {
	width: 485px;
	margin: 0;
	padding: 10px 0 0 0px;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	text-transform: lowercase;
	text-align: justify;
}

#content p {
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	text-transform: lowercase;
	text-align: justify;
}

.clearboth { clear: both; }

#footer {
	clear: both;
	width: 700px;
	margin: 0;
	padding: 0 16px 5px 60px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 670px;
}

#footer, #footer br, #footer p {
	margin: 0;
	padding: 0;
	font-size:10px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	text-align: center;
	text-transform: lowercase;
}

p.separate {
	border-bottom: 4px solid #e6e6e6;
}

/* --------------- FIX FOR DIVS WITH FLOATED CONTENT --------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
