* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #EEEEEE url(images/background.gif) repeat-x 0 0;
}
a {
	color: #4A79A5;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}
select{font-size:10px;}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 115px;
	margin-bottom: 10px;
	overflow: hidden;
}
	#header .pages {
		list-style-type: none;
		height: 42px;
		padding-top: 7px;
	}
		#header .pages li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#header .pages li a {
			display: block;
			text-decoration: none;
			color: #333333;
			display: block;
			padding: 10px 12px;
			border-width: 0 1px;
			border-style: solid;
			border-color: #F0F0F0;
		}
		#header .pages li a:hover {
			border-color: #ffffff;
		}
	#header .logo {
		float: left;
		clear: both;
		height: 65px;
	}
		#header .logo h1 {
			text-transform: uppercase;
			font-size: 2.5em;
			padding-top: 3px;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			font-weight: bold;
			text-transform: uppercase;
			color: #888888;
		}
	#header .ad {
		float: right;
	}
	#header .categories {
		list-style-type: none;
		clear: both;
		height: 37px;
		margin-left: -15px;
	}
		#header .categories li {
			float: left;
		}
		#header .categories li a {
			display: block;
			padding: 11px 15px 12px;
			text-decoration: none;
		}
		#header .categories li a:hover {
			font-weight: bold;
			color: #4A79A5;
		}
/** END header **/

/** BEGIN sidebars **/
.box {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 6px;
	margin-bottom: 10px;
font-size:11px;
}
	.box h2 {
		background-color: #4A79A5;
		color: #ffffff;
		font-size: 1em;
		text-transform: uppercase;
		padding: 4px;
		margin-bottom: 5px;
	}
#lsidebar {
	width: 200px;
	float: left;
	padding-bottom: 10px;
}
	#lsidebar ul {
		list-style-type: none;
	}
		#lsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0 4px 17px;
			background: url(images/bullet.gif) no-repeat 2px 9px;
			border-bottom: 1px dotted #B6B6B6;
		}
		#lsidebar ul li a {
			color: #333333;
			text-decoration: none;
		}
		#lsidebar ul li a:hover {
			color: #4A79A5;
			text-decoration: underline;
		}
#rsidebar {
	width: 200px;
	float: right;
	padding-bottom: 10px;
}
	#rsidebar ul {
		list-style-type: none;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0 4px 17px;
			background: url(images/bullet.gif) no-repeat 2px 9px;
			border-bottom: 1px dotted #B6B6B6;
		}
		#rsidebar ul li a {
			color: #333333;
			text-decoration: none;
		}
		#rsidebar ul li a:hover {
			color: #4A79A5;
			text-decoration: underline;
		}

/** END sidebars **/

/** BEGIN content **/
#content {
	width: 530px;
	float: left;
	padding: 0 0 10px 10px;
}
	#featured {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
		padding: 6px;
	}
	#content .featured {
		position: relative;
		padding: 0 6px 12px;
	}
		#featured h2 {
			background-color: #4A79A5;
			color: #ffffff;
			font-size: 1em;
			text-transform: uppercase;
			padding: 4px;
			margin-bottom: 15px;
		}
		#featured h2 a{
			color: #ffffff;
		}
		#content .featured p {
			line-height: 1.6em;
			margin-bottom: 0px;
			padding: 0 4px;
		}
/** END content **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #4A79A5;
	color: #2E4B54;
	font-size: 0.9em;
	height: 35px;
	padding-top: 20px;
}
	#footer a {
		color: #ffffff;
	}
	#footer .wrapper {
		width: 960px;
		margin: auto auto;
		text-align: left;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/