
body {
	margin: 0;
	padding: 0;
	background-color:#88b8ff;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #cdd4e5;
}

a {
	color: #008BD1;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	background:url(images/logo4.png) no-repeat top;
	margin-top:5px;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	
}

#header h1 {

}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	padding-bottom: 5px;
	background:url(images/nav.png)no-repeat center center;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight: bold;
	color:#FFFFFF;
}

#menu a:hover {
color:#000000;
background: #fff;

}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 900px;
	margin: 0 auto 1em auto;
	background: #FFFFFF url(images/img05.gif) no-repeat left bottom;
	border:#000000;
	border-style:solid;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 590px;
	padding: 25px 20px 0 30px;
}

#columnB {
	float: right;
	width: 235px;
	padding: 10px 10px 0 5px;
	background: url(images/img04.gif) no-repeat right top;
	border:#000000;
	border-style:groove;
	text-align:right;
}
#columnC {
	float: left;
	width: 590px;
	padding: 25px 20px 0 30px;
	background: url(images/img04.gif) no-repeat left bottom;
}
#columnD {
	float: right;
	width: 235px;
	padding: 10px 10px 0 5px;
	background: url(images/img04.gif) no-repeat right bottom;
	text-align:right;
}
/** FOOTER */

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 1px;
	background:url(images/nav.png)no-repeat center center;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
