/**********************************************************
HTML STYLES
**********************************************************/
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #43699f;
	background: #FFFFFF url(images/bg-left-blue.jpg) repeat-x; 
	text-align: center;
	margin: 0;
}
a {
	color: #146716;
}
a:hover {
	color: #003333;
}

/**********************************************************
LAYOUT STYLES
**********************************************************/
#container {
	width: 780px; 
	z-index: 1; 
	position: absolute; 
	left: 50%; 
	margin-left: -390px;
}
#bg-right {
	background: url(images/bg-right-blue.jpg) repeat-x; 
	left: 50%;
	width: 49.9%; 
	height: 100%; 
	z-index: 0; 
	position: absolute; 
}
#logo {
	height: 70px;
	margin: 40px 0 0 0;
	overflow: hidden;
}
#menu {
	padding: 7px 0 0 0;
	height: 23px;
}
#menu p {
	padding: 0;
	margin: 0;
}
#menu a {
	color: #1d457a;
	font-size: 16px;
	padding: 0 20px;
	text-decoration: none;
}
#menu a:hover {
	color: #091526;
}
#content {
	width: 70%;
	width: 580px;
	margin: 25px 100px;
}
#content p {
	line-height: 25px;
	text-align: justify;
}
#content h2 {
	font-weight: normal;
	font-size: 24px;
}

#footer {
	font-size: 10px;
	color: #484848;
}