* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #8E0393;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midd.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topp.jpg');
height: 26px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/bott.jpg');
height: 20px;
}


.header {
height: 217px;
background: url('images/banner2.jpg');
}

.header h1 { padding-left: 17px; padding-top: 10px; font-size: 22px; color: #BD8ABD; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #BD8ABD; }
.header h3 { padding-left: 500px; padding-top: 35px; font-size: 0.74em; color: #BD8ABD; font-type: Trebuchet MS; font-weight: 400; }
.header h4 { padding-left: 500px; padding-top: 0px; font-size: 0.74em; color: #BD8ABD; font-type: Trebuchet MS; font-weight: 400; }

.labb { 
    background: #F6F9FB; 
	border-bottom: 1px solid #A129A0; 
	padding: 5px;

}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}
.middle h1 { padding-left: 17px; padding-top: 0px; font-size: 12px; color: #8E0393; font-type: Trebuchet MS; font-weight: 400;}
.middle h3 { padding-left: 17px; padding-top: 0px; font-size: 10px; color: #000000; font-type: Trebuchet MS; font-weight: 400;}


.middle li {
	margin-bottom:5px;
	list-style-type: square;
	color: ##B346B4;
}

.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 0% 3%;
	border-left: 1px solid #B346B4;
}
.picfrnt {
	float: right;
	width: 40%;
	margin: 0 10px;
	padding: 1% 0%;

}
.pic {
	float: right;
	width: 40%;
	margin-top: 0px;
	margin-right: 10px;
	padding: 1% 0%;

}
.awards {
	float: right;
	width: 10%;
	margin: 0 5px;
	padding: 4% 4%;

	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: ##B346B4;
}

.middle h2 { color: #B346B4; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #B346B4; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:100px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}