body {
	font-size:14px;
	font-family:Tahoma;
}

#logo {
	margin-left:25px;
	margin-top:25px;
}

.mymenu {
	text-align:center;
	font-weight: bold;
	border:solid;
	
	width:100%;

 	position: absolute; 

	height: 50px; /*Height of top frame div*/
	color: white;
	
	top: auto;
	bottom: 150px; 
	color: white;
}

#menuwrapper {
	background: url(images/menu_bg.jpg);
	width: 100%;
	height:55px;
}

#bodywrapper {
	width: 50%;
	margin-top:5px;
	margin-left:15px;
	width:980px;
	color:#FFFFFF;
	text-align:left;
}

#bodywrapper_large {
	width: 50%;
	margin-top:5px;
	margin-left:20px;
	color:#FFFFFF;
}

#menu_content {
	text-align:center;
}

#menu {
	color:#FFFFFF;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	color: #DCE0E4;
}

#menu ul li {
	 display: inline;
	 padding: 0 0px;
	 margin-left:50px;
	 margin: 0;
}

#menu ul li a {
               padding: 0 17px;
               margin: 0;
               line-height: 42px;
               display: block;
               display:inline;
               color:#C1C1C1;
			   font-family:Verdana;
               font-size: 14px;
               font-weight: bold;
}

#menu ul li a:hover {
	background: url(images/menu_bg_hover.jpg) center right repeat-x;
	padding: 10px 17px;
    color: #C1C1C1;
}	  

#footer {
	width: 100%;
	background-color:#111111;
	color:#444444;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
}

#footer-content {
	font:10px Verdana, Arial, Helvetica;
	padding: 0 0 0px 0;
	text-align:center;
	color:#444444;
	border-style:solid;
	border-color:#111111;
}

#footer-content a:visited a:link {
	color:#444444;
	text-decoration:none;
}


#footer-content a:hover {
	color:#444444;
	text-decoration:none;
}

#footer p {margin: 0; color:#444444;}

#footer a {
	color:#444444;
}