* {
	margin:0;
	padding:0;
}
body {
	background:url(../images/background.jpg) repeat-x;
	font-family:"Times New Roman", Arial, serif;
}
a, a:visited {
	text-decoration : none;
	font-weight : bold;
	color:#0066cc;
	font-size:13px;
}
a:hover {
	text-decoration:underline;
	color:#666666;
}
h1 {
	font-weight : bold;
	color:#0066cc;
	font-size:16px;
}
h2, h3, h4 {
	color:#666;
	font-size:13px;
}
#wrapper {
	margin:0 auto;
	width:821px;
	position:relative;
}
#header {
	background:url(../images/header.jpg);
	height:248px;
	margin-top:35px;
}
#buttons {
	margin-top:32px;
	margin-left:200px;
	height:31px;
}
#side-menu {
	float:left;
	width:200px;
}
	#questions {
		margin-top:30px;
	}
	#questions h1 {
		margin-bottom:30px;
		text-align:center;
	}
	#questions h2 {
		background:url(../images/dots.jpg) no-repeat;
		padding-bottom:15px;
		padding-top:15px;
		width:140px;
		margin-left:30px;	
		text-align:center;
	}
	#counters {
		padding:15px 15px 15px 55px;
	}
#content {
	float:right;
	width:621px;
}
	#content #image {
		margin:25px 35px 0 0;
	}
	#content h1 {
		background:url(../images/butterfly.jpg) no-repeat;
		margin-left:200px;
		padding-left:60px;
		font-size:24px;
		color:#0066cc;
		margin-top:30px;
	}
	#content h2 {
		font-size:14px;
	}
	#content h3 {
		color:#0066cc;
		font-size:18px;		
		padding:10px 0 10px 0 ;
		font-weight:bold;
	}
	#content h6 {
		font-size:18px;
		color:#0B5EBC;
		margin-top:50px;
		text-align:center;
	}
	#content #images {
		width:200px;
	}
	.mailto {
		font-size:16px;
	}
#footer {
	background:url(../images/footer.jpg) repeat-x;
	height:30px;
	clear:both;
	padding-top:20px;
	margin-bottom:15px;
}
	#footer h1,h2 {
		font-size:14px;
	}
	#footer a {
		font-size:14px;
	}
		#left {	
			float:left;
		}
		#left h2 {
			color:#0066cc;
		}
		
		#right {
			float:right;
			text-align:right;
		}


