	
/* Main Styling */

* {margin:0;padding:0;}

body {

	background: #CCE0E9;
	
	margin:0;padding:0;
	
	font: 12px Arial, sans-serif; color:#008BD3;
}

#wrapper {

	width:800px;
	
	margin:0 auto;padding:0;
}

a:link, a:active, a:visited {

	color:#008BD3;
	
	text-decoration: underline;
}
a:hover {

	color:#008BD3;
	
	text-decoration:none;
}





/* header */

#header {

	width:800px;height:115px;
	
	margin:0;padding:0;
	
	background: url(images/header.gif) left top no-repeat;
}
#header a span {display:none;}

.headlink {

	width:275px;height:115px;
	
	margin:0;padding:0;
	
	display:block;
}


/* navigation */

#nav {
	
	width:800px;height:45px;
	
	margin:0;padding:0;
	
	background: #008FD4 url(images/navigation.gif) left top no-repeat;
}
#nav ul li {

	float:left;height:45px;
	
	list-style:none;color:#ffffff;
}
#nav ul li a.navlink {

	color:#ffffff;margin: 0 10px;
	
	display:block;height:30px;padding:15px 10px 0 10px;
	
	text-decoration:none;font-weight:bold;font-size:12px;
}
#nav ul li a.navlink:hover {

	background: url(images/navigation_hover.gif) left top repeat-x;
}

/* main */

#main {

	background:#FFFFFF;width:800px;margin: 0 auto;
}

.left-side {
	width:210px;
	
	padding:15px;
	
	float:left;
}

.right-side {

	width:530px;padding:15px;
	
	float:left; 
	
	
}
.side-box {

	width:210px;

	background: url(images/sidebarbg.gif) center top repeat-y;
}
.side-top {

	width:210px;height:11px;
	
	margin:0;padding:0;
	
	clear:both; background: url(images/sidebartop.gif) left top no-repeat;
}
.side-bottom {

	width:210px;height:11px;
	
	margin:0;padding:0;
	
	clear:both; background: url(images/sidebarbottom.gif) left top no-repeat;
}
h2 {

	font: 12px Arial, sans-serif;
	
	color:#00B9E4;
	
	padding:10px;

}
h3 {

	font: normal 18px Arial, sans-serif;
	
	color:#FFA811;
	
	padding:10px;

}
.rating-box {

	padding:10px;margin-top:30px;
	
	background: #E7F8FF; border:2px solid #BBDDEC;
}
.next {

	padding:10px;width:200px;text-align:center;margin-top:10px;
	
	background: #E7F8FF; border:2px solid #BBDDEC;
}
a.good {

	height:24px;padding:10px 0 10px 33px;margin-left:10px;
	
	background: url(images/good.gif) left center no-repeat;
}
a.bad{

	height:24px;padding:10px 0 10px 33px;margin-left:10px;
	
	background: url(images/bad.gif) left center no-repeat;
}

.right-side p {

	padding: 5px 10px;line-height:24px;
}
.side-box ul li {

	list-style:none;
	
	padding:3px;margin:5px 15px;
	
}
.side-box ul li:hover {

	list-style:none;
	
	padding:3px;margin:5px 15px;
	
	background: #FFFFFF;
	
	border: 1px solid #BBDDEC;
}
.side-box ul li a {

	text-decoration:none;
}
.side-box ul li a:hover {

	text-decoration:none;
}

.submit{
border:0px solid #a2d5eb;
background:#e7f8ff;
padding:0px;
color:#67c4ed;
}
.footer {

	text-align:center;margin:0 auto;
	padding:15px;
}
