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

body, html {
	margin:0;
	padding:0;
	text-align:center;
	background:#000000 url(../images/bodyBG.jpg) 50% 0 no-repeat;
}

#container {
	margin-top:200px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#content {
	float:left;
	width:800px;
	background:url(../images/content_BG.jpg) 0 0 repeat-y;
}

#header {
	float:left;
	width:800px;
	height:200px;
	background:url(../images/bg/headerBG.jpg) top left no-repeat;
}

#menu {
	float:left;
	width:800px;
	height:50px;
	
	background:url(../images/bg/menu.png) repeat-x;
}

#sidebar {
	float:left;
	width:200px;
	padding:10px;
	min-height:575px;
}
#body {
	text-align:left;
	float:right;
	padding:10px;
	width:560px;
	min-height:575px;
	background:#FFFFFF url(../images/bg/bodyBG.jpg) top left no-repeat;
}
#bodyc {
	text-align:left;
	float:left;
	padding:10px;
	width:780px;
	min-height:575px;
	background:#FFFFFF url(../images/BG_ns_body.jpg) top left no-repeat;
}

#sidebarh {
	float:left;
	width:200px;
	padding:10px;
}
#bodyh {
	text-align:left;
	float:left;
	padding:10px;
	width:560px;
	height:400px;
}

#footer {
	float:left;
	width:800px;
	height:20px;
	background:url(../images/bg/footerBG.jpg) no-repeat;
	text-align:right;
	padding-top:5px;
	font-family:Georgia, Times, serif;
	font-size:12px;
}

#tblBody {
	width:500px;
	text-align:left;
}

#bodyP {
	font-family:Georgia, Times, serif;
	font-size:14px;
	line-height:20px;
}

img {
	border:none;
}
