html,
body,
#footer p,
#content h1,
#content p {
	margin: 0;
	padding: 0
}

body {
	background-color: #023240;
	padding: 30px;
	font-family: arial, sans-serif;
	font-size: 12px
}

a img {
	border: 0
}

#container {
	margin: 0 auto;
	width: 750px;
	border: 0
}

#top,
#left,
#content-container,
#content,
#right,
#footer {
	vertical-align: top
}

#menu1,
#menu2,
#footer {
	font-weight: bold
}

#top {
	height: 142px
}

#logo {
	height: 123px;
	width: 127px;
	text-align: center;
	background-repeat: repeat
}

#left {
	height: 350px; /* Min. height */
	width: 127px;
	padding-bottom: 20px;
	background-color: #1e4f60
}

#content-container {
	width: 623px;
	background-color: #fff;
	background-image: url('../gfx/right.png');
	background-repeat: no-repeat;
	background-position: 100% 100%
}

#content-container-table,
#content,
#right {
	height: 100%
}

#content {
	width: 440px
}

#content-margins {
	margin: 45px;
	margin-right: 35px
}

#content h1,
#content h2 {
	padding: 5px 0;
	color: #013244;
	font-size: 14px;
	font-weight: bold
}

#content h2 {
	font-size: 12px
}

#content p {
	padding-bottom: 15px;
}

#right {
	width: 183px
}

#right p.bodytext  {
	margin-right: 8px
}

#footer {
	padding: 3px;
	padding-left: 130px;
	color: #afc7d1;
	background-color: #07232e
}



/*** MENUS ***/


#menu1 ul,
#menu2 ul {
	height: 19px;
	margin: 0;
	padding: 0;
	list-style-type: none
}

#menu1 ul {
	padding-left: 127px
}

#menu1 li,
#menu2 li {
	float: left;
	padding: 2px 7px 2px
}

#menu1 li.active {
	background-color: #4b8197
}

#menu2 li.active {
	background-color: #bac9c8
}

#menu2 {
	background-color: #7facbf
}

#menu1 a,
#menu2 a {
	text-decoration: none
}

#menu1 a {
	color: #a6c4ce
}

#menu2 a {
	color: #204f61
}