﻿body {
	background-color: #464646;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	padding-top: 0px;
	margin-top: 0px;
}
#Header {
	width: 900px;
	position: relative;
}
#navigation_menu {
	width: 900px;
	position: relative;
}
#content {
	position: relative;
	padding: 10px;
	width: 880px;
}
#footer {
	position: relative;
	width: 900px;
	padding-top: 10px;
}
p {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #333333;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	color: #3399FF;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #808080;
}
a:link  {
	color: #3399FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #808080; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #464646; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #3399FF; 
	text-decoration: none; 
	font-weight: bold;
}
.style1 {
	border-width: 0;
}
.newStyle1 {
	float: left;
}
