.content li {position:relative; left:25px}
.content h1 {position:relative; left:15px}
.indent {
	position:relative;
	left:15px;

}


#wrapper {
  position:relative;
  width:2048px;
}
body {
	color: #ffffff;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 15px;
	background-color: #000000;
    
}
a {
	text-decoration: none;
	border: none;
	color: #404099;
}
.content a {
	border-bottom: 1px dashed #555;
	font-weight: bolder;
}
#sidebar {
position: relative;
float:left;

}
#main {
position: relative;
float:left;
width:850px;

}
#main_body {
	width: 800px;
	padding: 25px;
	position: relative;
	background-color: #000000;
    background-image:url(images/logo-background.jpg);

}

#endcap {
    height:116px;
    width:33px;
	position: relative;
	background: transparent url(images/endcap.png) no-repeat;
    float:left;
}

#sidebar_top {
	width: 200px;
	height: 900px;
    overflow:hidden;
	position: relative;
	background: url('images/sidebar.jpg') no-repeat;
}
#sidebar_bottom {
	width: 200px;
    height: auto;
	position: relative;
	background: url('images/bottombar.png') repeat-y;
}
#main_menu{
    margin-top:7px;
	height: 115px;
	position: relative;
	background: url('images/topbar.png') repeat-x;
}
#nav {
	height: 30px;
	margin: 0 10px;
	position: absolute;
	right: 0px;
    top:-4px;
	float: left;
    font-size:15px;
}
#nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:700px;
	position:relative;
      text-align:right;
      float:left;
      top:30px;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

#nav li
{
	display:block;
	float:right;
	margin:0;
	pading:0;
}
	
#nav li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:0px 20px 0 20px;
    line-height:50px;
	height:50px;

}
	
#nav li a:hover
{	
	color:#FFFFFF;
	background:transparent url("images/over.jpg") no-repeat center center;	
}

#main_body h1 {
	color: #ff2020;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
}
#main_body h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
#main_body p {
	padding: 0 15px;
	text-align: justify;	
}
#main_body ul {
	list-style: none;
	letter-spacing: 0.5px;
}
#main_body ul li:before {
	content: "\00BB\0020";
}



.super {
	font-size:50%;
	position:relative;
	top:0
	}

.copyright {
	width:770px;
        position:relative;
        text-align:right;
        padding-right:30;
	}

