@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#container{
	height: 768px;
	width: 1024px;
	margin: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#body_text{
	margin-left: 270px;
	padding-top: 30px;
	width: 711px;
	height: 580px;
	background-color: #FFFFFF;
}

#navigation{
	margin-left: 270px;
	display: block;
}

#empty_top{
	height: 55px;
}

#section_bar{
	
}

#section_text{
	float: left; 
	width: 520px;
	margin-left: 20px;
	color: #330066;	
}

#section_text h1{
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
}

#section_text p{
	width: 480px;
	line-height: 2;
}

#section_text p.contact_details{
	font-size: 14px;
	margin-top: 50px;
	line-height: 1.2;
}

.small_box{
	float: left; 
	width: 90px; 
	height: 90px; 
	background-color: #FFFFFF; 
	text-align: center;
	margin: 5px;
	font-size: 12px;
	vertical-align: middle;
}

.small_box a{
	text-decoration: none;
	color: #330066;
}

.small_box a:hover{
	text-decoration: underline;
	color: #330066;
}

.contact_box{
	background-color: #FFFFFF; 
	width: 300px;
	margin: 20px 0px 10px 20px;
	padding: 5px 5px 5px 10px;
	line-height: 1.3;
	font-size: 12px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul{
	margin-bottom: 0px;
	margin-top: 0px;
}

ul li{
	font-size: 12px;
}
