@charset "UTF-8";
body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CCC;
	width: 780px;
}

#container {
}

#header  {
	width: 780px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}


#navigation  {
	width: 780px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ccc;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}

#mainContent  {
	width: 748px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCC;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}


#footer  {
	width: 780px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ccc;
}

a:link {
	color:#000;
	font-family: "Comic Sans MS", cursive;
}

a:visited {
	color: #000;
}

a:hover {color:#F90
}

a:active {
	color:#000
}

ul li{
}
