/* CSS Document */


body {
	background-color: #2B2015;
}

td, p {
	color: #FFFFFF;
	font-family: TrebuchetMS, Georgia, Times, Serif;
	font-size: 12px;
	font weight: normal;
	line-height: 160%;
	letter-spacing: 1px;

}

a:link {
	color: #CC6600;
}

a:visited {
	color: #CC6600;
}
	
a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}

#mainframe {
	width: 990px;
	margin: 5px auto -1px auto;
}

#portfolio {
	background-color: #1A130C;

}

#nav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	font weight: normal;
	letter-spacing: 2px;
	padding: 10px 0px 8px 5px;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FF6600;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:active {
	color: #FF6600;
	text-decoration: none;
}


#header {
	background-color: #756C5E;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	background-color: #1A130C;
	width: 890px;
	height: 500px;
	padding-top: 50px;
	text-align: left;
	padding-left: 100px;
}

#content_ctr {
	background-color: #1A130C;
	width: 890px;
	padding: 30px 50px 10px 50px;
	text-align: left;
}
	
.subhead {
	font-family: TrebuchetMS, Georgia, Times, Serif;
	font-size: 17px;
	font-weight: normal;
	color:#FFCC00;
	line-height:180%;
	letter-spacing: 1px;
}

.thumb { border: 1px solid #FFFFFF; margin: 4px; }

.home { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; line-height:140%; }

.quote {
	padding: 0px 200px 0px 100px;
}

.quote p {
	font-family: Georgia, TrebuchetMS, Times, Serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF; 		
	line-height:1.3em;
	font-style: italic;
}
