
#center_layer {
	position: relative;
	width: 870px;
	height: 600px;
	
	top: 30px;
  	right: 0;
  	margin: 0 auto;
  	
  	text-align: left;
  	
  	padding: 0;
  	
  	background: transparent;
  	
}

#image_layer {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 870px;
	height: 570px;
	
	background-image: url(/images/bg/default.jpg);
	
	z-index: 10;
}

#nav_layer {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 220px;
	height: 250px;
	
	padding: 5px;
	
	z-index: 50;
	
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px; 
	text-decoration:none;
	
}

#content_layer {
	position: absolute;
	bottom: 30px;
	left: 0px;
	
	padding-left: 5px;
	
	width: 225px;
	height: 360px;
	
	overflow: auto;	
	
	z-index: 50;
}

#contact_layer {

	position: absolute;
	bottom: 30px;
	left: 0px;
	
	padding-left: 15px;
	
	width: 225px;
	height: 170px;
	
	overflow: auto;	
	
	z-index: 50;
		
}

#form_layer {
	position: absolute;
	
	top: 75px;
	left: 255px;
	
	width: 520px;
	
	height: 400px;
	
	z-index: 50;	
}

#footer_layer {
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 20px;
	width: 670px;
	line-height: 20px;
	
	vertical-align: middle;
	text-align: left;
	
	z-index: 20;	
	
	background: transparent;
}

#rk_layer {
	position: absolute;	
	right: 0px;
	bottom: 10px;
	height: 20px;
	width: 300px;
	line-height: 20px;
	
	vertical-align: middle;
	text-align: right;
	
	z-index: 19;	
	
	background: transparent;
}

body.layout {
	min-width: 870px;
	
	background: white;
	
	margin:0;
	padding: 0;
}


a.sidenav {
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
	color: #666666;
	margin: 0px; 
	text-decoration:none;
}


a.sidenav:link {
	color:#666666;
}

a.sidenav:visited {
	color:#666666;
}

a.sidenav:hover {
	color:#CCCCCC;
}

a.sidenav:active {
	color:#CCCCCC;
}

p.disclaimer, a.disclaimer, .disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a.disclaimer:link {
	color:#666666;
}

a.disclaimer:visited {
	color:#666666;
}

a.disclaimer:hover {
	color:#CCCCCC;
}

a.disclaimer:active {
	color:#CCCCCC;
}


p.contact, a.contact, .contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}

a.contact {
	color: #007CC3;
}

a.contact:link {
	color:#007CC3;
}

a.contact:visited {
	color:#007CC3;
}

a.contact:hover {
	color:#CCCCCC;
}

a.contact:active {
	color:#CCCCCC;
}


p, a, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:# 007CC3;		
}

a:link {
	color:# 007CC3;
}

a:visited {
	color:# 007CC3;
}

a:hover {
	color:#CCCCCC;
}

a:active {
	color:#CCCCCC;
}

INPUT.fields {
	border: 1px;
	border-style: solid;
	border-color: #ccd1d4;

	width: 200px;
	height: 20px;
	
	background: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

INPUT.checkbox {
	border: 1px;
	border-style: solid;
	border-color: #ccd1d4;
}

INPUT.submit {
	width: 80px;
	height: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;	
	
}

TEXTAREA.form_area {
	border: 1px;
	border-style: solid;
	border-color: #ccd1d4;

	width: 580px;
	height: 75px;
	
	background: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;	
}

p.contact_page, td.contact_page, td.contact_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;	
}
