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

body {
	background:#002744 url(../images/design/container_bg.jpg) 0px 0px repeat-x;
	margin:0px;
	
}

img {
	border: none;
}

#container {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 820px;
	height: auto;
	background-color:#FFF;
	padding:10px;
	}

#header {
	position: relative;
	top: 0px;
	left: 10px;
	width: 800px;
	height: 420px;
}

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 20px;
	padding: 10px 10px 10px 10px;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: auto;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 40px;
	padding: 10px 10px 0px 10px;
}

