  body {
  padding: 0; margin: 0;
  background:#fef9fd; 
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px; 
  color:#9512c0
  }
	div#container {
	width:750px;
	margin:auto;
	}
  div#header {
  height:130px;
	background-image: url(images/header_bg.jpg);
  }
  div#menu {
  height:15px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
	text-transform:uppercase;
  }

  div#main {
  background-image: url(images/main_bg.jpg);
  }
	
	div#content {
  margin-left:40px;
	margin-right:40px;
  }

  div#footer {
	background-image: url(images/main_bg_end.jpg);
	background-repeat: no-repeat;
	text-align: center;
  }
  
.text {
font-family: Verdana, Arial, Sans-serif;
font-size: 12px; 
color:#7b68a4; 
text-align: justify;
}  

h1 {
margin:0; padding:0;
font-family: Verdana, Arial, Sans-serif;
font-size: 24px; 
font-weight: 400;  
color:#9512c0;   
}
 
a:link {color:#9512c0; text-decoration: underline;}
a:visited {color:#9512c0; text-decoration: underline;}
a:hover {color:#9512c0; text-decoration: none; font-weight:bold;}
a:active {color:#9512c0; text-decoration: underline;}

  
  .menu:link {
  color:#9512c0; 
  text-decoration: none;
  }
  .menu:visited {
  color:#9512c0; 
  text-decoration: none;
  }
	.menu:active {
  color:#9512c0; 
	border-top: 1px dashed #9512c0;
	border-bottom: 1px dashed #9512c0;
  }
  .menu:hover {
  color:#9512c0; 
	border-top: 1px dashed #9512c0;
	border-bottom: 1px dashed #9512c0;
  }
  
  .border {border: 2px solid #9512c0;}

