body
{
	background-color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	  font-weight: 100;
	  letter-spacing: 2px;
	  color:#fff;
	  font-size: 10px;
}


#wrapper
{	
	background-color: #031F44;
	width: 800px;
	height: 1000px;
	margin: 0 auto;
	padding: 60px 60px;
	clear: both;
}

html, body, #wrapper { height: 100%; }

body > #wrapper {height: auto; min-height: 100%;}

#main { padding-bottom: 150px; }  /* must be same height as the footer */


#footer
{
	font-size: 10px;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	text-align: center;
	clear:both; 
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


h2
{
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
	position: relative;
	font-weight: 300;
	overflow: auto;
}



h3
{
	width: 500px;
	float: right;
	margin-left: 10px;
}

h4
{
	font-size:14px;
	font-weight:200;
}

h5
{
	font-size:12px; 
	font-weight: 100;
}


#right_wrapper
{
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	overflow: auto;
}

#quote{
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: 200;
	font-style: italic;
	color: #CFCE74;
	padding: 0 20px 0px 20px;
}



#bio{
	float: left;
	position: relative;
	font-size: 14px;
	padding-bottom: 40px;
}


#credit{
	text-align: left;
	position: relative;
	font-size: 12px;
	line-height: 2;
	font-weight: 200;
}


.frontpage_image
{
	width: 494px;
	height: auto;
}

.creativeteam_image
{
	width: 494px;
	height: auto;

}

.creativeteam_image_small
{
	width: 240px;
	height: auto;
	float: left;
	margin-right: 10px;
}


.side_image
{
	width: 250px;
	height: auto;
	padding: 5px 0px 0px 0px;
}

.facebook_logo
{
	width: 40px;
	background-color: none;
}

#home-page, 
#creative-team,
#contact
#review-press
{ 
	color: #FFF;
}

#menu
{
	position: relative;
	float: left; /*Contain floated list items */
}


nav ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	display: inline;
	text-align:center;

		
} 


nav a {
	font-size: 14px;
  	display: block;
  	text-decoration: none;
  	padding: 10px 7px 3px 10px;
  	margin-bottom: 10px;
  	color: #fff;
  	font-weight: 600;
  	line-height: 2; 
  	background-color: #CFCE74;
  	border-right: 2px solid #031F44;
	position: relative;
	float: left;
  	
 }

a.text:link
{
	text-decoration: none;
	color: #CD4302;
}

a.text:visited
{
	text-decoration: none;
	color: #CD4302;
}

a.text:hover
{
	text-decoration: none;
	color: #FFF;
}
a.text:active
{
	text-decoration: none;
	color: #CD4302;
}



a.title:link
{
	text-decoration: none;
	color: #FFF;
}

a.title:visited
{
	text-decoration: none;
	color: #FFF;
}

a.title:hover
{
	text-decoration: none;
	color: #FFF;
}
a.title:active
{
	text-decoration: none;
	color: #FFF;
}

a:link {color: #031F44;
		text-decoration: none;
		}      /* unvisited link */

a:visited {color: #031F44;
		text-decoration: none;}  /* visited link */
		
a:hover {color:#CD4302;
		text-decoration: none;}  /* mouse over link */
		
a:active {color:#031F44;
		text-decoration: none;}  /* selected link */ 

