@charset "utf-8";
/*-----basic styling-----*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color:#000000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	}
#wrapper{
	position:relative;
	width:1100px;
	margin:0 auto;
	text-align:left;
	background:#100402 url(images/back_full.jpg) no-repeat;
	
	}
#clear{
	clear:both;
	}
/*-----position container elements-----*/
#siteWrapper{
	width:902px;
	padding-left:99px;
	padding-top:15px;
	}	
#contentWrapper{
	background-image:url(images/full_bg.jpg);
	width:902px;
	background-repeat: repeat-y;
	}
#secContentWrapper{
	background-image:url(images/main_contentFull.jpg);
	width:902px;
	background-repeat:repeat-y;
	}
#header{
	position:relative;
	background-image:url(images/banner2.jpg);
	height:400px;
	width:902px;
	}
#secHeader{
	position:relative;
	background-image:url(images/banner1.jpg);
	height:400px;
	width:902px;
	}
#triHeader{
	position:relative;
	background-image:url(images/banner2.jpg);
	height:400px;
	width:902px;
	}
#mainContent{
	background-image:url(images/content_main.jpg);
	float:left;
	width:651px;
	}
#secMainContent{
	background-image:url(images/main_contentFull.jpg);
	float:left;
	width:902px;
	}
#rightContent{
	float:right;
	width:251px;
	}
#footer{
	width:902px;	
	//float:left;
	padding:0;
	margin:0;
	border:none;
	clear:both;
	}
#subFooter{
	background-image:url(images/sub_footer.jpg);
	width:902px;
	height:30px;
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	margin-top:5ems;
	}
	
/*-----element positioning-----*/
/* --- featured area styles ---*/
#featured {
	padding: 1em 1.2em;
	margin: 1em 0 3em;
	}
#greg_home {
	float:left;
	margin-right: 1em;
	}
#mainContent h1 {
	margin-left: 20px; /* needed so the border doesn't go under image */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	color:#990000;
	border-bottom: 1px solid #777;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	}
#mainContent h2{
	margin-left: 287px; /* not really needed, but assures lines up with h1 */
	font: italic bold 1.3em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #561216;
	}
#mainContent h3{
	font-size: 1.1em;
	color: #777;
	text-align:right;
	padding-bottom: .7em;
	}
#mainContent p{
	font: 1em/1.4em "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	margin-left:2em;
	margin-right: 2em;
	margin-top: 1em;
	}
#mainContent p.detail{
	font-size: .8em;
	font-style: italic;
	text-align: right;
	}
#rightContent h1 {
	margin-left: 20px; /* needed so the border doesn't go under image */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	color:#FF6600;
	
	border-bottom: 1px solid #777;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	}
#rightContent h2{
	margin-left: 287px; /* not really needed, but assures lines up with h1 */
	font: italic bold 1.3em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #561216;
	}
#rightContent h3{
	font-size: 1.1em;
	color: #777;
	text-align:right;
	padding-bottom: .7em;
	}
#rightContent p{
	font: .95em/1.4em "Trebuchet MS", Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
	margin-left:1.5em;
	margin-right:1em;
	}
#rightContent p.detail{
	font-size: .8em;
	font-style: italic;
	text-align: right;
	}
#secMainContent h1 {
	margin-left: 20px; /* needed so the border doesn't go under image */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	color:#990000;
	border-bottom: 1px solid #777;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	}
#secMainContent h2{
	margin-left: 287px; /* not really needed, but assures lines up with h1 */
	font: italic bold 1.3em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #561216;
	}
#secMainContent h3{
	font-size: 1.1em;
	color: #777;
	text-align:right;
	padding-bottom: .7em;
	}
#secMainContent p{
	font: 1em/1.4em "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	margin-left:2em;
	margin-right: 2em;
	margin-top: 1em;
	}
#secMainContent p.detail{
	font-size: .8em;
	font-style: italic;
	text-align: right;
	}
/* -- favorites area styles -- */
#favorites {
	padding: 1em 0 1em 1.2em;
	}
#favorites h1{
	font: bold 1.2em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#favorites p{
	float: left;
	width: 95px;
	padding: 1em 26px 1.5em 0;
	}
#favorites a{
	font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #777;
	text-decoration: none;
	}
#favorites a:hover{
	color: #d52e36;
	border-bottom: 1px dotted #d52e36;
	}
#favorites img{
	padding-bottom:.5em;
	}	

