body {
	font-family: "Trebuchet MS";
	color: #000000;
	
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #d1d7d2;
	background: #eef;
	border-left: 1px solid;
	border-right: 1px solid;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

#header {
	font-size: 35px;
	font-weight: bold;
}

#header a, a:hover {
	color: #000000;
	text-decoration: none;
}

#nav {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
/*	background: #fff;*/
	color: #000000;
	color: #43bbff;
	padding-left: 10px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#nav a {
	color: #000000;
	color: #43bbff;
}

#nav a:hover {
	color: #000000;
}

#footer {
	background: #F9E7CD;
	background: #85f79d;
	font-size: 12px;
	text-align: right;	
/*	position: relative;*/
/*	top: -15px;*/
}

#sideBar {
	float: right;
	width: 255px;
	height: 400;
	margin-right: 25px;
	margin-left: 10px;
	
	background: #cccc66;
	background: #43bbff;
/*	background: url(img/newsBoxBg.png) repeat-y;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	overflow: auto;
}

#sideBarTitle {
	text-align: center;
/*	padding-top: 10px;*/
	text-decoration: underline;
	font-size: 20px;
	color #330000;
}

.sideBarPost {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 10px;
}

.sideBarPostTitle {
	font-size: 14px;
	text-align: right;
	color: #330000;
}

.sideBarPostDate {
	font-size: 10px;
	text-align: right;
	color: #CC6600;
}

.sideBarPostBody {
	font-size: 11px;
	text-align: justify;
}

body > #main {
	background: #ffffff;
	font-size: 13px;
	padding-top: 5px;
}

#content {
/*	padding-top: 20px;*/
	padding-left: 20px;
	padding-right: 5px;
	min-height: 300px;
}

#contactList {
	background: #000000;
	background: #43bbff;
	color: #ffffff;
	width: 446px;
	margin-top: 15px;
	height: 60px;
	padding-right: 5px;
}

#contactList table {
	padding-top: 5px;
	width: 100%;
	color: #ffffff;
}

#contactList td {
	text-align: right;
}

#newAlbum {
	margin-top: 40px;
/*	background: url(img/footer.jpg);*/
	height: 81px;
	color: #330000;
	font-size: 18px;
	text-align: right;
	padding-right: 20px;
}

#calendar {
	width: 450px;
	height: 350px;
	margin-left: 15px;
}

