body {
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #666666;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #ff9933;
	width: 800px;
	height: 100px;
}

#header_title {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 22px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: 30px;
}

#tabs {
	height: 23px;
	width: 800px;
	background-color: #0066cc;
}

#tabs ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#tabs li {
	text-align: center;
	margin-top: 5px;
	width: 120px;
	float: left;
}

#tabs li a {
	text-decoration: none;
	color: white;
}

#tabs li a:hover {
	text-decoration: none;
	color: #ff9933;
}

#blog {
	margin-top: 10px;
	display: block;
	background-color: white;
}

#blog #content {
	padding: 10px;
	float: left;
	width: 580px;
}

#blog #content h2{
	margin: 0px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 25px;
	color: #333333;
	text-align: left;
	background-color: #cccccc;
	width: 100%;
}

#blog #content a{
	text-decoration: none;
	color: #0066cc;
}

#blog #content a:hover{
	color: #ff9933;
}

#blog #sidebar {
	margin-bottom: 25px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: dotted;
	padding: 9px;
	float: left;
	width: 180px;
}

#blog #sidebar ul{
	padding: 0px;
	margin: 0px;
}
#blog #sidebar li{
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
#blog #sidebar li a{
	text-decoration: none;
	font-size: 11px;
	color: #0066cc;
}

#blog #sidebar li a:hover{
	color: #ff9933;
}

#blog #sidebar h2{
	margin: 0px;
	padding: 1px;
	text-align: center;
	background-color: #ff9933;
	width: 100%;
}

#clear {
	clear: left;
}

#footer {
	padding-top: 4px;
	text-align: center;
	font-size: 10px;
	color: #333333;
	background-color: #cccccc;
	width: 800px;
	height: 16px;
}

#footer a{
	color: #333333;
	text-decoration: underline;
}

#footer a:hover{
	color: #ff9933;
	text-decoration: underline;
}

#buts{
	text-decoration: none;
	color: #333333;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	width: 400px;
	cursor:hand;
	font-size:1.1em;
	background: #ff9933;
	display: block;
	height: 30px;
	text-align: center;
	padding-top: 15px;
	font-weight: bolder;
}

#legal{
	font-size: 11px;
}

