#main	{
		width: 800px;
		border: 0px;
		margin-left: auto;
		margin-right: auto;
		}
body	{
		background: #000000;
		margin-top: 30px;
		font-family: helvetica, arial, sans-serif;
		font-size: 13px;
		}
#title	{
		width:800px;
		height:200px;
		}
#MenuBar1 a {
		border: 1px dotted #CCC;
		}
#nav	{
		font-size: 10px;
		background-color: #eee;
		width:798 px;
		}
.MenuBarHorizontal a:link {
		font-size: 13px;
		font-weight:bold;
		text-decoration:none;
		color:#600161;
		}

.MenuBarHorizontal a:hover {
		color:#ffffff;
		text-decoration:underline;
		}
		
.MenuBarHorizontal a:visited {
		font-size: 13px;
		font-weight:bold;
		text-decoration:none;
		color:#600161;
		}
.content	{
		width: 800px;
		padding: 15 0 0 0px;
		margin: 0px;
		background: url('images/contentbg.gif') repeat-y;
		min-height:500px;
		height:auto !important;
		height:500px;
		}
.main	{
		width:560px;
		position: relative;
		float: left;
		}
.main h1	{
		font-size: 23px;
		font-weight: strong;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		color: #600161;
		text-shadow: #aaaaaa 1px 1px 2px;
		}
.main .post	{
		width: 500px;
		margin-left: 25px;
		margin-bottom: 30px;
		}

.sidebar	{
		width: 240px;
		position: relative;
		float: right;
		}
.sidebar .post	{
		width: 210px;
		background: #8e8e8e;
		border: 2px solid #600161;
		margin-bottom: 15px;
		padding: 5px;
		color: #fff;
		text-align: left;
		}
.sidebar .post h3	{
		font-size: 15px;
		padding-bottom: 6px;
		margin: 0px;
		}
.sidebar .post p	{
		font-size: 13px;
		margin-bottom: 5px;
		margin-bottom: 5px;
		}
.clear	{
		width:100%;
		height:0px;
		clear:both;
		}
.post h3	{
		font-size: 18px;
		font-weight: bold;
		}
.post h4	{
		font-size: 14px;
		font-weight: bold;
		}
.post li	{
		font-size: 13px;
		}
p	{
		font-size: 13px;
		}
		
.post a:link, a:visited {
		font-weight:bold;
		text-decoration:none;
		color:#600161;
		}

.post a:hover {
		text-decoration:underline;
		}
.sidebar .post a:link, a:visited {
		font-size: 13px;
		font-weight:bold;
		color:#600161;
		text-decoration:none;
		}

.sidebar .post a:hover {
		text-decoration:underline;
		}
.explain	{
		font-size:13px;
		color: black;
		font-weight:bold;
		}
h3.list-heading	{
		font-size:13px;
		font-weight: normal;
		margin-top: -15px;
		margin-bottom: 0px;
		}
