body {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	background-color: #E8E8E8;
	color: #333333;
	margin: 0;

}

#wrapper { 
	width: 960px;
	margin: 0 auto 60px auto;
}

#top {
	background-image: URL('topbg.jpg');
	height: 100px;

}

#logo {
	margin: 10px 0 0 6px;
	border: 0px;
}

#topmenu {
	height: 30px;
	background-color: #494744;
	padding-left: 10px;
	line-height: 34px;
}

#contentContainer {
	background-color: #FFF;
}


#left {
	width: 200px;
	float: left;
}


#right {
	width: 710px;
	padding: 0 20px 40px 0;
	float: right;

}

#footer {
	background-color: #D2CEC9;
	color: #535252;
	padding: 7px;
}

h1 {
	font-size:26px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:32px;
	text-transform:none;
	dispaly: inline;
}

h2 {

	color:#333333;
	font-family:arial;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin-top:25px;
	text-transform:none;
}

p {
	line-height: 19px;
}

li {
	line-height: 20px;
}

a {

	color: #AB3E98;
	text-decoration: underline;
}

a:hover {
	
	text-decoration: none;
}




#menu {
	padding: 15px 0 0 15px;
}

#menu ul {
	list-style: none;
	font-size: 13px;
	margin: 0px;
	padding: 0;
}

#menu li {
	border-bottom: 1px solid #DEDEDE;
}

#menu li a {
	color: #1A1A1A;
	line-height: 30px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	background-image: URL('dot.png'); background-repeat: no-repeat; background-position: 4px center; 
}

#menu li a:hover {
	text-decoration: underline;
	color: #1A1A1A;
	background-color: #F8ECF6;
}

#menu li#marked a {
	background-color: #F8ECF6;


}



.clear {
	clear: both;
}
