@charset "UTF-8";
/* CSS Document */




p, h1, h2, h3, h4, h5, em{ text-align: left;}	

.clear{
	clear:both;
	}
	
body{
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #58595b;
	background: #e7e6da url(../360images/bg.jpg) repeat-x;
	}
	
.wrapper{
	width: 900px;
	margin:0 auto;
	}
	
/*--LOGO--*/
	
#logo { 
	float: left;
	margin: 40px 0 25px 40px;  
	}
	
#logo a { 
	text-indent:-6666px; 
	display: block; 
	overflow: hidden; 
	width: 247px; 
	height: 59px; 
	background: url(../360images/360-logo.gif) no-repeat; 
	}
	
#tagline{
	float: right;
	margin: 67px 40px 0 0;
	}
	
#header{
	clear:both;
	float:left;
	
	}
	
#footer{
	clear: both;
	float: left;
	width: 900px;
	height: 36px;
	background: #fff url(../360images/bottom.jpg) no-repeat 0 100%;
	margin-bottom: 25px;
	}
	
#content-wrapper{
	float: left;
	width: 898px;
	background: #fff url(../360images/content-bg.gif) no-repeat 40px 10px;
	border-left: 1px solid #bdbcc1;
	border-right: 1px solid #bdbcc1;
	}
	
.divider{
	float: left;
	width: 898px;
	height:5px;
	border-left: 1px solid #bdbcc1;
	border-right: 1px solid #bdbcc1;
	}
	
#content-holder{
	float:left;
	margin: 45px 0 0 40px;
	padding-bottom: 20px;
	}
.name{
	float:left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #5f8dba;
	}
	
.last{
	border: none;
	}
	
h2{ 
	color: #58595b;
	font-size: 13px;
	font-weight: bold;
	}
	
h3, span{
	color: #5f8dba;
	padding: 6px 0;
	}
p{
	line-height:18px;
	}
	
h2.nothing{
	padding-bottom: 7px;
	}
	
a{
	color: #58595b;
	}
	
a:hover{
	color: #5f8dba;
	text-decoration: none;
	}


	
/*--SITE TITLE --*/

