@charset "UTF-8";
/* CSS Document */

body {
	background-color:#274E7F;
	margin:0 auto;
	padding:0;
	border:0;
	}

#container {
	top:10px;
	left:0px;
	height:auto;
	width:900px;
	position:relative;
	margin:0 auto;
	padding:0;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:880px;
	height:100px;
	margin:0px;
	border:10px solid #FFFFFF;
	background:url(../images/design/header1.jpg) 0px 0px no-repeat;
}

#nav {
	position:relative;
	top:0px;
	left:0px;
	width:880px;
	height:30px;
	margin:0px;
	padding:0;
}

#content {
	position:relative;
	top:0px;
	left:0px;
	width:880px;
	min-height:350px;
	margin:0px;
	background:#FFF;
	border:10px solid #FFF;
}

#text_header {
	position:relative;
	top:0px;
	left:0px;
	width:860px;
	height:auto;
	margin:0px;
	padding:10px 10px 10px 10px;
}
#text_area {
	position:relative;
	top:0px;
	left:0px;
	width:860px;
	height:auto;
	margin:0px;
	padding:10px 10px 10px 10px;
}

#footer {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:14px;
	margin:0;
	padding:8px 0px 8px 0px;
}

#cloud9 {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:20px;
	margin:0;
	padding:0px 0px 0px 0px;
}

