* { padding: 0; margin: 0; }

body {
 font: 11px verdana, arial, tahoma, sans-serif; 
 color: #777777;
 text-align: center;
}
#wrapper { width: 960px; margin: 20px auto 60px auto; text-align: left;}

/* Basic style */
.clear {  clear: both; }
img.right{ float: right; margin: 0 0 20px 20px; }
img.left{ float: left; margin: 0 20px 20px 0;}
img{ border:1px solid #cccccc; padding:5px; outline: 1px solid #F2F2F2;}
img.offset{border:0px;}

a, a:hover, a:active, a:visited{ color: #008894;  text-decoration: underline; }
p{	margin: 0 0 20px 0; text-align: justify;}
h1{ font-size: 18px; color: #008894; font-weight: normal; padding-bottom: 30px;}
h1 span{ color: #777777;}
h2{ color: black; font-size: 12px; font-weight: bold; padding-bottom: 15px; }
h3{ color: #777777; font-size: inherit; font-weight: bold; background: url(images/h_sep.gif) top repeat-x; padding-top: 5px;}
.highlight{ color: #008894; font-weight: bold; text-transform: uppercase; }
.important{ border: 1px solid #c9c9c9; background-color: #f4f4f4; padding: 10px;}
ul {list-style: disc url(images/bullet.gif) inside; margin-bottom: 20px; }
li {margin: 5px 0;}

/* Style */


#header{ background: 1px solid blue; }
#header img#logo{ float: left; }
#header #top{
	background: url(images/bg_header.gif) no-repeat;
	width: 717px; height: 193px;
	float: right;
	padding: 15px 10px;
}
#header h1, #header h2{
	font-size: 18px;
	font-weight: normal;
	width: 45%;
	padding: 3px 10px 5px 10px;
	color: #008894; 
}
#header h1{	float: left;}
#header h2{ color: #bcbcbc; float: right; text-align: right; }
#header img{ border:0px; padding:0px; outline: 0px;}

#contact{ 
background: url(images/bg_contact.gif) center 10px no-repeat;
width: 172px;
padding: 25px;
float: left;
}
#contact a.bf_link{ 
font-size: 13px; font-weight: bold; padding: 5px 0 5px 0; margin-top: -15px; display: block;
}
#about{ 
width: 698px;
float: right;
padding: 20px;
}

.col_right, .col_left{ 
float: left;
margin: 30px 0;
}
.col_left{ 
width: 440px;
background: url(images/v_sep.gif) right no-repeat;
padding: 0 30px 0 0;
}
.col_right{ 
width: 440px;
padding: 0 20px 0 30px;
}
.col_full{ 
clear: both;
padding: 0 20px 0 0;
}