.body {
}
#wrapper {
	text-decoration: none;
	width: 1000px;
	margin: auto;
	height: 785px;
	border: 2px solid white;
}
#header {
	text-decoration: none;
	height: 210px;
	background-color: #242C37;
}
#menu {
	height: 32px;
	background-color: #5E0D15;
	border-bottom: 2px solid #0a3b52;
	border-top: 2px solid #2E91B0;
	
}
#container {
	text-decoration: none;
	height: 500px;
	border-bottom: 2px solid #DC5D32;
	background-color: #FFFFFF;
}
#page {
	width: 590px;
	float: left;
	height: 500px;
	border-left: 1px solid #DC5D32;
}

#menu ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
#menu ul li{
    display:inline;
}
#menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
    float:left;
    margin:0;
    padding:8px;
    width:84px;
    text-align:center;
}
#menu a:link, #menu a:visited{
	background-image:url(menu.gif);
	background-repeat:repeat-x;
	background-position:center;
	border-right: 1px solid white;
}
#menu a:hover, #menu a:active{
	background-color:#102804;
	filter:alpha(opacity=90);
	opacity:.90;
	filter:alpha(opacity=90);




-moz-opacity: 0.90;
	background-image:url(foot.gif);
	background-repeat:repeat-x;
	background-position:center;
	border-right: 1px solid white;
}

a.grow:link {color: #ff0000}
a.grow:visited {color: #0000ff}
a.grow:hover {font-size: 150%}
#siderbar-left{
	text-decoration: none;
	float: left;
	height: 500px;
	width: 200px;
}
.box1 {
	height: 110px;
	width: 190px;
	padding: 0px;
	margin: auto;
	float: left;
}



#sidebar {
	position: relative;
	width: 200px;
	float: left;
	height: 500px;
	border-right: 0px solid #0a3b52;
	border-left: 1px solid #DC5D32;
}
.sid-box {
	text-decoration: none;
	padding: 5px;
	;
}

#sidebar li {
	border-bottom: 1px solid #333333;
	padding: 5px 5px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
	background-position: left top;
	display: block;
	position: relative;
}
#sidebar li a {
	color: #3D5C6B;

}

#sidebar ul {
list-style: none;
margin: 0;
padding: 0;
border: none;

}
#sidebar li a img {
	border: 1px solid #1d1d1d;
	padding: 3px;
	width: 58px;
	height: 58px;
}
#sidebar li a:hover img {
	background-color: #660000;
	border: 1px solid #1d1d1d;
	padding: 3px;
}
#footer {
	text-decoration: none;
	margin-top: 0px;
}
#menuf {
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #0a3b52;
	width: 500px;
	font-size: 10px;
	float: left;
}
#menuf ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
#menuf ul li{
    display:inline;
}
#menuf ul li a{
    float:left;
    margin:0;
    padding:5px;
    width:84px;
    text-align:center;
}
#menuf a:link, #menuf a:visited{
	background-image:url(menu.gif);
	background-repeat:repeat-x;
	background-position:center;
	border-right: 1px solid #0a3b52;
	color: #F4A879;
}
#menuf a:hover, #menuf a:active{
	filter:alpha(opacity=50);
	opacity:.50;
	filter:alpha(opacity=50);-moz-opacity: 0.50;
	background-image:url(foot.gif);
	background-repeat:repeat-x;
	background-position:center;
	border-right: 1px solid #0a3b52;
}
