html, body {
	margin: 0;
	padding: 0;
	font-family:"Comic Sans MS",sans-serif;
	color: #000066;
}



body {
	background: url("images/bg.png") repeat-x top left;
	
}


#middle-content {
	width:100%;
	height:830px;
	background: url("images/Contents_Background.png") no-repeat top center;
}

#top_menu {
	width:100%;
	height:99px;
	background: url("images/Top_Menu.png") no-repeat top center;
}


#top_menu_content {
	width:668px;
	height:64px;
	padding-left: 50%;
	margin-left: -334px;
}


#sidebar-text {
	font-size:18px;
	padding-top:190px; 
	padding-left:5px;
}


#sidebar {
	float: left;
	width: 164px;
	height: 780px;
	background:url(images/side_menu.png) no-repeat;            
	
}



#content {
	font-size:16px;
	padding-top: 94px;
	padding-left: 50%;
	margin-left: -330px;
	width:690px;
	height:564px;
}

