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

body {
	background-color:#333333;
}

#wrap {
margin:0 auto;	width:967px;
}
#side_menu {
	width:214px;
	float:left;
}
#main {
	float:left;
	width:753px;
	background-color:#FFF;
	
}
#main_top {
	background-image:url(images/top_main.gif);
	background-repeat:no-repeat;
	font-size:36px;
	font-family:"Comic Sans MS", cursive;
	color:#600;
	text-align:center;
	
}
#main_middle {
	
	font-size:14px;
	font-family:"Comic Sans MS", cursive;
	color:#600;
	font-weight:bold;
	text-align:center;
}
#main_bottom {
	background-image:url(images/bottom_main.gif);
	background-repeat:no-repeat;
	height:13px;
	background-color:#333;
	padding-bottom:10px;
	
}
#menu { 
margin-top:20px;
}
#menu ul
{

list-style: none;
padding: 0;
margin: 0;
} 
#menu li {
	background-image:url(images/menu_off.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:27px;
	margin-top:10px;
}
#menu li a
{
	font-family:"Comic Sans MS", cursive;
	display: block;
	color:#000;
	font-size:16px;
	text-decoration: none;
	padding-left:23px;
	line-height:27px;
	height:27px;
	font-weight:bold;

	
} 
#menu li a:hover {
	background-image:url(images/menu_on.gif);
	color:#fff;
}

#bud { padding-top:20px; }
#title {
	font-size:32px;
	font-family:"Comic Sans MS", cursive;
}
.content { font-size:14px;
font-family:"Comic Sans MS", cursive;
}