@charset "UTF-8";
body {
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CED6D0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width:1024px;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-image:url(images/jacysmithBG2.jpg);
	background-position:top;
	height: 768px;
	}
	
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height: 220px;
}


#header {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 150px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#nav li {
	height: 38px;
	width: 120px;
	float: left;
	padding: 0px;
	background-color:#CED6D0;
	display: inline;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#mainContent {
	width: 780px;
	padding: 0px;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color: #CED6D0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

#content a:link {
color: #000000;
}
#content a:visited {
color: #000000;
}
#content a:hover {
color: #a62b30;
}
#content a:active {
color: #000000;
}
#footer {
	padding: 0px;
	width: 800px;
	height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	background-color: #CED6D0;
	text-align: center;
}


a:link {
	color: #CED6D0;
}

a:visited {
	color: #CED6D0;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CED6D0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
