
/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #273840 url(../images/homepage01.jpg) repeat-x left top;
	font-size: 12px;
	text-align: justify;
	color: #273840;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

h2.bigger {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #608B9F;
	margin-left: 10px;
	margin-right: 10px;
	color:#000000;
}

#main-menu h2.bigger {
	color:#ffffff;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

p, ol, ul {
	margin-top: 0px;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 2px solid #608B9F;
}

.hr1 {
	clear: both;
	margin-top: 10px 0px 10px 0px;
	border: 1px dashed #608B9F;
}

.hr1 hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 718px;
	/*height: 100%;
	min-height: 100%;*/
	margin: 0px auto;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 5px 5px #333;
	-webkit-box-shadow: 0 0 5px 5px #333;
	box-shadow: 0 0 5px 5px #333;
}

#wrapper.wider
{
	width: 840px !important
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	margin-bottom: 20px;
}

#header h1 {
	margin: 0px 10px;
	padding: 0px;
	font-size: 18px;
	display: inline;
}

#header h2 {
	margin: 0px 15px;
	padding: 0px;
	font-size: 14px;
	display: inline;
}

/** MAIN-MENU */

#main-menu {
	margin: 0px 0px 10px 0px;
	background: #4F7383 url(../images/homepage06.gif) no-repeat right top;
	text-transform: uppercase;
	
}

#main-menu ul {
	height: 28px;
	margin: 0px;
	padding: 11px 0px 0px 7px;
	background: transparent url(../images/homepage02.gif) no-repeat left top;
	list-style: none;
}

#main-menu li {
	display: inline;
	color: #FFFFFF;
}

#main-menu li a {
	padding: 0px 8px 0px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#main-menu li a:HOVER {
	padding: 0px 8px 0px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#main-menu .active a {
	text-decoration: underline;
}

#main-menu ul {
}

/** CONTENT */

#content {	
	margin:0px;
	padding: 0px 10px;
}

#center{
margin: 0px auto;
}

#left {
	float: left;
	width: 518px;
}

#right {
	float: left;
	width: 170px;
	margin: 0px 0px 0px 20px;
}

/** FOOTER */

#footer {	
	width: 738px;	
	margin: 0px auto;
	background-color: #4F7383;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #4F7383;
}

#footer.wider {
	width: 860px !important;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0px 10px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color:#fff;
}
