* { 
  margin: 0; 
  padding:0
}

#box { 
  width:970px; 
  margin:0 
  auto 
}

@font-face {
    font-family: 'BonvenoCFLight';
    src: url('http://www.carolinareid.com/fonts/BonvenoCF-Light-webfont.eot');
    src: url('http://www.carolinareid.com/fonts/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.carolinareid.com/fonts/BonvenoCF-Light-webfont.woff') format('woff'),
         url('http://www.carolinareid.com/fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('http://www.carolinareid.com/fonts/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------------------------------------------------------------------ HEADER ----*/


#logo { 
	margin-top: 20px; 
	margin-bottom: 10px; 
	border: none
}

h1 { 
	font: Tahoma, Geneva, sans-serif; 
	color: #CCC; 
	font-size: 13px;
}

h2 { 
	font: Tahoma, Geneva, sans-serif; 
	color:#CCC; 
	font-size:10px;
}

h5 { 
	font:Tahoma, Geneva, sans-serif; 
	color:#CCC; 
	font-size:10px;
}

#banner {
	height: 600px; 
	margin-left: 18px
}


/*------------------------------------------------------------------------------------------------------------ MENU ----*/

p { 
	color:#666; 
	font: 14px/17px "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	text-align: justify; 
	margin-top: 5px
}

a {
	font:Tahoma, Geneva, sans-serif; 
	color:#CCC; 
	font-size:5px;
 	outline: none;
}

a img {
	outline: none;
}

img {
	border: 0;
}

a:link {
	color:#666; 
	font: 17px/20px 'BonvenoCFLight', Arial, sans-serif; 
	text-decoration:none
}

a:visited {
	color:#666;
	font: 17px/20px 'BonvenoCFLight', Arial, sans-serif; 
	text-decoration:none
}

a:hover {
	color:#bbb;
	font: 17px/20px 'BonvenoCFLight', Arial, sans-serif;
}

a:active {
	color:#bbb;
	font: 17px/20px 'BonvenoCFLight', Arial, sans-serif; 
	text-decoration:none
}

#menus { 
	width:285px; 
	height:30px; 
	float:right; 
	margin-top:30px
}

#menus ul { 
	height:50px; 
	list-style:none; 
	border:none
}

#menus ul li { 
	height:50px; 
	display:inline; 
	margin-right:10px
}


/*------------------------------------------------------------------------------------------------------------ ABOUT ----*/

#about-box { 
	position: relative;
	width: 970px;
	height: 430px
}

#about-image { 
	position: absolute;
	margin-top:20px; 
	margin-left:10px
}

#about-text { 
	position: absolute;
	right: 10px;
	font: arial; 
	font-size: 14px; 
	color: #66C; 
	width: 610px; 
	text-align: justify; 
	margin-right: 10px
}

/*------------------------------------------------------------------------------------------------------------ ABOUT ----*/

#story-box { 
	margin-left: 20px;
	margin-right: 20px
}

/*------------------------------------------------------------------------------------------------------------ THUMBNAILS ----*/

.grid_9 {
	margin-left:20px;
}

/*------------------------------------------------------------------------------------------------------------ CONTACT ----*/

#contact-form {
	width:350px; 
	margin-top:15px; 
	margin-left:20px 
} 

#contact-text { 
	color: #666;
	font: 14px/17px "Century Gothic", CenturyGothic, AppleGothic, sans-serif, arial; 
	float: right; 
	margin-right: 200px; 
	width: 350px; 
	margin-top: 20px
}

/*------------------------------------------------------------------------------------------------------------ FOOTER ----*/


#footer {
	position: absolute;
	bottom: 0px;
	width: 970px;
}	

#footer-copyright {
    width: 220px;
    margin-left: 20px;
    float: left;
    color: #aaa;
    font: 14px arial,helvetica,sans-serif;
}

#footer-social-media {
	width: 80px;
   	float: right;  
}

#footer-design {
	color:#CCC; 
    font: 0.8em arial,helvetica,sans-serif; 
    margin-right: 18px;
    width: 161px;
    float: right;
}


