/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #1236A0;
	}

body img {
	border: 0;
	}

img {
	border: 0;
	}

#container {
	width: 100%;
	height: 100%;
	margin: 30 0 0 0;
	}

#container_body {
	width: 900px;
	/*max-height: 650px;*/
	}

#header {
	width: 900px;
	height: 202px;
	text-align: left;
	}

#nav {
	background-color: #1236A0;
	width: 900px;
	height: 28px;
	}

#body {
	 background-image: url('../images/body_home_bg.jpg');
	 width:900px;
	 height:395px;
	 color: #666666;
	 font-family: arial, sans-serif;
	 font-size: 10pt;
	 text-align: left;
	}

#footer {
	width: 900px;
	height: 25px;
	background-color: #3154F9;
	}

.copy {
	margin: 0;
	padding: 20 20 0 20;
	}
