@charset "utf-8";

/* Reset */
@import url("reset.css");

/*

Design by Gimme-Website 

Contents:

1. BODY + PAGE
2. DROP DOWN MENU
3. CONTENT MIDDLE
4. CONTENT BOTTOM
7. FOOTER
8. MISC

*/

/* BODY + PAGE */
body {
	background:#fff url(../images/bg-body.jpg) top left repeat-x;
	color:#000;
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	margin:0 auto;
	text-align:left;
	width:900px;
}
a {
	color:#f00;
	font-weight:bold;
}
a:hover {
	color:#000;
}

/* DROP DOWN MENU */

#menu {
	height:25px;
	margin-top:4px;
	width:250px;
}
#menu li {
	float:left;
	position:relative;
}
#menu a {
	display:block;
	height:25px;
	text-decoration:none;
}
#menu span {
	color:#a40000;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}
#menu div {
	background:#fff;
	border:1px solid #a40000;
	border-top:none;
	height:150px;
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	top:32px;
	left:0;
	visibility:hidden;
	width:250px;
}
#menu div a {
	background:#fff;
	color:#a40000;
	font-size:16px;
	font-weight:bold;
	display:block;
	height:20px;
	line-height:20px;
	padding:0 5px 2px;
	position:relative;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
	width:240px;
}
#menu div a:hover {	
	color:#000;
	background-color:#ebebeb;
}

/* CONTENT MIDDLE */

#content_middle {
	padding:20px 0 0;
}
#banners {
	margin:0 auto;
	width:375px;
}
#banners .banner {
	float:left;
	height:60px;
	padding:2px 2px 0;
	width:120px;
}
#links {
	margin:8px auto 0;
	width:375px;
}
#links .column {
	float:left;
	margin-right:10px;
	width:165px;
}
#links .column a {
	display:block;
	text-align:center;
	width:165px;
}

/* CONTENT BOTTOM */

#content_bottom {
	padding:10px 60px 0;
}

/* FOOTER */

#footer {
	color:#bdbdbd;
	font-size:11px;
	margin:10px auto;
	text-align:center;
}
#footer a {
	color:#bdbdbd;
}
#footer a:hover {
        color:#a40000;
}

/* MISC */

.clear { clear:both; }
