@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-color:#000;
	font-family: 'Open Sans Condensed:700', sans-serif;
}

h1{
	font-size:25px;
	color:#333;
	line-height:25px;
}
h2{
	font-size:20px;
}
h4{
	font-size:45px;
	margin-bottom:0;
}
.colorbar{
	background-image:url('images/colorbar.jpg');
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.header{
	width:320px;
	margin-top:30px;
	background-image:url('images/UVFSvsm.png');
	background-repeat:no-repeat;
	height:200px;
	margin-bottom:20px;
}
.menu{
	color:#FFFFFF;
	margin-top:180px;
	font-size:15px;
	width:320px;
	text-align:center;
}
.bar{
	margin:0 auto;
	width:320px;
}
.barsub{
	margin:0 auto;
	width:320px;
	height:315px; 
}
.barleft{
	width:320px;
	margin-bottom:50px;
}
.barright{
	background-image:url(images/mapguysm.png);
	background-repeat:no-repeat;
	width:320px;
	margin-top:-10px;
	float:right;
	height:285px;
}
.barrightsub{
	background-image:url(images/mapguysubsm.png);
	background-repeat:no-repeat;
	width:320px;
	margin-top:-40px;
	float:right;
	height:200px;
}
.servebox{
	margin:0 auto;
	width:320px;
}
.serve{
	width:320px;
	float:left;
	margin-bottom:20px;
	margin-left:0;
}
.content{
	width:290px;
	padding:15px;
	padding-top:-100px;
}
ul.a {
    list-style-type: disc;
    font-size: 15px;
    width:320px;
}
li.e {
    width:300px;
    float:left;
	margin-bottom:10px;
}
ul.b {
    list-style-type: disc;
    font-size: 15px;
    width:320px;
}
li.f {
    width:250px;
	margin-bottom:10px;
}
.footer{
}
