@charset "utf-8";
/* CSS Stylesheets for Bluejay 
  Coder: Jason/Rosa 2012
  Date: 
*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, li img {
	margin:0px;
	padding:0px;
	}  /* reset*/
	
body {
	background:#3C7CAC url(images/body.jpg) no-repeat center top;
	color:#000; font:12px Arial, Helvetica, Verdana, sans-serif;
	padding:0 0 0px 0;
	}
	
.floatright { float: right; 
	}

.floatleft { float: left; 
	}		
	
.clear {
	clear:both;
	}	

<!--Div Containers-->

#main {
	margin:auto;
	padding-bottom:inherit;
	}

#bluejaycontainer	{
	margin:auto;
	height:100%;
	-moz-box-shadow:    1px 1px 3px 1px #2F4F4F;
    -webkit-box-shadow: 1px 1px 3px 1px #2F4F4F;
    box-shadow:         1px 1px 3px 1px #2F4F4F;
	margin-top:15px;
	margin-bottom:15px;
	width:980px;
	}	
	
#rosiecontainer	{
	margin:auto;
	height:100%;
	-moz-box-shadow:    1px 1px 3px 1px #2F4F4F;
    -webkit-box-shadow: 1px 1px 3px 1px #2F4F4F;
    box-shadow:         1px 1px 3px 1px #2F4F4F;
	margin-top:15px;
	margin-bottom:15px;
	width:960px;
	}	
	
#bjheader	{
	margin:auto;
	width:980px;
	height:100px;
	float:left;
	}
#banner {
	margin:auto;
	height:300px;
	float:left;
	}
	

#photocontent {
	padding:0px 0px 0 25px;
	background-color:#fff;
	width:955px;
	height:790px;
	float:left;
	clear:both
	}	
	
#photos	{
	margin-top:15px;
	width:930px;
	border:solid #62cdf6;
	border-width:thin;
	}	
	
#phototop	{
	padding:25px 0 0px 0px;
		}	

#footer {
	margin:auto;
	width:980px;
	height:82px;
	background-color:#65b9f0;
	float:left;
	}	
	
#footer h2 {
	margin:auto;
	padding:25px 0 0 30px;
	color:#003366;
	}
	
#footer p {
	margin:auto;
	padding:0px 0 0 25px;
	color:#fff;
	font-family:'Calibri', Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
#footerleft {
	margin:auto;
	width:593px;
	height:80px;
	float:left;
	}
	
#socialleft {
	margin:auto;
	width:570px;
	height:80px;
	float:left;
	}		
	
#footerright {
	margin:auto;
	width:387px;
	height:60px;
	float:left;
	}				
	
#footerright2 {
	margin:auto;
	width:387px;
	height:80px;
	float:left;
	clear:both;
	}		