* {
	padding:0;
	margin:0
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #555;
	border-top: 3px solid #282828;
	background: #fff url(../img/bg.png) repeat-x;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 170%;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	font-weight:normal;
	color:#444;
}
ul {
	padding-left:22px;
	margin-bottom:1em;
	font-size:1em;
	list-style:square;
}
table {
	margin: 10px 0 30px 0;
}
td {
	padding:3px;
	border:1px solid #f5f5f5;
	background:#fff;
}
a {
	color:#09C;
	text-decoration:none;
}
p {
	text-align:justify;
	padding-bottom:1em;
	font-size: 1em;
}
#header {
	padding-top: 40px;
}
#title h1 {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 0;
	display: inline;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-right: 1px solid #555;
}
#title a {
	color: #333;
}
#title h2 {
	display: inline;
	font-style: italic;
	font-size: 1.3em;
	color: #09C;
	vertical-align: text-bottom;
}
#nav {
	margin-top: 10px;
	margin-bottom: 0;
	list-style: none;
	float: right;
	font-size: 13px;
}
#nav li {
	float: left;
	background: url(../img/nav_border.gif) no-repeat right top;
}
#nav li a {
	display: block;
	color: #555;
	padding: 0px 10px 10px 10px;
}
#nav li a:hover {
	color: #09C;
	background: url(../img/nav.gif) no-repeat center bottom;
}
#teaser {
	clear:both;
	height: 150px;
	background: url(../img/bg_pattern.png) repeat;
	border: 1px solid #ddd;
	padding: 20px 0 20px 0;
	margin-bottom: 1em;
}
#teaser .teaser_text {
	width: 250px;
	float: left;
	font-size: 14px;
}
#slides img {
	width: 560px;
	height: 150px;
	float: left;
	margin-right: 60px;
	border: 1px solid #ddd;
}
#teaser p {
	color: #fff;
	padding-bottom: 0;
	font-size: 0.9em;
}
#content {
	width: 600px;
	margin-right: 35px;
	margin-bottom: 30px;
	float: left;
}
#content h2, #sidebar h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}
#sidebar {
	width: 280px;
	float: left;
}
#sidebar li {
	list-style:none;
	padding-left:0px;
	padding-bottom:10px;
}
#sidebar .sidebar-entry {
}
#sidebar a.more {
	font-size: 0.8em;
}
#sidebar a:hover.more {
	text-decoration: none;
	border-bottom: 1px dotted #09C;
}
#sidebar .date {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666;
}
#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px solid #ddd;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	font-size: 0.8em;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
#footer ul li a:hover {
	color: #09C;
}
