/* body style tags */



body {
	background: #121c16 url('/images/layout/pagebg.png') repeat-x;
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 10px;
	color: #627251;
	}

p {
	font-family: Veranda, Georgia, sans-serif;
	font-size: 10px;
	color: #627251;
	padding: 0px;
	margin: 0px 32px 16px 64px;
	line-height: 18px;
	}
	
p.menu {
	margin: 10px 40px 10px 95px;
	}

p.form {
	padding: 0px;
	margin: 0px 32px 2px 64px;
	}

b {
	color: #c6817e;
	text-transform: uppercase;
	}
	
h1 {
	font-family: Tahoma, Arial, Veranda, Georgia, sans-serif; 
	font-style: italic;
	font-size: 20px;
	letter-spacing: 3px;
	text-align: left;
	color: #b3b5ac;
	padding: 0px;
	text-transform: lowercase;
	margin: 15px 50px 0px 50px;
	}
	
h2 {
	font-family: Tahoma, Arial, Veranda, Georgia, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: left;
	color: #b3b5ac;
	margin: 10px 15px 5px 50px;
	}



/* div layer tags */



#container {
	width: 900px;
	margin: 0px auto 0px 0px;
	text-align: left;
	padding: 0px;
	background: #121c16;
	}

#header01, #header02, #header03, #header04 {
	margin: 0px;
	padding: 0px;
	}
	
#header01 {
	width:900px;
	height:94px;
}

#header02 {
	width:900px;
	height:76px;
}

#header03 {
	width:900px;
	height:93px;
}

#header04 {
	width:900px;
	height:81px;
}

#content {
	width: 700px;
	margin: 10px auto 30px 50px;
	text-align: left;
	padding: 0px;
	background: #121c16;
	}

#affiliates {
	padding: 5px 50px;
	}

p#copy {
	margin: 0px;
	line-height: 14px;
	color: #627251;
	padding: 0px 48px;
	background: #121c16;
	}

p#copy b {
	color: #c6817e;
	}





/* link styles */



a:link.menu, a:visited.menu {
	font-family: Veranda, Georgia, sans-serif;
	font-style: italic;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	color: #9b6f6d;
	}
	
a:hover.menu {
	text-decoration: underline;
	color: #b3b5ac;
	}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9b6f6d;
	}

a:hover {
	text-decoration: underline;
	color: #b3b5ac;
	}

a.img {
	text-decoration: none;
	}

p#copy a:link, p#copy a:visited {
	color: #9b6f6d;
	font-weight: normal;
	}

p#copy a:hover {
	color: #b3b5ac;
	}




/* misc */



ul {
	margin: 0px 32px 10px 72px;
	}
	
li {
	line-height: 16px;
	}
	
a img {
	border: none;
	}
	
img.intext {
	margin: 0px 12px 6px 0px;
	}
		
img.link {
	margin: 2px 4px 2px 0px;
	}

/* 

colors

121c16 Darkest Green - body bg, container bg, content bg, copy bg, textarea border/txt color

627251 Light green - body text, p text, copy text, textarea bg

c6817e - medium pink - bold text, copy bold text

b3b5ac - light gray - h1, h2, menu link hoverk, copy link hover, reg. link hover

9b6f6d - dark pink - menu link, copy link, reg. link

*/

