html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
	margin-bottom: 14px;
}



body {
  background: url(images/bg_main.jpg);
  
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#000000;
}
a:link {
 color:#e57ad2;
}     
 
a:hover { 
 color:#000000;
 text-decoration: underline;
}  
a:active {
 color:#000000;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #b175bf;
	margin-bottom: 20px;
	margin-top: 25px;


}
h2 a:hover{
	text-decoration: none;
}


#top{
	float: left;
	width: 760px;
	margin-bottom: 40px;
	margin-top: 20px;
}
h1#logo{
	float: left;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 30px;	
	color: #fff;
	font-weight: normal;
}
h1#logo a{
	color: #faea6e;
	text-decoration: none;

	
}

#wrapper{
	width: 760px;
	margin: auto;
	text-align: justify;
}
#content{
	width: 760px;
	float: left;
        font-size: 14px;
	color: #e6e6fa;	
}
#main-content{
	width: 525px;
	float: left;
	margin-right: 78px;
	margin-top: 9px;
}
#sidebar-right{
	width: 100px;
	float: left;
	margin-top: -34px;

}
#footer{
	width: 760px;
	clear: both;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000; 
	margin-bottom: 30px;
}
#footer p{
	text-align: center;
	margin: 0;
	padding: 7px 0;
}
/* end layout */


/* navigation */
#navigation {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation li { float: left; }

#navigation a {
	display:block;
	text-decoration:none;
	padding:7px 10px;
	
	color:#fff;
	margin-right:9px;
	font-weight: bold;
	line-height: 16px;
}
#navigation li.active a{
	background-color:#fff;
	color:#000000;
}
#navigation a:hover {
	background: none;
	color:#000000;
}

}
.sideblock{
	width: 176px;
	float: left;
	margin-bottom: 40px;
	display: inline;

}
.sideblock ul{
	width: 166px;
	margin-left: 10px;
}
.sideblock ul li{
	width: 153px;
	padding: 5px 0;
	padding-left: 13px;
	border-bottom: 1px solid #000000;
	background: url(images/arrow.gif) 0 50% no-repeat;
}
.sideblock ul li a{
	color: #b175bf;	
}
.sideblock ul li a:hover{
	color: #000000;
	text-decoration:underline;

