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

body	{
margin:0;
font-family:helvetica, Arial, tahoma, sans-serif;
}
body#junk	{
background:url(img/bg_junk.gif) repeat-x #4c1e0a;
}
body#print	{
background:url(img/bg_printportfolio.gif) repeat-x #232323;
}
body#about	{
background:url(img/bg_about.gif) repeat-x #013138;
}
body#contact	{
background:url(img/bg_contact.gif) repeat-x #1b2e01;
}
a	{
	font-weight : bold;
	text-decoration : underline;
	color : #4cd7a8;
}
a:hover	{
	text-decoration : none;
}
a:visited	{
	color : #af4ed7;
}
div#header	{
height : 50px;
width : 99%;
overflow : hidden;
}
div#wrapper	{
width:950px;
}
div#pagetitle	{
height : 125px;
width : 445px;
float : left;
overflow : hidden;
}
#print #pagetitle	{
	width : 950px;
}
div#fullL	{
	width : 450px;
	float : left;
	padding : 5px 0px 5px 20px;
	color : #fff;
	font-size : 12px;
	line-height : 16px;
	clear : both;
}
div#fullR	{
	width : 450px;
	float : right;
	padding : 5px 0px 5px 20px;
	color : #fff;
	font-size : 12px;
	line-height : 16px;
}
div#intro	{
	float : left;
	height : 210px;
	width : 405px;
	padding : 5px 20px 5px 20px;
	font-size : 12px;
	line-height : 16px;
	color : #fff;
	overflow : hidden;
}
div#photoPrimary	{
width : 500px;
height : 500px;
margin-top : 20px;
float : right;
}
div#photoThumbs	{
	float : left;
	width : 415px;
	padding : 5px 10px 5px 20px;
}
#photoThumbs img	{
float : left;
margin : 0px 5px 5px 0px;
border : none;
}

div#portfolioMain	{
	width : 500px;
	float : right;
	margin : 15px 0px 0px 0px;
}
div#footer	{
	clear : both;
	padding : 15px 10px 0px 20px;
	font-size : 10px;
	color : #fff;
}
#footer	p	{
	border-top : 1px dotted;
	padding-top : 3px;
	text-align:right;
}
#junk #footer p	{ border-color : #e98741;	}
#header p	{
	font-size : 11px;
	padding : 35px 0px 0px 0px;
	margin : 0px;
	float : right;
	text-transform : uppercase;
	color : #fff;
	letter-spacing : 0.05em;
}
#header b	{
	font-weight : bold;
	color : #000;
}
#header a,#home	a	{
	color : #fff;
	text-decoration : none;
	font-weight : normal;
}
#header a:hover,#home a:hover	{
	text-decoration : underline;
}
#header a:visited,#home a:visited	{
	color : #fff;
	text-decoration : none;
	font-weight : normal;
}

.homebloc	{
	font-size : 12px;
	line-height: 19px;
	color : #000;
	padding : 15px 0px 5px 20px;
	float: left;
	width : 30%;
}
.homebloc	h1	{
	margin : 0px 0px 3px 0px;
	color : #fff;
	font-size : 19px;
	color : #fff;
	font-weight : bold;
	text-transform : uppercase;
}
.homebloc	p	{
	margin :0px 0px 11px 0px;
	padding : 0px;
}

.homebloc h1 a	{
	color : #fff;
	text-decoration : none;
	font-weight : bold;
	letter-spacing : 0.01em;
	padding : 3px 3px 0px 3px;
	margin : 0px;
	background-color : #470700;
}
.homebloc h1 a:hover	{
	text-decoration : none;
}
.homebloc h1 a:visited	{
	color : #fff;
	text-decoration : none;
}

