/* CSS Document */
* 
{
	margin:0;
}
body {

text-align:center; /* for IE */ 
font-family: verdana, arial, helvetica, sans-serif;
font-size: 72%; /* don't go smaller than this */ 
color: #000;
background-color: #fff;

}
a 
{
	color:#cc99ff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
#wrapper {

width:751px;
text-align:left;
margin:0 auto;
overflow:hidden;
/*border-left:1px solid #cc99ff;
border-right:1px solid #cc99ff;
border-bottom:1px solid #cc99ff;*/
overflow:hidden;
}

#header {
height:200px;
background:url(images/banner.jpg) no-repeat center top;
border-left:1px solid #cc99ff;
/*border-right:1px solid #cc99ff;*/
border-bottom:1px solid #cc99ff;
}
#maincontent
{
overflow:hidden;
/*border:1px solid #b97163;
overflow:hidden;*/
margin:0 auto;
clear:both;
}
#leftcontent {

float:left;
width:550px;


}

#rightcontent { 
float:right;
width:200px;
background:#cc99ff;
height:100%;
padding-top:2710px;

}

.text
{
	padding:5px;
}
ul {  margin:10px 10px 10px 30px; padding: 0 ; }

li {  list-style:url(images/bul.jpg); line-height:15px; }
.head
{
	color:#cc99ff;
	font-weight:bold;
}