
	
body{
	color:#c83f69;
	font: 12pt "Georgia";
	line-height: 10px;
	padding: 2px;
	font-size: 9px;
	line-height: 10px;
	margin: 0px;
	text-align: justify;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000 url(fon.png);
	background-repeat: repeat-x;	

}


b, strong {
	color: #C8A066;
	font-weight: bold;
	text-transform: uppercase;
	FONT-SIZE: 6pt; 
	FONT-FAMILY: verdana; 
}

table, td, tr {
   	text align: justify;
	font-family: trebuchet ms, verdana;
	font-size:8pt;
	MARGIN: 2px; 
	VERTICAL-ALIGN: top;
	LINE-HEIGHT: 10px; 
	background-position: center;
	background-repeat: repeat-y;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	FONT-SIZE: 6pt;
	VERTICAL-ALIGN: top;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: verdana;
       	color: #ffd6ea;
       	text-align: center;
	padding: 20px;
	margin: 1;
	letter-spacing : 1px;
        padding-left: 10px;
        border-top: #B6CB7A 0px solid;
	border-bottom: #B6CB7A 0px solid;
	border-right: #D05E84 0px solid;
	border-left: #D05E84 0px solid;

}


/* 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 {
	padding: 10px 5 5 5;
	line-height: 1.3;
	width: 245px;
}
div.project h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 10px;
	color: #ff8529;
	width: 280px;
}
div.project h2 {
	margin: 0	;
	padding: 5px 0;
	font-size: 12px;
	width: 350px;
}





/* LOGO WRAPPER */
#logo 			{float: left;}



/* THE MASTHEAD CONTAINER */
#masthead {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 950px;
}


/* image */
img.image {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image {
	margin-top: 4px;
}
p.image em {
	display: block;
	text-align: center;
	font-size: 95%;
	color: #666;
	padding: 4px 0 6px;
	line-height: 140%;
}
p.image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image a:hover img {
	border: 1px solid #666;
	background: #fff;
}
p.image a, p.image  a:visited {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
p.image a:hover {
	text-decoration: underline;
}

