*{
		padding:0px;
		margin:0px;
}

body { 
	 	color: white; 
	 	font-family: "Trebuchet MS", Arial, Helvetica;
	 	font-size:16px; 
	 	background-color:#000000;
}


#site{
        position:absolute;
        width:800px;
        left:50%;
        margin-left:-400px;
        background-image: url(images/backgrounds/background.jpg);
        repeat:repeat-y;
        min-height:100%;


}

#header{
		width:800px;
        background-image: url(images/backgrounds/background_head.jpg);
        background-repeat:no-repeat;
        height:103px;
        border-top: 20px solid black;
        }

#head{ 
        width:800px;
        height:50px;
}

#social{text-align:left;      
		position:relative;
		top: 35px;
        float:left;
		width:300px;
}

#topbar{
		position:relative;
        float:right;
		width:300px;
		text-align:right;
		padding-right:10px;
	}
	


#menu{
        width:800px;
        height:33px;
   	 	font-size:16px; 
  }


#nav1{  text-align:left; 
		position:relative;
		top: 23px;
        float:left;
		width:290px;
		padding-left:10px;
}

#nav2{	position:relative;
        float:right;
		top: 23px;
		width:300px;
		text-align:right;
		padding-right:10px;
	}

#title2{
	position:relative;
        float:right;
		top: 15px;
		width:300px;
		text-align:right;
		padding-right:10px;
	}



#box{ 
        position:relative;
        float:left;
        width:800px;
        padding-left:0px;
}

#left_index{
        position:relative;
        float:left;
        width:380px;
		padding-top:15px;
}

#right{
        position:relative;
        float:right;
        width:395px;
		padding-right:10px;
		padding-top:10px;
padding-bottom:10px;
}

#right[ID]{
		padding-left:0px;
}


h1 {
   font-size: 16px;
   font-weight:bold;
}
h2 {
   font-size: 18px;
   font-weight:bold;
}
h3 {
   font-size: 20px;
   font-weight:bold;
}




h1 italic{
   font-size: 16px;
   font-style:italic; 
}
h2 italic{
   font-size: 18px;
   font-style:italic; 

}
h3 italic{
   font-size: 20px;
   font-style:italic; 

}







a:link { color: white; font-family: "Trebuchet MS", Arial, Helvetica; text-decoration: none; }
a:visited { color: white; font-family: "Trebuchet MS", Arial, Helvetica; text-decoration: none; }
a:hover { color: gray; font-family: "Trebuchet MS", Arial, Helvetica; text-decoration: none; }
a:active { color: gray; font-family: "Trebuchet MS", Arial, Helvetica; text-decoration: none; }





._clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
