

* {
	margin: 0;
	padding: 0;
}



a {
color: #0AAAFD;text-decoration: none;outline: none;
}

a:link {
	color: #0AAAFD;
	text-decoration: none;
  outline: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
	
  outline: none;
}



h1, h2, h3 {
	margin-bottom: 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}

a:visited {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */

#menu {
	width: 770px;
	height: 105px;
	margin: 0 auto;
	z-index:100;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 65px;
	padding: 40px 0 0 0;
}

#menu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(images/bttntop2.png) no-repeat;
	text-align: center;

	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/bttntop3.png);
}

#menu .active {
	padding-top: 35px;
	
  outline: none;
}

#menu .active a {
	height: 37px;
	padding-top: 14px;
	background-image: url(images/bttntop2.png);
	color: #000000;
	
  outline: none;
}

#menu .active a:hover {
	background-image: url(images/bttntop2.png);
	
  outline: none;
}

/* Header */

#header {
	width: 770px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 160px;
	background: url(images/img05.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 90px;
	background: url(images/img07.jpg) no-repeat center center;
	letter-spacing: 8px;
	font-size: 197%;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	float: right;
	width: 520px;
	height: 160px;
	background: url(images/img06.png) no-repeat;
}

#banner a {
	float: right;
	padding: 120px 20px 0 0;
	text-decoration: none;
	text-align: right;
	font-size: 136%;
	font-style: italic;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 510px;
}

.post {
	margin-bottom: 20px;
}

.post .title {
	padding: 0 20px;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	/*background: url(images/img09.gif) repeat-x;*/
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 39px;
	margin: 0;
	padding: 12px 0 0 0px;
	background: url(images/img08.png) no-repeat;
	letter-spacing: 0px;
	font-size:25px;
	text-align:center;
	color:#4EA3F8;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.boxed .story {
	padding: 20px;
	border: 1px solid #FFBA82;
	border-top:0px;
}

.boxed .meta {
	padding: 5px 10px;
	background: #EBEBEB;
	color: #999999;
}

.boxed .meta a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	margin-left:-8px;
	margin-top:-25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border: 1px solid #D6D6D6;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 1px 0;
	/*background: url(images/img09.gif) repeat-x;
	border-top:solid 1px #E6E6E6;*/
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(images/img10.png) no-repeat;
	letter-spacing: -1px;
	color:#666666;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar li a {
	padding-left: 5px;

}
	
/* Footer */

#footer {
	clear: both;
	text-align: center;
	margin-bottom:0px;
	margin-top:-20px;

	
}

#footer p {
	margin: 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #DFE9FF;
}