/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

a img {
	border: none;
}

a {
	color: #02a9d3;
}

a:visited {
	color: #96bc11;
}

h1 {
	color: #b0c700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


#container {
	width: 924px;
}

#leftcolumn {
	width: 220px;
	float: left;
	padding-top: 150px;
}

#middlecolumn {
	width: 500px;
	float: left;
	padding-top: 20px;
}

#rightcolumn {
	width: 200px;
	height: 450px;
	float: left;
	background: white url('../images/site_02.jpg') top left no-repeat;
}

#navcontainer {
	background: white url('../images/site_08.jpg') top left no-repeat;
	height: 450px;
	padding-left: 57px;
}

#navcontainer ul {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	background-color: #b0c700;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#navcontainer ul li a {
	display: block;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: white;
	width: 135px;
	height: 25px;
	border-bottom: 1px solid white;
	padding-top: 10px;
}

#navcontainer ul li a:hover {
	background: #b0c700 url('../images/bullet.jpg') bottom left no-repeat;
	background-position: 2px 3px;
	color: #878787;
	border-bottom: 1px solid #fff;
}

#navcontainer ul li a#current {
	color: #666;
}

#contentwrap {
	margin-top: 65px;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: gray;
	padding: 0 20px;
}

#advert {
	margin-top: 163px;
	border-top: 5px solid #b0c700;
	border-left: 1px solid #b0c700;
	width: 185px;
}
form {
	margin-top: 2em;
}
form label {
	display: block;
	width: 120px;
	float: left;
}

form input {
	width: 120px;
}

form .required {
	font-weight: bold;
}
form .error {
	color: red;
}

.buttonideal {
	width: 240px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
	background-color: #cc0066;
	border: 1px solid gray;
}