/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663333;
}
body {
	background-color: #F3EEE2;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
}
a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD9C85; /*AE8300*/
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
.title {
	font-size: 32px;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #CC3300;
}
.img_thmb {
	border: 1px solid #999999;
	margin-right: 10px;
	float: left;
}
.img_thmb_new {
	border: 1px solid #FF6600;
	margin-right: 10px;
	float: left;
}
.project {
	font-size: 12px;
	color: #CC3300;
}
.date {
	font-size: 9px;
	color: #73644F;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.5;
	}
.thanks {
	font-size: 10px;
	color: #AD9C85;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
hr {
	height: 1px;
	color: #DCCEAB;
}
.beige_light { background-color: #F9F5EE; }
.beige { background-color: #F3EEE2; }
.bg_1 { background-image: url(../images/bg_stripes_horz.gif) }
.bg_2 { background-image: url(../images/bg_stripes_vert.gif) }
