* {
	padding: 0;
	margin: 0;
}
.clear {clear:both;}


body {background:url(images/bg.jpg) repeat; 
	  font-family:'Arial', "Arial", san-serif; 
	  color:#000000;}


a:focus								{outline:1px dotted;}
	a								{color:#717171; text-decoration:none;}
	a:hover								{
	text-decoration:none;
	color: #0088aa;
}
	a span								{font-size:90%;}
	h2									{font-size:23px;}
	

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

#contentwrap {background:url(images/contentbg.gif) repeat-y; padding:10px 0 3px 0;}

#contentbttm { padding:10px 0 3px 0;}
#contentbtm {
	background:url(images/cntntbtm.gif) center no-repeat;
	height:30px;
	text-align: center;
	color: #0088aa;
	font-size: 9px;
}

#menu {
	background:url(images/contenttop.gif) center bottom no-repeat;
	height:48px;
	padding-bottom:11px;
}



ul {list-style:none;}
#menu li {display:inline; font-size: 16px; Arial;}
#menu li a {
	display:block;
	height:30px;
	float:left;
	background:url(images/menu2.gif) right top no-repeat;
	margin-right:3px;
	padding-right:25px;
	color:#8ba9ba;
	text-decoration:none;
}
#menu li a span {
	display:block;
	background:url(images/menu1.gif) left top no-repeat;
	height:23px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu li a:hover {
	background:url(images/menuh2.gif) right top no-repeat;
	color:#000;
	text-shadow:#fff 1px 1px 1px;
}
#menu li a:hover span {
	background:url(images/menuh1.gif) left top no-repeat;
	font-family: Arial, Arial, san-serif;
}
#menu li.active a {
	background:url(images/menuh2.gif) right top no-repeat;
	color:#f19200;
	font-family: Arial, Arial, san-serif;
}
#menu li.active a span {background:url(images/menuh1.gif) left top no-repeat;}

#top {
	height:180px;
}

#header {background:url(images/header.jpg) center center no-repeat; width:980px; height:170px; padding:10px;}


#mainpage {
	padding:0 10px 10px 15px;
	font-family: Arial, Arial, san-serif;
	font-size:12px;
}
.normalpage .post h2 a  {color:#0088aa!important; text-decoration:none;}
.post h2 a:hover { color:#0088aa!important;}

/* SIDEBAR */

#sidebar {width:276px; padding:0px 10px 10px 15px; float:right; margin-bottom:15px; }
#sidebar .box {margin-bottom:10px;}
#sidebar h2 {
	color:#0088aa;
	font-weight:lighter;
	text-shadow:#fff 1px 1px 1px;
}
#sidebar li {
	display:block;
	padding:5px 5px 5px 3px;
	border-bottom:dashed 1px #0088aa;
	font:bold 12px "Arial", Arial, Helvetica, sans-serif;
	color: #000;}
#sidebar a {color:#0088aa; text-decoration:none;}
#sidebar a:hover {color:#000;}	

#contentwrap a {
	color:#000;
	font-weight: lighter;
}




#left {
	width:655px;
	float:left;
	padding:0 15px 15px 0;
	margin-bottom:15px;
	border-right:solid 1px #999999;
}



.alignleft {float:left;}
.alignright {float:right;}
img.alignleft, img.alignright {
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
.normalpage .post {
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.postmeta { font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#000000; margin-bottom:15px;}
.normalpage h2 {
	padding-bottom:5px;
	border-bottom:solid 1px #0088aa;
	font-size:18px;
}
