body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.73em;
	color: #444;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#page {
	position: relative;
	width: 780px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background: transparent url(images/pagebg.gif) repeat-y; 
}

#header {
	width: 601px;
	height: 105px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#header h1 {
	width: 435px;
	padding: 25px 25px 0px 130px;
	font-size: 2.0em;
	line-height: 27px;
	color: #000;
	text-align: right;
	letter-spacing: -1px;
	margin: 0px;
}

#header h1 a {
	color: #444
}	

#header h1 a:hover {
	color: #000
}	

#header p {
	width: 455px;
	height: 27px;
	margin: 0px;
	padding: 1px 25px 0px 110px;
	font-size: 10px;
	text-align: right;
	color: #666;
}

#header hr, #footer hr {
	display: none;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 595px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.post {
	margin: 0px 29px 0px 30px;
	padding: 10px 10px 5px 10px;
	line-height: 1.6em;
}

.entry {
	clear: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.post ul {
	margin: 0px 10px 10px 30px;
	line-height: 1.6em;
	list-style-image: url(images/bullet.gif);
	padding: 0px;
}

.post ol {
	margin: 0px 10px 10px 30px;
	line-height: 1.6em;
	padding: 0px;
}

p {
	padding: 3px 0px 10px 0px;
	margin: 0px;
}

.post h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #86B505;
	font-size: 1.7em;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.pagetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 1.7em;
	line-height: 15px;
	padding: 10px 10px 0px 35px;
	margin: 0px;
}	

.post h2  a{
	color: #6699FF;
}	

.post h2  a:hover{
	color: #999999;
}	

a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #999;
}



.navi {
	padding: 0px 0px 5px 25px;
}

.alignleft, .alignright, .alignleft a, .alignright a {
	padding: 0px 10px 0px 0px;
	font-size: 0.95em;
	display: inline;
	color: #999;
	font-weight: normal;
}

#side {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 185px;
	background: url(images/sidebg.jpg) top left no-repeat;
	color: #FFF;
	padding: 0px;
}

#side ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#side li {
	list-style-type: none;
	line-height: 1.85em;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#side li li {
	list-style-type: none;
	line-height: 1.85em;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #ffffff;
}

#side li h2 {
	margin: 30px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 0.85em;
}

#side a {
	color: #FFF;
	font-weight: normal;
}

#side a:hover {
	color: #EEE;
}

#footer {
	clear: both;
	width: 600px;
	height: 37px;
	color: #000;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

#footer p {
	padding: 18px 10px 0px 0px;
	text-align: right;
	font-size: 0.85em;
	margin: 0px;
}

#footer a {
	color: #FFF;
	border-bottom: 1px dotted #CCC;
	font-weight: normal;
}


blockquote {
	margin: 5px;
	padding: 0px 5px 5px 10px;
	border-left: 3px solid #EEE;
}

abbr, acroym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}

#main_start {position: absolute;left: -10000px;};


.bar{	
        padding: 0px 0px 10px 120px;
}

