*{
margin:0;
padding:0;
}

html,body{
height:100%;
}

body{
background:#121210 url(../images/bodybackground.jpg) repeat;
font-family:Arial, Verdana, Sans-serif;
font-size:small;
line-height:1.3em;
color:#acacac;
}

h1,h2,h3,h4{
color:#fff;
font-family:Baskerville, Georgia, sans-serif;
font-weight:100;
}


#wrapper{
width:100%;
min-width:960px;
background:#943709 url(../images/headerbackground.jpg) repeat-x;
}

#magic-wrapper{
display:block;
height:10px;
width:100%;
float:left;
}

#header{
width:960px;
height:365px;
margin:auto;
position:relative;
}

	.background-overlay{
	display:block;
	position:absolute;
	top:55px;
	background: url(../images/overlaytop.png) no-repeat;
	width:827px;
	height:352px;
	}

	#header-info{
	width:960px;
	height:290px;
	float:left;
	margin:auto;
	position:relative;
	top:50px;
	text-align:left;
	}
	
	#header-info h1{
	color:#f5f5f5;
	font-size:1.4em;
	}
	
	#header-info p{
	color:#c6c6c6;
	width:55%;
	text-align: justify;
	margin-top:15px;
	line-height:1.4em;
	}

	#tinnetta-photo{
	position:absolute;
	bottom:20px;
	right:0;
	}

	#topquote{
	position:relative;
	top:40px;
	}
	
	#logo{
	width:204px;
	height:44px;
	float:left;
	position:relative;
	top:4px;
	}

	#nav_535806{
	width:auto;
	padding:0 10px;
	height:50px;
	list-style:none;
	position:absolute;
	right:0;
	}
	
	ul#nav_535806 li{
	position:relative;
	top:7px;
	float:left;
	text-align:center;
	margin:0 5px;
	}
		
		ul#nav_535806  li a, .selected a, #nav_535806 a:hover{
		-webkit-border-radius:4px;	
		-moz-border-radius:4px;
		padding:7px;
		display:block;
		min-width:60px;
}
		
		#nav_535806 a{
		color:#ccc;
		text-shadow: 0 1px 1px #000;
		text-decoration:none;
		}
		
		#nav_535806 .selected a{
		color:#fff;
		background:url(../images/buttonbackground.png) repeat;
		}
	
		#nav_535806 a:hover{
		color:#fff;
		background:url(../images/buttonbackground.png) repeat;
		}
	
	a img{
	border:none;
	}

	.section-info{
	font-size:.98em;
	position:relative;
	top:10px;
	display:block;
	text-align: center;
	color:#656565;
	font-family: Baskerville, Georgia, Serif;
	font-style:italic;
	}
	
	#content{
	width:100%;
	min-width:960px;
	background:#0f100f;
	border-top:1px solid #232222;
	}
		
		#new-section{
		width:960px;
		height:240px;
		margin:auto;
		position:relative;
		top:5px;
		}
	
			#new-section h2{
			color:#fff;
			font-size:1.2em;
			position:relative;
			top:10px;
			}
	
		#new-work{
		width:853px;
		margin:auto;
		text-align:center;
		list-style:none;
		}
		
			#new-work li{
			float:left;
			position:relative;
			top:10px;
			background:url(../images/frame.png) no-repeat;
			width:251px;
			height:151px;
			margin:15px;
			}
			
			#new-work li img{
			position:relative;
			top:13px;
			}
			
			#page-content{
			width:960px;
			margin:auto;
			position:relative;
			padding-bottom:40px;
			}
			
			#quote{
			display:block;
			width:851px;
			height:106px;
			margin:auto;
			position:relative;
			top:20px;
			background:url(../images/bottomquote.png) no-repeat;
			text-indent: -999em;
			}
			
			#page-content p{
			color:#ddd;
			width:100%;
			margin-top:15px;
			text-align: justify;
			}

			#footer{
			width:100%;
			min-width:960px;
			padding:15px 0;
			border-top:1px solid #222;
			background:#111;
			float:left;
			font-size:.85em;
			}
			
			#footer p{
			width:960px;
			margin:auto;
			color:#444;
			position:relative;
			}
			
			#footer p span a{
			position:absolute;
			right:0;
			color:#444;
			}
			
			#footer p span a:hover{
			color:#777;
			}