body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	background-color: #e1e1e1;
	background-image: url(../images/backgroundGradient.gif);
	background-repeat: repeat-x;
	padding:0;margin:0;
	width:100%;
	min-width:770px;
}

p {
	margin:0;
	padding:0 0 15px;
}

h1 {
	margin:0;
	padding:.5em 0;
	font-size:1.4em;
}

h2 {
	margin:0;
	padding:0;
	font-size:1.2em;
}

a {
	outline: none;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

#header {
	width:100%;
	min-width:770px;
}

#navigation{
	background:url(../images/headerGradient.gif) bottom left #e1e1e1 repeat-x;
	border:1px solid #9a5e00;
	border-top:0;
	list-style-type: none;
	padding: 0px;
	height: 3.5em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#navigation li {
	float: left;
}

#navigation a {
	color:#431300;
	text-decoration:none;
	font-size: 1.5em;
	display: block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}
#navigation a:hover {
	text-decoration:underline;
	background:url(../images/linkHover.gif) repeat;
}

#content {
	border:1px solid #c9c9c9;
	border-top:0;
	background:url(../images/contentBackgroundGradient.gif) top left #ffffff repeat-x;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 2.2em;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 1.5em;
	padding-bottom: 1.2em;
	padding-left: 1.5em;
}

#details{
	background:url(../images/footerGradient.gif) top left #e8f3fb repeat-x;
	border:1px solid #9a5e00;
	border-bottom:0;
	padding: 0px;
	height: 2.5em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}

#details li{
	display: block;
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}

#details a {
	text-decoration:none;
}

#details a:hover {
	text-decoration:underline;
}

#footer {
	min-width:770px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
}
