body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

/*
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
*/

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	}
	

a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	}
	
a:hover {
	text-decoration: none;
	color: #FFff33;
}

h1, h2, h3, h4, h5, h6	{
	padding: 1em 0 .4em;

}
h1 {
	text-align:center;
	font-weight:bold;
	font-size:130%;
	color:#fff;
	}
	
h2 {
	font-size:120%;
	font-weight: bold;	
}

h3 {
	font-weight:bold;
	font-size:100%;
}

h4 {font-size:90%;}

h5 {font-size:80%;}

h6 {font-size:70%;}


body {
	background-image: url(images_soul/BG_OK1.jpg);
	background-repeat: repeat-x;
	background-color: #7d66ab;
	background-position:center top;
}

#container {
	margin-top:-40px;
	width: 990px;
	margin: 0 auto;
}

#banner {
	margin-top:-12px;
	width:990px;
	height:270px;
	background-image:url(images_soul/banner1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

#content { 
	clear: both;
	margin: 0 auto;
	width:750;
}



#menubar {
	padding:0 20px;
	margin:0 ;
}

#menubar li {
	list-style:none;
	display:inline;
	}

#menubar {
	height: 20px;
	padding-left: 150px;
}

#menubar a {
	padding: 0 12px;
}



main_content {
	width:750px;
	text-align: center;
	margin:0 auto;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltcntr {
	float:inherit;}
#footer {
	margin: 0 auto;
	color:#FFFFFF; }

