body {
	margin: 0px;
	background-color: #013e7f;
	font-family: "Lucida Grande", Calibri, "Trebuchet MS";
	font-size: 13px;
}

a {
	color: #013e7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div {
	padding: 0px;
}

#bg-main {
	background: url(images/bg-header.png) repeat-x;
	background-color: white;
}

#container {
	width: 900px;
	margin: auto;
	background-color: white;
}

#header {
	background: url(images/bg-header.png) repeat-x;
	background-color: white;
	height: 54px;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 15px;
}

#header li a {
	color: #cae6c8;
	text-decoration: none;
	
}

#header li {
	float: left;
	color: #cae6c8;
	margin-left: 35px;
	font-weight: bolder;
	font-size: 14px;
}

#logo {
	padding: 0;
	float: left;
	border: 0px;
}

#content {
	clear: both;
	background-color: white;
	padding: 10px;
	overflow: auto;
	line-height: 20px;
	padding-bottom: 40px;
}

#content-main {
	float: left;
	width: 550px;
}

#content-right {
	float: right;
	width: 300px;
}

#content-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-right li h3 {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#content-right li {
	padding: 0;
	margin-bottom: 10px;
}

#content-right li p {
	margin: 0;
	font-size: 12px;
}

#content-right h2 {
	color: #6fbb6b;
}

#bg-footer {
	background: url(images/bg-footer.png) repeat-x;
	background-color: white;
}

#footer {
	background: url(images/bg-footer.png) repeat-x;
	height: 50px;
	width: 900px;
	margin: auto;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 20px;
}

#footer li {
	float: left;
	margin-left: 65px;
	color: #93b0cf;
}