/* ====================

Title: Altyerre


==================== */


/* --------------------------
 @Structure
----------------------------- */

body, html {
	background: url('../images/altBackground.gif') repeat-x center fixed #f9f6f3;
	color: #62693d;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.flashcontent {
	height: 100%;	
}

p { font-size: 11px; line-height: 18px; padding-left: 20px }

h1 { color: #444342; font-size: 13px; font-weight: bold; padding-left: 20px }

#logo { padding: 10px 0 5px; }

.intro { font-size: 14px; line-height: 23px; padding: 0 0 5px 20px; width: 500px }

.required { color: #444342; font-size: 14px; line-height: 23px; padding: 15px 0 10px 0; width: 600px }

.required h1 { text-transform: uppercase }




/* Default link styles */

a:link, a:visited {
	color: #854b32;
	text-decoration: underline;	
}

a:active, 
a:focus,
a:hover {
	color: #854b32;
	text-decoration: none;		
}

