.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.company {
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.companysub {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}
.shadow{
	box-shadow: 7px 7px 8px #600;
	-webkit-box-shadow: 7px 7px 8px #600;
	-moz-box-shadow: 7px 7px 8px #600;
}
#content {
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 22%;
	background-color: #0CF;
	border: thin solid #00F;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 400px;
	text-align: center;
	vertical-align: middle;
}

body {
	background-color: #0099FF;
	font-family: "Times New Roman", Times, serif;
	float: none;
	height: auto;
	width: auto;
	margin: 40px;
	

}
#menu {
	float: left;
	width: 20%;
	margin: 5px;
	padding: 5px;
	
}

 #mainContent {
	margin: 40px;
	padding: 40px;
	border: thin solid #000;
	background-color: #FFf;
	box-shadow: 7px 7px 8px #600;
	-webkit-box-shadow: 7px 7px 8px #600;
	-moz-box-shadow: 7px 7px 8px #600;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#600, offX=10, offY=8,  positive=true)";
	filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#600, offX=10, offY=8,  positive=true)";
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 700px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #body h2 {
	text-align: center;
}
