* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#000;
	font-size: 13px;
	color:#333;
	
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333;
	text-align:right;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#333;
	text-align:right;
}

#content_bottom {
	width:850px;
	background-color: #000;
}

.special {
	font-family:"Tekton Pro";
	font-size:19px;
	color:#CCC;
	
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


#wrapper {
	margin: auto;
	width: 850px;
	padding-top:0px;
}
#picture {
	padding: 10px;
	float: left;
	height: auto;
	width: 420px;
}




#content {
	width:820px;
	height:auto;
	padding-top:15px;
	padding-left:20px;
	background-repeat:repeat-x;
	background-image: url(images/content_bg.jpg);
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #EFEDEE;
}

#banner {
	width:850px;
	height: 150px;
}
#nav {
	height: 32px;
	width: 850px;
}




#footer {
	clear:both;
	width:850px;
	text-align:center;
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
.portfolio img {
	border: 3px solid #999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

