body{
	text-align: center;
	font-family: Georgia, serif;
	background: url(../images/bg-pic.jpg) no-repeat center top #93a7f1 ;
	margin: 0px;
	padding: 0px;
}

#container{
	width: 960px;
	margin: 10px auto;
	text-align: left;
	font-size: 1em; 
	box-shadow:0px 0px 25px rgba(0,0,0,.9);
	-moz-box-shadow:0px 0px 25px rgba(0,0,0,.9);
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,.9);
	-o-box-shadow:0px 0px 25px rgba(0,0,0,.9);
	
}

#header{
	position: relative;
	height: 440px;
	width:960px;
	background: url(../images/header_big2.jpg) no-repeat center;
	margin: 0px;
	padding: 0px;
}

	#header #logo {
		width:960px;
		height:220px;
		margin-top:10px;
		background: url(../images/bl-logo.png) top center no-repeat;}
		
	

	#header #beauty_shots {
		box-shadow:0px 0px 10px rgba(0,0,0,.8);
		-moz-box-shadow:0px 0px 25px rgba(0,0,0,.9);
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,.9);
	-o-box-shadow:0px 0px 25px rgba(0,0,0,.9);
		width:920px;
		height:220px;
		margin-left:20px;
		
		}

#content{
	background: url(../images/content_back.jpg) left repeat-y;
	padding: 0 20px 0 20px;
	margin: 0px;
	overflow: hidden;
}

	#content .img {
		box-shadow:3px 3px 10px rgba(0,0,0,.8);
	-moz-box-shadow:3px 3px 10px rgba(0,0,0,.8);
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,.8);
	-o-box-shadow:3px 3px 10px rgba(0,0,0,.8);
	padding:5px;
	margin:10px 0 10px 0;
	background:#aaadc1;}
	
	#content #affiliations {
		margin-top:15px;
		float:left;
		text-align:center;
		width:960px;}
		
		#content #affiliations img {
			opacity:.6;
			-webkit-transition:opacity .25s ease-in;
			-moz-transition:opacity .25s ease-in;  
			-o-transition:opacity .25s ease-in;  
			transition:opacity .25s ease-in; 
			}
			
			#content #affiliations img:hover {
				opacity:1;}
				
	#left-col {
		float:left;
		padding-right:15px;
		width:645px;
		margin-top:15px;}
	
	#right-col {
		float:right;
		width:250px;
		padding-right:10px;
		margin-top:50px;}

#footer{
	font-family: verdana, sans-serif;
	font-size: .7em;
	text-align: center;
	clear: both;
	height: 123px;
	width:960px;
	padding: 0px 0px 0px;
	background: url(../images/footer_back.jpg) no-repeat;

}

	#footer p {
		position:relative;
			top:25px;
		}

/*=========NAVIGATION========*/

#nav{
	width: 960px;
    background: url(../images/content_back.jpg) repeat-y;
	text-align: center;
	height: 25px;
	padding: 25px 0px 10px;
	
}

#nav ul {
	text-align:left;
	margin-left:-10px;}

	#nav li {
		margin:5px 5px;
	border: solid #c31515;
	border-width: 1px 0px;
	list-style-type:none;
	display:inline;
	padding:5px 0;
		}
		
		#nav li:hover {
			background:lightblue;
			color:#fff;}
			

#nav li a{
	font-family: Georgia, serif;
	font-size: 15px;
	letter-spacing:2px;
	margin: 2px 0px;
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

			#nav li.current {
				background:#2b317c;}
				
				#nav li.current a {
					color:#fff;}


/*=========ELEMENTS=========*/

h1 {
	color:#c31515;	text-shadow:0px 0px 1px rgba(0,0,0,.8);}
	
	h1 i {
		font-family:"Adobe Caslon Pro", Arial;}
		
h2 {color:#c31515;}

.bold{
	font-weight: bold;
}

p.padded{
	padding: 20px;
	margin: 0px;
}

p{
	padding: 10px;
	margin: 0px;
	color:#000; /* fallback for ghetto browsers */
	color:rgba(0,0,0,.8);
	line-height:22px;
	
}

.left{
	float: left;
	margin-right: 15px!important;
}

.right{
	float: right;
	margin-left: 15px!important;
}

.center{
	text-align: center;
}

.border{
	border: 2px solid #666;
}

.small_text{
	width: 700px;
	text-align: left;
	margin: 40px auto;
	font-size: .8em;
}



/*=================TABLE===========================*/

table{
	width: 645px;
	padding: 0px;
	margin: auto;
}

td{
	margin: 0px;
	padding: 4px;
	border: 0px;
	}
	
tr.even{
	background-color: rgba(195,21,21,.6);
	color: #000;
}

#rate-table {}

	$rate-table td {
		padding:5px;}

/*===================GALLERY======================*/

ul.gallery {
	list-style:none;}
	
	ul.gallery li { float:left;
	margin:20px;}
	
		ul.gallery li a {}
		
			ul.gallery li a img {border:2px solid lightblue;}
			
			
/* facebook */

#facebook {
	background:white;
	width:240px;}
			
/*  ============clear fix================ */
/* reset */

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.group {display:inline-block;}
/* Hide from IE Mac \*/
	.group {display:block;}
/* End hide from IE Mac */
	
	

