* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#999999;
	background:#E8E8E8 url(../images/body_bg.gif) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5 {
    font-weight:normal;
    
}
a {
	color: #00aff0;
	text-decoration: none;
    border-bottom: none;
	
}
a:hover {
	color: #00aff0;
	
    border-bottom: 1px dotted #23A4FF;
}
	

a img, #gallery a {
	border:none;
	border-bottom-width:0;
}
ul, dl, li {
	list-style-type:none;
}
.clear {
	clear:both;
}
#form_contact .error {
	color: #00aff0;
}
.column_left {
	float:left;
	clear:none;
	width:250px;

}
.column_right {
	float:right;
	clear:none;
	width:250px;
}


#wrapper {
	width:913px;
	margin:31px auto 0 auto;
	text-align:left;
	
}

#header {
	width:913px;
	height:80px;
	background:url(../images/header_bg.gif) top left no-repeat;
	margin:0;
	position:relative;
	
}
#header h1 {
	background:url(../images/logo.gif) top left no-repeat;
	text-indent:-40000px;
	margin:20px 0 0 30px;
	width:159px;
	height:43px;
	position:absolute;
}
#content_wrap {
	background:url(../images/page_bg.png) top left repeat-y;
	width:913px;
	text-align:left;
	
}

#section {
	width:901px;
	background-color:#383d44;
	margin-left:6px;
	height:166px;
	position:relative;
	
}
#section h2 {
	font-size:17px;
	color:#FFFFFF;
	position:absolute;
	top:30px;
	left:30px;
	font-weight:normal;
}
#section_text  {
	position:absolute;
	width:500px;
	font-size:16px;
	color:#666666;
	top:60px;
	left:30px;
}
#section_overlay {
	width:273px;
	position:absolute;
	top:30px;
	left:597px;
}
#section_overlay_top {
	width:273px;
	background:url(../images/section_overlay_top.png) top left no-repeat;
	height:22px;
}
#section_overlay_middle {
	width:273px;
	background:url(../images/section_overlay_middle.png) top left repeat-y;
	
	
}
#section_overlay_middle img {
	float:left;
	clear:none;
	margin:0 10px;
}
#section_overlay_bottom {
	width:273px;
	background:url(../images/section_overlay_bottom.png) top left no-repeat;
	height:25px;
}

#main {
	width:901px;
	background:url(../images/page_top_shadow.gif) top left repeat-x;
	margin-left:6px !important;
	/*margin-left:3px;*/
	padding:30px 0 0 0;
	overflow:hidden;
}
#content {
	float:left;
	clear:none;
	width:540px;
	margin:0 0 0 30px !important;
	margin:0 0 0 15px;
	overflow:hidden;
	
}
#content h3 {
	color:#00aff0;
	border-bottom:1px dotted #000000;
	margin:15px 15px 15px 0;
	padding:0 0 5px 0;
	font-size:17px;
}
#gallery img {
	float:left;
	clear:none;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#e2e2e2;
	width:85px; height:85px;
	margin:0 15px 15px 0;
}

.sidebar{
	width:273px;
	float:right;
	clear:right;
	margin:0 30px 0 0 !important ;
	margin:0 15px 0 0 ;
	color:#999999;
	overflow:hidden;
	
}
.sidebar_top {
	width:273px;
	background:url(../images/sidebar_top.gif) top left no-repeat;
	height:17px;
}
.sidebar_main {
	background-color:#eaeaea;
}
.sidebar h4 {
	color:#00aff0;
	border-bottom:1px dotted #000000;
	margin:0 15px 15px 15px;
	padding:0 0 5px 0;
	font-size:17px;
}
.sidebar li {
	border-bottom:1px dotted #CCCCCC;
	margin:0 15px 7px 15px;
	padding:0 0 5px 35px;
	background:url(../images/checkbox_eaeaea_bg.gif) top left no-repeat;
	display:block;
	height:25px;
	line-height:25px;
	color:#000000;

}
img.about {
	width:90px;
	height:90px;
	padding:3px;
	border:1px solid #666666;
	background-color:#cccccc;
	float:right;
	clear:none;
	margin:0 0 2px 5px;

}
.sidebar p {
	margin:15px;
    line-height:1.5em;
}
.sidebar p.last {
	margin-bottom:0;
}
.sidebar li.last {
	margin-bottom:0;
	border-bottom:none;
	border-bottom-width:0;
	
}
.sidebar_bottom {
	width:273px;
	background:url(../images/sidebar_bottom.gif) top left no-repeat;
	height:24px;
}
#page_bottom {
	
	width:913px;
	height:37px;
	background:url(../images/page_bottom.gif) top left no-repeat;
}
#footer {
	width:913px;
	height:63px;
	background:url(../images/footer_bg.gif) top left no-repeat;
	color:#FFFFFF;
	font-size:9px;
}
p#copyright {
	display:block;
	float:left;
	clear:none;
	width:300px;
	margin:30px 0 0 30px;
}
p#validation {
	display:block;
	float:right;
	clear:none;
	width:300px;
	margin:20px 0 0 0;
}


label {
	
	font-size:10px;
	font-weight:bold;
	display:block;
	margin:5px 0;
}
#contact {
    
    
}
#form_contact {
    
    
}

#form_contact input, 
#form_contact textarea, 
#form_contact select {
	width:240px;
}

#form_contact input.submit {
	width:auto;
	margin:10px 0 0 -3px;
}
