/* Reset Me */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
	}
	
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { 
	font-weight: normal; 
	font-style: normal; 
	}
	
ul,ol { 
	list-style: none; 
	}

fieldset,img { 
	border: none; 
	}
	
caption,th { 
	text-align: left; 
	}
	
table { 
	border-collapse: collapse; border-spacing: 0; 
	}
	
	
/*HTML */

body {
	text-align: center;
	background: #fdfdf4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 14px;
	}
	
a:link, a:visited, a:active {
	color: #c13f27;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a  {
  	outline: none;
	}

	
.button  a:link,  .button  a:visited, .button  a:active {
	background: #c13f27;
	padding: 8px;
	font-style: italic;
	font-size: 14px;
	color: #fbf4e2;
	display: block;
	width: 440px;
	text-align: center;
	margin-top: 25px;
	}
	
.button  a:hover {
	text-decoration: underline;
	}
	
		
h2 { 
	font-size: 28px;
	letter-spacing: -0.2pt;
	color: #444;
	}
	
h3 {
	font-size: 22px;
	letter-spacing: -0.2pt;
	color: #333;
	}
	
h4 {
	font-size: 16px;
	letter-spacing: -0.2pt;
	}
	
h5 {
	font-size: 18px;
	letter-spacing: -0.2pt;
	color: #333;
	margin-top: 3px;
	}
	
p { 
	line-height: 140%;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
	
	
/*Content*/

#container {
	width: 996px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	overflow: hidden;
	}


	
.content {
	margin: 100px 200px 300px 60px;
	width: 960px;
	padding: 25px 0 40px 0;
	overflow: hidden;
	}
	
#featuredWork {

	background: #e4e1d6;
	border: solid 1px #ccc;

	float: left;
	overflow: hidden;
	padding: 10px;
	margin-top: 25px;
	}
	
#featuredDesc {
	float: left;
	text-align: justify;
	margin: 24px 0 0 40px;
	width: 450px;
	}
	
#featuredDesc h2 {
	font-size: 16px;
	font-style: italic;
	color: #666;
	}
	
#featuredDesc p {
	margin-top: 26px;
	}
	

#footer { 
		margin: 0 0 0 0px;
		font-size: 13px;
		width: 100%;
		padding: 40px 0 0 0;
		overflow: hidden;
		}