body {
	text-align: center;
	padding: 0px;
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 11px;
	color: #202020;
	background-color:#444448;
	background-image:url(/assets/bitmaps/bg2.gif);
	background-position:center;
	background-repeat:repeat-y;
}

a, a:visited, a:active {
	color: #660000;
	text-decoration: none;
}

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

div {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#code
{
text-indent: 4;
	overflow:scroll;
	width: 480px;
	background-color:#F0F0F1;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	letter-spacing: -2px;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial Black;
	font-size: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#660000;
}

h3 {
	font-family: Arial Black;
	font-size: 11px;
	margin-bottom: 0px;
}

h4 {
	font-family: Arial Black;
	font-size: 11px;
	margin-bottom: 0px;
}

h5 {
	font-family: Arial;
	font-size: 16px;
	letter-spacing: -2.5px;
	margin: 0 0 0 0;
}

h6 {
	font-family: Arial;
	font-size: 16px;
	letter-spacing: -2px;
	margin: 10px 0px 5px 0px;
	margin:
}

#container {
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	min-height:100%;
}

#header {
	width:inherit;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content {
	min-height: 100%;
}

#right {
	float:right;
	margin: 0 0 0 280px;
	width: 500px;
	background-color:#009900;
}

#footer {
	width:inherit;
	height: 20px;
	margin: 20px 0 0 0;
	background-color:#FFFFFF;
}

#blog_content {
	padding-left: 10px;
	margin: 10px 10px 0px 0px;
}

#blog_content a, a:visited, a:active {
	color: #660000;
	text-decoration: none;
}

#blog_content a:hover {
	text-decoration: underline;
}

#blog_comment {
	padding-left: 10px;
	margin: 0 0 20 10;
}

#blog_comment br{
	line-height: 6px;
}

#blog_comment a, a:visited, a:active {
	color: #660000;
	text-decoration: none;
}

#blog_comment a:hover {
	text-decoration: underline;
}

#map {
	margin-top: 0px;
}

#google_adsense {
	float: left;
	margin-top: 0px;
}

#left {
	margin-top: 10px;
	padding: 0 10px 0 0;
}

#left li {
	margin: 0 0 5px 10px;
	list-style: url(/assets/bitmaps/bullet.gif) outside;
	
}

#left a, a:visited, a:active {
	color: #222244;
	text-decoration: none;
}

#left a:hover {
	color: #000000;
	text-decoration: underline;
}

#article_comment {
	padding: 20px;
	background: #ECECEF url(/assets/bitmaps/quotes.gif) right top no-repeat;
	margin: 0 0 20 10;
	min-height: 110px;
}