@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
a:link {
	color: #339999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #33CCCC;
}
a:visited {
	color: #339999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #33CCCC;
}


#wrapper{
position: relative; 
width:800px;
margin:0 auto;
text-align:center;
}

#top{
width:800px;
height:100px;
background-image:url(img/topbg.gif);
background-repeat:repeat;
}

#menu{
width:800px;
text-align:center;
margin:0 auto;
background-image:url(img/menubg.gif);
background-repeat:repeat
}

#menuitems{
width:700px;
height:213px;
margin:0 auto;
background-image:url(img/menuitemsbg.gif);
}

#menubar{
width:696px;
height:28px;
padding-bottom:2px;
text-align:left;
vertical-align:bottom;
}

#menuphotos{
float:left;
height:165px;
padding-left:20px;
padding-top:20px;
text-align:left;
width:300px;
}

#badge{
float:right;
width:331px;
vertical-align:middle
}

#midsection{
width:800px;
text-align:center;
margin:0 auto;
background-image:url(img/midbg.gif);
background-repeat:repeat;
overflow: hidden;
}

#contentitems{
width:700px;
margin:0 auto;
}

#photos{
float:left;
padding-left:20px;
padding-top:8px;
padding-bottom:20px;
text-align:left;
text-align:right;
width:300px;
}

#content{
	float:right;
	margin-top:8px;
	margin-bottom:8px;
	width:370px;
	background-color:#FFFFFF;
}

#footer{
width:800px;
height:60px;
vertical-align:middle;
background-image:url(img/footbg.gif);
background-repeat:repeat
}


p, ol {
	margin: 0;
	padding-bottom: 10px;
	padding-left:12px;
	padding-right:12px;
	text-align:left;
	font:10px/15px Verdana, sans-serif;
	color:#333333;
	list-style-position:inside;
}

h2 {
  font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top: 8px;
  padding-left:12px;
  color:#666699;
  text-align:left;
  margin:0;

}

h3 {
	font:11px Georgia, Georgia, "Times New Roman", Times, serif;
	padding-left:12px;
	padding-bottom:5px;
	color:#999999;
	text-align:left;
	margin:0;
}

.footer{
	font-size:9px;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
}

.totop{
	font-size:11px;
	font-family: serif;
	text-align:right;
	color:#FFFFFF;
	padding-top:16px;
	padding-bottom:6px;
	padding-right:12px;
	background-image:url(img/line.gif);
	background-repeat:no-repeat
}

ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}