body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#nav {
	background-color: #FFFFFF;
	height: 35px;
	width: 100%;
	text-align: center;
	padding-right: 10px;
	font-size: 28px;
	font-weight: normal;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bolder;
}
a:hover  {
	color: #666666;
	text-transform: uppercase;
}
.largeText {
	font-size: 28px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #CCCCCC;
	font-style: italic;
}

#container {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#main {
	height: 375px;
	width: 600px;
	background-image: url(images/main.jpg);
	margin: auto;
}
#contact {
	height: 150px;
	width: 590px;
	background-color: #FFFFFF;
	margin: auto;
	padding-left: 10px;
	color: #333333;
	padding-top: 175px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#contact a {
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	font-variant: normal;
	color: #333333;
}
