body {
	background-color: #eaeaea;
	font-family:Tahoma,Arial;
	font-size: 12px
}
a {
	text-decoration: none;
	color: #0babe9
}

a:hover {
	color: #3dc4f8
}

#main {
    margin: 0 auto;
	width: 780px;
	height: 500px;
	padding-top: 10px;
}
#header #pic_menu, #middle, #footer {
	background: #fff;
	padding: 10px;
}
.menutop {
	height: 23px;
	text-align: right
}
.menutop a {
	background: url('/images/buttontop.png') center no-repeat;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	font-size: 11px
}
.headerpic {
}
.mainmenu {
	height: 50px;
}
.mainmenu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	margin: 0
}
.mainmenu ul li {
	background: url('/images/menubg.jpg');
	text-align: center;
	float: left;
	border-right: 1px solid #fff
}
.mainmenu ul li a {
	font-size: 12px;
	padding: 11px;
	padding-top: 10px;
	padding-bottom: 16px;
	vertical-align: middle;
	width: 129px;
	height: 20px;
	color: #fff;
	display: block;
	line-height: 23px;
}

.mainmenu ul li a.double-line {
	line-height: 11px;
}


.mainmenu ul li:hover, .mainmenu ul li.active {
	background: url('/images/menubghover.jpg');
}

.menuleft {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 160px;
	text-align: justify
}

#content {
	float: left;
	width: 550px;
	padding-left: 10px;
}

#content ul, #area_list {
	list-style-image: url(/images/li.jpg);
	padding: 0;
	text-align: left
}

#footer {
	clear: both;
	margin-bottom: 20px;
	color: #555555;
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}

h1, h2, h3 {
	font-family: Arial;
	color: #0babe9;
	margin-top: 5px;
	margin-bottom: 5px
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

h1 a, h2 a, h3 a {
	border-bottom: 1px solid #0babe9;
}

.categorybox {
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #eaeaea;
	float:left;
	width: 150px;
	margin: 10px;
	padding: 30px;
	text-align: center
}
.categorybox:hover {
	color: #0BABE9;
	border-color: #3dc4f8
}

.category_table td {
	padding: 5px
}
.category_table .entry {
	font-weight: bold;
	width: 380px	
}
.search_results td {
	padding-top: 10px;
}
.search_results td img {
	border: 0
}
.search_results_col1 {
	padding-left: 10px
}

