@charset "utf-8";

body { 
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}

#wrapper { 
	width:779px; 
	position:relative;
	left:50%;
	margin-left:-390px;
}

#head {
	width:779px;
	height:73px;
	background:url(../images/logo.png) 15px 0 no-repeat;
	margin:30px 0 20px 0;
}

#menu {
	margin:58px 15px 0 0;
	float:right;
	width:426px;
	height:15px;
	text-align:right;
	text-transform:uppercase;
}

#bar {
	width:779px;
	height:62px;
	background:url(../images/bar.png) 0 no-repeat;
}

#left {
	float:left;
	width:308px;
	padding:45px 0;
}

#right {
	float:left;
	width:425px;
	border-left:1px solid #00aac1;
	padding:45px 0 15px 0;
}

#footer {
	clear:left;
	height:28px;
	width:779px;
	background:url(../images/foot.png) 287px 0 no-repeat;
	border-bottom:1px solid #00aac1;
}

#left p { margin: 0 0 5px 15px; }
#right p { margin: 0 0 15px 45px; }

p.title { width:253px; padding-bottom:4px; font-weight:bold; border-bottom:thin solid #9c9c9c; }
strong.color { color:#00aac1; }

a:link, a:visited, a:active { color:#00aac1; text-decoration:none; font-weight:bold;}
a:hover { color:#9c9c9c; }

#menu a { margin-left:10px; padding-left:10px; border-left:1px solid #9c9c9c;}
#menu a.first { margin-left:0; padding-left:0; border:none;}

#menu a:link, #menu a:visited, #menu a:active { color:#9c9c9c; text-decoration:none; font-weight:bold;}
#menu a:hover{ color:#00aac1; }
#menu a.active{ color:#00aac1; }
