@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 14px;
}
img a {
	display: block;
	border: none;
	outline: none;
}
a img {
	display: block;
	border: none;
	outline: none;
}
a {
	color: #C36;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
ul , li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
} 
#container  {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
} 
#maincontent {
	width: 640px;
	margin-right: 20px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 250px;
}
#sidebar  {
	float: right;
	width: 260px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/bg-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 200px;
}
#sidebar h1 {
	font-weight: bold;
	color: #000;
}
#sidebar li a{
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #F69;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 5px;
}
#sidebar li a:hover {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 5px;
}
#twitter_div {
	background-color: #06C;
	padding: 5px;
	color: #000;
	margin-bottom: 10px;
}
#twitter_div li {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 2px;
}
 
#twitter_div a {
	background-color: #FFF;
	color: #000;
}
#footer  {
	width: 960px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
} 

.clear {
	clear:both;
	height:0;
	line-height: 0px;
}
.date {
	font-weight: bold;
	color: #000;
}
