body {
	background:#006;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#006;
	line-height: normal;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:2px solid #003;
	background:#fff;
}

#header {
	height:200px;
	background:#000 url(images/88Masthead.jpg) repeat-x left top;
	border-bottom:8px groove #009;
}

#header h1 {
	color:#FC0;
	font-size:30pt;
	margin:0;
	padding:135px 10px 10px 285px;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	font-weight: normal;
}

#content {
	width:500px;
	padding:10px;
	float:right;
	font: 14px Arial, Helvetica, sans-serif;
	color: #006;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #060;
}

#content h2 {
	color:#009;
	font-size:18pt;
	border-bottom:1px solid #ccc;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}

#content h3 {
	color:#006;
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Comic Sans MS", cursive;
}

#content h4 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #060;
	}

#content h5 {
	color:#FC0;
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Comic Sans MS", cursive;
	margin: 0px;
	padding: 0px;
}

#content h6 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #3CF;
	}

#photos {
	width:480px;
	margin:10px auto;
	position:relative;
	padding:10px 10px 20px;
	background:#FFC;
	border-top:medium solid #006;
	border-bottom:medium solid #006;
	height: auto;
}

#photos2 {
	width:480px;
	margin:10px auto;
	position:relative;
	padding:10px 10px 20px;
	background:#006;
	border-top:medium solid #FC3;
	border-bottom:medium solid #FC3;
	height: auto;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #000;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:#FFF url(images/li-off.jpg) no-repeat left top;
	color:#009;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
}
.widget {
	height:60px;
	border:1px solid #006;
	background:#CCF;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#006;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
	color: #009;
	font: bold 12px Arial, Helvetica, sans-serif;
}

a:hover2 {
	background:#FFFFDD;
	color: #009;
	font: bold 12px Arial, Helvetica, sans-serif;
}

