#main {
width: 100%;
margin: 0 auto;
}

h1{  
font:16px Lucida Sans, Arial; 
padding:10px 0 0; 
color:#888888;
line-height: 26px;
}

h2{  
font:18px Lucida Sans, Arial; 
padding:10px 0 0; 
color:#E987B6;
}

h3{  
font:14px Lucida Sans, Arial; 
font-style: italic;
padding:10px 0 0; 
color:#A40D6A;
}

ul { 
list-style-image: url(images/bullet.jpg); 
}



.wrapper {
   width: 1000px;
   position: relative;
   left: 50%;
   margin-left: -500px;
	font-size: 14px;
	font-size: 14px;
   }

.header1 {
	background:url("images/header_01.jpg") repeat no-repeat right;
	height: 67px;
	width: 1000px;
	margin: 0;
}		
   
.header2 {
	background:url("images/header_02.gif") repeat no-repeat right;
	height: 16px;
	width: 1000px;
	margin: 0;
}		
.header3 {
	background:url("images/header_03.jpg") repeat no-repeat right;
	height: 264px;
	width: 1000px;
}	
	
.content { 
	float: left;
	width: 1000px;
	border: 1px solid #E1E1E1;
}

.text
  {
  	float:left;
  	width:650px;
  	margin:0px;
  	padding:20px;
	font: 12px sans serif, Arial;
	text-align: justify;
	color: #000000;
	line-height: 24px;
  }

.text a
  {
	color: #EC8FBC;
}
.text a:hover
  {
	color: #A50E6B;
}
.text a:visited
  {
	color: #cccccc;
}

.textright
  {
  	float:right;
  	width:220px;
  	font: 11px sans serif, Arial;
	text-align: left;
	color: #EC8FBC;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #EC8FBC;
	margin:40px 20px 0px 15px;
  }
.textright a
  {
	color: #EC8FBC;
}
.textright a:hover
  {
	color: #A50E6B;
}
.textright a:visited
  {
	color: #cccccc;
}
.alignright {
	float:right;
	padding: 10px 0 0 15px;
}
.buttonup {
	float:right;
	padding: 0;
}






		
