
/* UNIVERSAL TAGS */
body {	margin: 0;	padding: 0;	background-image: url(../imgs/other/hc_bg001.jpg);	background-repeat: repeat;	background-position: 0px 0px;
	background-attachment: scroll;
	background-color: #73390f;	font-family: lucida grande, arial, sans-serif;	font-size: 11px;	color: #fff;}
a				{color: #dd6c2a; font-weight: bold; }a:link			{color: #dd6c2a; font-weight: bold;}a:link:hover 		{color: #fff; font-weight: bold;}a:active 			{color: #dd6c2a; font-weight: bold;}a:visited 		{color: #dd6c2a; font-weight: bold;}a:visited:hover 	{color: #fff; font-weight: bold;}

img 				{border: 0px;}

.hideMe 			{display: none;}

/* THE MASTHEAD CONTAINER */
#masthead {
	position: absolute;	top: 0px;	left: 50px;
	width: 950px;
}



/* LOGO WRAPPER */
#logo 			{float: left;}



/* INTRO WRAPPER */
#intro {
	float: left;
	margin: 37px 0 0 30px;
	padding: 0 20px 0 0;
	border-width: 0 1px 0 0;
	border-color: #ab9186;
	border-style: solid;
}
#intro p {
	margin: 0	;	padding: 5px 0 0 0;
	line-height: 1.3;
	width: 281px;
}
#introTitle {
	width: 140px;
	height: 25px;
	background-image: url(../imgs/other/theintro_title.jpg);	background-repeat: no-repeat;	background-position: 0px 0px;
}
#introPhoto {
	width: 88px;
	height: 91px;
	float: left;
	padding: 0;
	margin: 10px 0 0 20px;
	background-image: url(../imgs/other/me_photo.jpg);	background-repeat: no-repeat;	background-position: 0px 0px;
}



/* CONTACT WRAPPER */
#contact {
	float: left;
	margin: 37px 0 0 20px;
	padding: 0;
}
#contact p {
	margin: 0	;	padding: 5px 0 0 0;
	line-height: 1.3;
	width: 182px;
}
#contactTitle {
	width: 140px;
	height: 25px;
	background-image: url(../imgs/other/contact1_title.jpg);	background-repeat: no-repeat;	background-position: 0px 0px;
}



/* THE BIG CONTAINER (INCLUDES WORK & FOOTER WRAPPERS) */
#bigContainer {
	position: absolute;	top: 201px;	left: 50px;
	width: 950px;
}



/* MAIN WORK TITLE WRAPPER*/
#workTitle {
	float: left;
	width: 900px;
	height: 38px;
	margin: 0 0 35px 0;
	background-image: url(../imgs/other/work_title.jpg);	background-repeat: no-repeat;	background-position: 0px 0px;
}



/* WORK WRAPPERS */
#workPrint, #workInteractive, #workOther {
	float: left;
	width: 950px;
	margin: 0 0 30px 0;
}
#printSectionTitle, #interSectionTitle, #otherSectionTitle {
	display: block;
	text-align: right;
	width: 900px;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #23140f;
}
#printTag {
	float: right;
	width: 89px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-color: #9f4b0c;
	background-image: url(../imgs/other/print_tag.gif);	background-repeat: no-repeat;	background-position: 0px 0px;
}
#interactiveTag {
	float: right;
	width: 172px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-color: #9f4b0c;
	background-image: url(../imgs/other/interactive_tag.gif);	background-repeat: no-repeat;	background-position: 0px 0px;
}
#otherTag {
	float: right;
	width: 100px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-color: #9f4b0c;
	background-image: url(../imgs/other/other_tag.gif);	background-repeat: no-repeat;	background-position: 0px 0px;
}



/* INDIVIDUAL PROJECTS */
div.project {
	margin: 20px 37px 0 0;
	float: left;
	height: 505px;
}
div.project p {
	margin: 0	;	padding: 5px 0 0 0;
	line-height: 1.3;
	width: 245px;
}
div.project h1 {
	margin: 0;	padding: 10px 0 0 0;
	font-size: 16px;
	color: #ff8529;
	width: 245px;
}
div.project h2 {
	margin: 0	;	padding: 5px 0;
	font-size: 12px;
	width: 245px;
}


/* NEW PROJECT TAG */
div.new {
	position: absolute;	width: 55px;
	height: 28px;
	background-image: url(../imgs/projects/new_tag.gif);	background-repeat: no-repeat;	background-position: 0px 0px;	
}


/* FOOTER WRAPPER */
#footer {
	float: left;
	width: 950px;
	height: 250px;
	padding: 0;
}



/* EXTRAS */
#extras {
	float: left;
	width: 900px;
	margin: 0;
	text-align: center;
	border-width: 1px 0 0 0;
	border-color: #ab9186;
	border-style: solid;
}
#extras h3 {
	margin: 0;	padding: 25px 0;
	font-size: 20px;
}



/* COPYRIGHT NOTES */
#copyright {
	float: left;
	width: 450px;
	margin: 0;
	border-width: 1px 0 0 0;
	border-color: #ab9186;
	border-style: solid;	
}
#copyright p {
	margin: 10px 0 0 0;	padding: 0;
	line-height: 1.3;
}



/* CONTACT LINK */
#contactLink {
	float: left;
	width: 450px;
	margin: 0;
	text-align: right;
	border-width: 1px 0 0 0;
	border-color: #ab9186;
	border-style: solid;	
}
#contactLink p {
	margin: 10px 0 0 0;	padding: 0;
	line-height: 1.3;
}



/* BACK TO THE TOP LINKS */
div.toTheTop {
	float: left;
	width: 900px;
	margin: 20px 0;
	border-width: 0;
	border-color: #ab9186;
	border-style: solid;
	background-color: #23140f;
}
p.leftBTT {
	float:left;
	width: 434px;
	padding: 8px;
	margin: 0;
	text-align: left;
}
p.rightBTT {
	float:left;
	width: 434px;
	padding: 8px;
	margin: 0;
	text-align: right;
}