html, body {
	margin:0;
	padding:0;
}
body {
	font: 76% arial, sans-serif;
	text-align:center;
	background: url(images/cloud-bg.jpg) no-repeat #7da7d9 center top;
}
p {margin:0 10px 10px;}
a {padding:5px; text-decoration:none; color:#000000;}
h1 {font-size: 14px; color: #FFFFFF; text-align: center;}

/* --------------------------- Header --------------------------- */

div#header {
	background:url(images/header.gif) no-repeat right transparent;
	height: 250px;
}

/* --------------------------- Container --------------------------- */

div#container {
	text-align:left;
	width:700px;
	margin:0 auto;
}

/* --------------------------- Content --------------------------- */

div#content {
	margin: 0 150px 0 160px;
	width: 380px;
	background: #FFFFFF;
	min-height: 410px;
}
div#content p {
	line-height:1.4;
}
div#content h1 {
	font-size: 14px; 
	color: #000000; 
	text-align: center;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

/* --------------------------- Navigation --------------------------- */

div#navigation {
	background:#16376c;
	float:left;
	width:150px;
	margin-left:-700px;
	min-height: 410px;
}
div#navigation img {
	border: #000000 thin solid;
	margin-left: 6px;
}
#navcontainer { 
	width: 150px; 
}

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a{
	display: block;
	padding: 3px;
	width: 144px;
	background-color: #16376c;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover{
	background-color: #4e9ccc;
	color: #fff;
}

/* --------------------------- Extra --------------------------- */

div#extra {
	background:#4f9dce;
	float:left;
	width:150px;
	margin-left:-150px;
	min-height: 410px;
}
div#extra img {
	border: #000000 thin solid;
	margin-left: 6px;
}

/* --------------------------- Wrapper --------------------------- */

div#wrapper {
	float:left;
	width:100%;
}

/* --------------------------- Footer --------------------------- */

div#footer {
	background:url(images/footer.gif) no-repeat right transparent;
	clear:left;
	width:100%;
	height: 180px;
	padding-top: 25px;
}
div#footer h1 {
	margin:0;
	margin: 0 10px;
	padding-top: 180px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

/* -------------------------------------- Form -------------------------------------- */
.form{margin-left: 10px; margin-top: 10px;}
legend{margin:0 0 5px 0; padding:0; font-weight:bolder; font-size:1.5em; color:#ffffff;}
label{float:left;}
input{float:right; margin-bottom:5px;}
textarea{float:right;}
form{width:25em;}