* { margin: 0; padding: 0; }

body {
	background: url('images/bg.gif');
}

#header{
background-color: #000068;
height: 200px;
width: 675px;
margin-left: 4px;
border-style: solid ;
border-width: thin;
border-color: #000;
}

p.contact{
	font-family: "univers", Verdana, impact;;
	}

#header img{
	float: left;
	}

#everything {
	width: 720px;
	margin: auto;
	font-family:  "myriad pro", Verdana, impact;

}

#content {
	background: url('images/mock2.gif');
	background-repeat: no-repeat;
	width: 720px;
	float: left;
	clear: both;
	padding-top: 20px;

}

#menu {
	width: 200px;
	height: 100%;
	float: left;
		margin-left: 7px;
}

#menu li{
	background-image: url('images/mainmenuitem.gif');
	background-repeat: no-repeat;
	list-style: none;
	height: 40px;
	margin: 5px;
	padding-left: 45px;
	padding-top: 10px;
	}
	
#menu a{
	text-decoration: none;
	color: #fff;

	}
	
#menu img{

	}

#one {
	width: 430px;
	height: 199px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

#two {
	width: 220px;
	height: 300px;
	float: left;
	margin-top: 55px;
	margin-left: 30px;
	margin-right: 5px;
	color: #D1D1D1;
}

#two ul{
	list-style: none;
	padding-left: 20px;
}

#three {
	width: 165px;
	float: left;
	margin-top: 55px;
	color: #D1D1D1;
	margin-left: 35px;
}

h3 {
	text-align: center;
	margin-bottom: 15px;
	font-family: "univers", Verdana, impact;
	color: #fff;
}

h4 {
	font-family: "univers", Verdana, impact;
	font-size: 20px;
	color: #fff;
	}

#footer {
	clear: both;
	background: #fff;
}