body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: #051a58;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	border:1px solid #FFFFFF;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 136px;
	text-align: center;
	background-image: url(images/top-bg.png);
	background-repeat: repeat-x;
}

#left {
	float: left;
	width: 275px;
}
.nav-active  {
	background-image: url(images/nav-active.png);
	background-repeat: no-repeat;
}
#right {
	float: right;
	width: 75px;
}
#right-contact {
	float: right;
	width: 1px;
}

#content {
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 15px;
}
#content-contact {
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 15px;
}
a {
	color: #152F7C;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding-left: 18px;
}
#nav li {
	height: 35px;
	font-size: 24px;
	font-family: Palatino, Georgia, "Times New Roman", Times;
	margin-bottom: 15px;
	padding-top: 5px;
}
#nav li:hover {
	background-image: url(images/nav-hover.png);
	background-repeat: no-repeat;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav2 li {
	height: 35px;
	font-size: 18px;
	font-family: Palatino, Georgia, "Times New Roman", Times;
	margin-bottom: 15px;
	padding-top: 5px;
}
#nav2 li:hover {
	background-image: url(images/nav-hover.png);
	background-repeat: no-repeat;
}
#nav2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	clear: both;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
}
#container {
	background-image: url(images/container.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#container2 {
	background-image: url(images/container2.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
.headline {
	font-size: 20px;
	font-family: Palatino, Georgia, "Times New Roman", Times;
	color: #152f7c;
}

