@charset "utf-8";

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #00003c;
	background-attachment: fixed;
}
#wrapper {
	width: 1324px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: no-repeat;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

}
#head_container {
	width: 1024px;
}
#header {
	height: 110px;
	width: 1024px;
}
#nav {
	height: 32px;
	width: 1024px;
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
	padding-top: 13px;
}
#body_container {
	width: 1024px;
	margin-top: 15px;
	background-color: #000000;
}
#left_container {
	float: left;
	width: 762px;
	background-color: #000000;
}
#center_top {
	background-color: #000000;
	width: 742px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#center_mid {
	background-color: #000000;
	width: 712px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right_container {
	background-color: #000000;
	float: right;
	width: 262px;
	text-align: left;
	background-repeat: no-repeat;
}
#right_content {
	background-color: #000000;
	width: 242px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/right_bg.jpg);
}
#footer {
	clear: both;
	height: 60px;
	width: 1024px;
}
#footer_inside {
	height: 45px;
	width: 1024px;
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
	margin-top: 15px;

}
* {
	margin: 0px;
	padding: 0px;
}

