* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}
#firstWrapper {
	margin: 0 auto;
	width: 1024px;
	background: #fff url("images/bg.gif") repeat-y;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#menu {
	color: #333;
	width: 980px;
	float: left;
	height: 160px;
	margin: 0 auto;
	background: #804097;
}
#lefthalf {
	color: #333;
	background: #fff;
	margin: 0 auto;
	
	width: 490px;
	float: left;
}

#righthalf {
	color: #333;
	background: #fff;
	margin: 0 auto;
	width: 480px;
	float: right;
	display: inline;
	padding-right: 10px;
	
}
#left{
border: none;
float: left;
display: inline;

}
#footer {
	width: 980px;
	height: 185px;
	clear: both;
	color: #fff;
	background: #804097;
	margin: 0 auto;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer img {
	float: left;
	border: none;
}
#footer .contact {
	float: right;
	width: 350px;
	margin: 10px 0 0 0;
	
}

#footer .contact .row {
	float: left;
	margin: 3px 0;
}
#footer .contact .first_col {
	text-align: left;
	width: 100px;
	float: left;
	text-transform: uppercase;
}
#footer .contact .second_col {
	width: 250px;
	float: left;
}

#footer .contact a:link {
	
	text-decoration: underline;
}
#footer .contact a:visited {
	
	text-decoration: underline;
}
#footer .contact a:hover {
	
	text-decoration: underline;
}



p {
	font-size: 1.1em;
}
b {
	color: #804097;
}
h1 {
	color: #804097;
	font-size: 1.5em;
	margin-bottom: 1em;
}
h2 {
	color: #804097;
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 2em;
}
h3 {
	color: #804097;
	font-size: 1.4em;
	line-height: 2em;
}
ul {
	font-size: 1.1em;
	margin-left: 2.5em;
}

li {
}
a:link {
	color:  #804097;
	text-decoration: none;
}
a:visited {
	color:  #804097;
	text-decoration: none;
}
a:hover {
	color:  #804097;
	text-decoration: underline;
}
