body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
}

#container {
width: 775px;
height: 630px;
margin: auto;
background-image: url(images/design-blue.jpg);
background-repeat:no-repeat;
}

#container #mainContent {
font-size: 15px;
padding: 125px 20px 0px 150px;
}

#container #mainContent h2 {
font-size: 25px;
font-weight: bold;

}

#container #mainContent h3 {
font-size: 22px;
font-weight: normal;
margin: 10px;

}

#container #mainContent h4 {
font-size: 18px;
font-weight: normal;
margin: 10px;

}

#container #mainContent li {
font-size: 17px;
margin: 15px;

}

#container #mainContent a {
	color: #FFF;
	text-decoration: underline;
}
#container #mainContent a:hover {
	text-decoration: none;
}

.error {
	font-weight: bold;
	color: #cc0000;
	background-color:#FFFFFF;
}

