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

body, html {
	margin:0;
	padding:0;
	text-align:center;
	background:#003366 url(images/html_BG.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.png);
}

#menu {
	float:left;
	width:800px;
	height:50px;
}

#sidebarH {
	float:left;
	width:253px;
	padding:10px 10px 10px 7px;
}

#bodyH {
	text-align:left;
	float:left;
	padding:10px 10px 10px 0;
	width:520px;
}

#sidebar {
	float:left;
	width:180px;
	padding:10px;
	min-height:575px;
}

#body {
	text-align:left;
	float:left;
	padding:10px;
	width:580px;
	min-height:575px;
}

#footer {
	float:left;
	width:800px;
	height:20px;
	background:#FFFFFF;
	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;
}




#blog, #gallery, #calendar, #links {
	position:relative;
	width:253px;
	height:111px;
	overflow:hidden;
	cursor:pointer;
	margin:0 0 10px 0;
}

#blog #bg{
	position:relative;
	width:253px;
	height:150px;
	margin:-39px 0 0 0;
	background:url(images/blog_BG.jpg) top left no-repeat;
}

#gallery #bg{
	position:relative;
	width:253px;
	height:150px;
	margin:-39px 0 0 0;
	background:url(images/photo_BG.jpg) top left no-repeat;
}

#calendar #bg{
	position:relative;
	width:253px;
	height:150px;
	margin:-39px 0 0 0;
	background:url(images/calendar_BG.png) top left no-repeat;
}

#links #bg{
	position:relative;
	width:253px;
	height:150px;
	margin:-39px 0 0 0;
	background:url(images/links_BG.jpg) top left no-repeat;
}

#ftr {
	position:relative;
	width:253px;
	height:40px;
	top:-25px;
	left:-30px;
	padding:5px 5px 5px 35px;
	background:url(images/70_white.png);
}

#text {
	position:relative;
}
