

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
	margin: 3px 3px 3px 3px;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


form {
	margin: 3px; padding: 3px 8px 3px 3px;
	border: 1px solid #f2f2f2; 
	background-color: #CCC; 
}
label {
	display:block;
	font-weight:bold;
	color:#333;
	margin:5px 3px;
}
input {
	padding: 2px;
	border: 0px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
select {
	width:230px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 0px
	color:#333;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:0px solid #eee;
	height:100px;
	display:block;
	color:#333;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}

fieldset.radio {
width: 18em;
margin: 0;
}

fieldset.radio RadioButtonList {
clear: both;
float: left;
position: static;
}

fieldset.radio label {
font-weight: normal;
}




/* Header */

#logo {
	width: 850px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 18px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1em;
}

#logo a {
	text-decoration: underline;
	color: #FF9900;
}

/* Menu */

#menu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/frame_top.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 18px 0 18px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF url(images/frame_mid2.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/frame_mid1.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding: 20px 0 0 20px;
}

#content a {
	text-decoration: underline;
	color: #FF6600;
}

#content a:hover {
	text-decoration: none;
	color: #000;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}




/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	font-size: 11px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 872px;
	margin: 0 auto;
	padding: 38px 0;
	background: url(images/frame_bottom.gif) no-repeat;
}

#footer p {
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #CCC;
}

#footer a {
	color: #CCCCCC;
}