@charset "utf-8";



body {
	background: #F0F0F0 url(images/body.png) repeat-x;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

h1 {
	font-size: 24px;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-bottom: dotted 1px #666;
}

a {
	color: #006699;
	text-decoration: underline;
}

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

#wrap {
	width: 1000px;
	margin: 0 auto;
}


#header {
	height: 100px;
}

img {
	border: none;
	background: none;
}

#content-bg {
	width: 973px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: -30px;
	background: url(images/wrapbg.png) center repeat-y;
}

#content {	
	width: 610px;
	margin-left: 15px;
	text-align: justify;
}

#sidebar {
	width: 315px;
	margin-right: 20px;
	float: right;
	border-left: dotted 1px #CCCCCC;
}

#sidebar h1 {
	font-size: 14px;
	font-weight: bold;
}
	

#left-sbar {
	width: 300px;
	float: left;
}

#side-ad {
	width: 300px; 
}

#sidebar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: none;
	padding-bottom: 28px;
}


#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sidebar ul.menu li {
	padding : 2px 0 0px 0;
	padding-left: 20px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/category.png);
	background-repeat: no-repeat;
	
}

#sidebar ul.menu li:hover {
	background: #EBEBEB;
	
}

#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}


#sidebar ul.menu a:hover {
}

#divider-line {
	border-top: 1px dotted #CCCCCC;
	height: 2px;
}

#footer {
	background: none;
	height: 20px;
	text-align: center;
	padding: 15px 5px 0 5px;
}
