body {
	margin: 0 auto;
	background-color: #fff;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .84em;
	color: #333;
	text-align: center;
	line-height: 1.433;
}
p {
	
}
a, a:link {
	color: #458dca;
}
a:visited {
	color: #819cb3;
}
a:hover {
	color: #D75D79;
}
h1 {
	font: 22px/32px 'Steinem';
	line-height: 32px;
	color: #aba8a8;
	margin: 0 15px 45px 0;
}
span.highlight {
	color: #D75D79;
}
h1 a {
	color: #D75D79;
	text-decoration: none;
	border-bottom: 1px dotted #D75D79;
}
h1 a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
h2 {
	font: 24px 'Steinem';
	color: #D75D79;
	margin: 0 0 15px 0;
}
h3 {
	font: 14px/24px 'Steinem';
	color: #aba8a8;
	margin: 0 15px 45px 0;
}
#colRight h2 {
	font-size: 18px;
}
p.note {
	color: #D75D79;
	margin-top: 25px;
	padding: 3px 20px;
	border-top: 1px dotted #D75D79;
	border-bottom: 1px dotted #D75D79;
}
/* ------------------------------------------------------------- LAYOUT STYLES -----*/
#container {
	position: relative;
	margin: 15px auto 15px;
	text-align: left;
	width: 1000px;
}
#nav {
	position: absolute;
	top: 15px;
	right: -12px;
	text-align: right;
	
}
.logo {
}
#main {
	margin: 55px 0;
}
#colLeft {
	width: 700px;
	float: left;
	border-right: 1px dashed #D75D79;
}
#colRight {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#footer {
	clear: both;
	margin: 85px 0 45px;
	float: left;
	color: #aba8a8;
	width: 100%;
}
/* ------------------------------------------------------------- NAVIGATION STYLES -----*/
#nav ul {
	width: 800px;
	text-align: right;
	font: 18px Palatino Linotype, Palatino, Georgia,"Trebuchet MS",Times,serif;
}
#nav li {
	display: inline;
	margin-right: 14px;
}
#nav a {
	color: #4D4D4D;
	text-decoration: none;
	padding: 35px 3px 2px;
	
}
#nav a:hover {
	color: #D75D79;
	background: #E6E6E6;
	padding: 35px 3px 2px;
}

.row {
	float: left;
	width: 700px;
	margin-bottom: 25px;
}
.col1 {
	width: 325px;
	float: left;
	margin-right: 25px;
}
.col2 {
	width: 325px;
	float: left;
}

.row img {
	padding: 10px;
/*	border: 1px solid #D75D79;
*/	background: #e6e5e5;
}
.row img:hover {
	background: #c6c5c5;

}
.info {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	margin: 12px 2px;
	display: block;
	width: 323px;
}

.print {	
	background: transparent url('../images/lbl_print.gif') no-repeat right top;
}
.web {	
	background: transparent url('../images/lbl_web.gif') no-repeat right top;
}
.illustration {	
	background: transparent url('../images/lbl_illustration.gif') no-repeat right top;
}
.identity {	
	background: transparent url('../images/lbl_identity.gif') no-repeat right top;
}

.block {
	margin-bottom: 35px;
}


#images { height: 185px; width: 240px; padding:0; margin:0; overflow: hidden;}
#images img { border:none;}

.thumbs img {border: 2px solid #E6E5E5; padding: 2px;}
