body {
	background-color: #f9f9f9;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: verdana;
}

#header 
{
	background-image: url(Images/index_header_bg.gif);	
}

h1 {
	font-family : Verdana;
	font-weight : bold;
	font-size: 18px;
	color: #2B417D;
}

#main {
	background-color : #f9f9f9;
}

#main h2 {
	margin : 0px;
	background-color : #B2C2ED;
	padding : 3px;
	border-bottom : 1px solid #666;
	font-family : Verdana;
	font-size : 0.8em;
	text-transform: uppercase;
}

#main div {
	margin : 0px 10px;
}

#authors {
}

#authors h2 {
	color : #FFF;
	margin : 0px;
	margin-bottom :10px;
	background-color : #596EA6;
	padding : 2px;
	font-family : Verdana;
	font-size : 0.8em;
	text-transform: uppercase;
}

#authors ul {
	margin : 10px 5px;
}

h1 a:link {
	color : #f9f9f9;
}

h1 a:visited {
	color : #f9f9f9;
}

h1 a:hover {
	color : #f9f9f9;
}

#main .post {
	border-bottom : none;
	word-wrap: break-word;
}

#main h3 {
	font-family : Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #1e4e66;
	text-decoration: none;
}

#main h3 a {
	font-family : Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #1e4e66;
	text-decoration: none;
}
.dotSeperator 
{
 	width: 100%;
    background-image: url(Images/dot_seperator.gif);
}