h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:  100%;
	min-height: 100%;
	background-color: #fff;
	}

#container {
	height: 100%;
	width : 700px;
	margin : 0 auto;
	border: 0px solid green;
	background-color:#FFF;
	}
	
#top {
	width : 665px;
	height: 72px;
	border: 0px solid red;
	}

#content {
	background-image:url(gfx/bg2.jpg);
	background-repeat: no-repeat;
	width: 665px;
	height: 426px;
	margin: 0px;
	border: 0px solid red;
	padding: 10px;
	}
	
#footer {
	width : 665px;
	height: 25px;
	padding: 3px;
	}
	
#menu {
	width: 665px;
	height: 32px;
	border: 0px solid red;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 0px 10px;
}
#menu UL {
	font-size: 14px;
	font-weight: bold;
	color: #ef4035;
	margin: 0;
	padding: 0;
	}
	
#menu LI {
	list-style-type: none;
	line-height: 24px;
	display:inline;
	text-decoration: none;
	padding: 30px 3px 3px 3px;
	}
	
#menu LI A {
	text-decoration: none;
	color: #00aeef;
	padding: 3px 3px 3px 3px;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	}
	
#menu LI A:hover, .activeMenu {
	text-decoration: none;
	color: #000;
	background-color:#73d2f6;
	}
	
H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	margin: 10px 5px 15px 5px;
	}
	
H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	margin: 15px 5px 10px 5px;
	}
	
P {
	line-height: 15px;
	width: 400px;
	color: black;
	margin: 5px;
	}

A {
	color: #000;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration: none;
	}