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

*/

/* RESETS &  BASIC PAGE SETUP */
* { margin: 0; padding: 0; }

body {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	background: #226586;
	}
	
p {margin-top: 0; margin-bottom: 0; font-size:14px; line-height:150%; }
a { color: #2d749a; text-decoration: none; }
a: hover, a:active {text-decoration: underline; }
h1 {font-size:18px; font-style:bold; }


/* END RESET */

/* TOOLBOX */


/* END TOOLBOX */


/* STRUCTURE AND STUFF */
div#page-wrap {
		width: 1048px;
		margin: 0 auto;
}	

 div#main-content { 
 background: url(Images/content-bg.gif) repeat-y;
 padding: 0 100px 30px 100px; }
 
 
 div#maincontent #article-area {
 	
 
}
	
	div#header { 
		height: 215px;
		background: url(Images/headerF.jpg); }
	
 
ul#nav {
	
	list-style: none;
	padding-left: 385px;

	}
	ul#nav li {
		display: inline;
		font-size: 14px;
		}
		ul#nav li a {
		display: block;
		width: 113px;
		float: left;
		margin-top: 168;
		color: white;
		padding-top: 110px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
		color: #2d749a
		}	

div#featuredwork {	
		padding-bottom: 270px;
		 }	
	
div#katie {
	float: left;


margin: 10px;
padding: 5px 5px 5px 5px;
		display: block;
		width: 250px;
		height: 250px;
		background: url(Images/katiedhover.gif) no-repeat 0 0;
		}
 div#katie:hover {
 		background-position: 0 -250px;
		}
		div#katie span {
			display: none;
			}	

div#auriella {
	float: left;


margin: 10px;
padding: 5px 5px 5px 5px;
		display: block;
		width: 250px;
		height: 250px;
		background: url(Images/auriellahover.gif) no-repeat 0 0;
		}
 div#auriella:hover {
 		background-position: 0 -250px;
		}
		div#auriella span {
			display: none;
			}	
			
			
div#payton {
	float: left;


margin: 10px;
padding: 5px 5px 5px 5px;
		display: block;
		width: 250px;
		height: 250px;
		background: url(Images/paytonhover.gif) no-repeat 0 0;
		}
 div#payton:hover {
 		background-position: 0 -250px;
		}
		div#payton span {
			display: none;
			}							

.thumbnail
{
float: left;
width: 250px;

margin: 15px 15px 15px 0;
padding: 5px 5px 5px 5px;
}	
	
	
	div#flashcontent {
		}
	
	
div#footer {
	margin: 0;
	background: url(Images/footer.jpg) no-repeat;
	color: white;
	text-align: center;
	height: 94px;
	}		
		
	div#footer p {
			font-size: 11px;
			padding: 15px;
			}