html, body
{
	margin: 0px;
}

body{
	background: #181f26 url('../images/body_bg.jpg.ashx') repeat-x;
    font-family: Arial, Myriad Pro;
    color: #B5B5B6;
}
a{
     text-decoration: none;
     color: #B5B5B6;
}

.hidden{
	display:none;
}

#topmenu_container{
	text-align:center;
}

.topmenu {

    padding: 4px;
	list-style: none;
    position: relative;
    margin: 0px;
}

.topmenu li{
    display: inline; 
}

.topmenu li a, .topMenu li a:visited {
    text-decoration: none;
    color: #B5B5B6;
    font-weight: bold;
}

.topmenu li a:hover {
    text-decoration: none;
    color: #2B353D;
}


#body_container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#header{
}
#menu_container{
}
#content{

}
#footer{
	text-align:center;
	padding: 15px;
	font-size: 12px;
}

.boxed_container{
	text-align: left;
	margin: 5px;
	padding: 5px;
	background-color: #45525c;
	color: #B5B5B6;
	border: solid 1px dark-gray;
}

.clickable{
	cursor:pointer;
}

.template{
	display:none;
}
a img{ 
	border: none; 
}