﻿#nav {
    top: 0px;
    left: 0px;
    width: 700px;
	height: 55px;
	margin: 0 auto;

}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}
#nav li {
	padding: 18px 0px 0px 30px;
	margin: 0px;
	height: 35px;
	list-style: none;
	list-style-type: square;
	list-style-position: inside;
	float: left;
	border-right: 0px solid #EAA13A;
	display: inline;
}
.lastchild {
	border-right: 20px none #FFFFFF !important;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
}
#container {

	margin-top: 0px;
	margin: 0 auto;
	height:auto;
	
}
#body {
	font-family: Comic Sans, Comic Sans MS, cursive;
}
#flashcontent{
	font-family: Comic Sans, Comic Sans MS, cursive;
	height:500px;
    width:900px;
}
#footer{
	background-color:black;
	color: gray;
	width: 300px;
	text-align:right;
}
#vfooter{
	background-color: #323232;
	height : 500px;
	color: black;
	width: auto;
}