body, a, a:visited, a:hover {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7f88;
	line-height: 1.8;
}
body {
   background: #010204 url('img/bg.jpg') repeat-y center;
   margin:0;
   padding:0;
   text-align:center;
}
#container {
   position:relative;
   width:752px;
   height:200px;
   margin: auto;
   padding-top: 310;
   background: #42454c url('img/title.jpg') no-repeat top center;
   text-align: left;
}

#menu {
   position: relative;
   left:10px;
   width: 230px;
   margin-top:5px;
   padding-top:30px;
   float: left;
   text-align:center;
   opacity:.60;
   filter: alpha(opacity=60);
   -moz-opacity: 0.6;
   background: url('img/parch.png') no-repeat top center;
}

#menuitems { list-style: none; text-indent:-4em;}
#menuitems a {
   color: #5c3641;
   text-decoration:none;
   font-family: Lucida Blackletter, Georgia, sans-serif;
   font-size: 14px;
   line-height: 1.8;
}
#menuitems a:visited {
   opacity:.50;
   filter: alpha(opacity=50);
   -moz-opacity: 0.5;
}
#menuitems a:hover {
   opacity:1;
   filter: alpha(opacity=100);
   -moz-opacity: 1;
}
#newsbox {
   background-color: #161719;
   padding: 10px;
   margin: 10px;
}
#content {
   position: relative;
   float:right;
   width: 63%;
   border-left: 1px solid #799abb;
   padding-left: 15px;
   padding-right: 15px;
}

h2 {
   margin-top:0;
   color:#aabed6;
   font-family: Lucida Blackletter, Georgia, sans-serif;
   font-size: 18px;
   opacity:.70;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
}
h3 {
   font-size: 12px;
   color:#aabed6;
   padding-top: 10px;
   opacity:.70;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
}
#fund {
   margin-top:70px;
   letter-spacing: 1px;
   text-transform:uppercase;
   font-size: 10px;
   text-align:center;
   color: #799abb;
}
#fund a { font-size: 10px; color:#799abb; }
#tag {
   border: 1px solid #42454c;
   color:#18212a;
   letter-spacing: 1px;
   text-transform:uppercase;
   width:750px;
   clear:right;
   margin: auto;
   font-size: 9px;
   text-align:center;
   background-color: #41444b;
}
#tag a { font-size: 9px; color:#1e2730; }
img {
   border: 3px solid #666;
   opacity:.70;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
}
img.right {
   float:right;
   margin: 6px;
}