/*

LAYOUT CSS TEMPLATE
################
font-family	=	The font to be used (i.e. Verdana, Arial, Times, Georgia, etc)
font-size		=	The size of the font (i.e. 15px, 12px, 13pt, 16pt, etc)
color			= The HEX color of the text (i.e. #ffffff, #000000, #e9e9e9, etc)

*/

body { background: url('../../patterns/pattern_510.png') repeat-x; background-attachment: fixed; }

/* What the text on the buttons looks like */
.buttonstyle A
{
	font-family: Tahoma;
	font-size:10px;
	color:#322923;
	text-decoration:none;
	text-transform:uppercase;
	line-height:28px;
}
.buttonstyle A:hover
{
	color:#8a7668;
}

/* What headers look like */
.header
{
	font-family: Century Gothic;
	font-size:12px;
	color:#ffffff;
	background: #322923;
	text-transform:uppercase;
	padding:3px;
	margin-top:10px;
}

/* What the disclaimer looks like
	(you can change it in the core settings */
#content_footer
{
	font-family:Verdana;
	font-size:8pt;
	color:#8a7668;
	background: #392f28;
	border-top:1px solid #000000;
	text-align:center;
}
#content_footer A
{
	color:#d8d8d8;
	text-decoration:none;
}

/* The TEXT */
.textstyle
{
	font-family:Verdana;
	font-size:12px;
	color:#322923;	
}

/* 
	The LINKS in the text 
	This section INHERITS the settings of the "normal" text
	so you won't have to set font-faces etc if you don't want to
*/
.textstyle A
{
	color:#322923;
	text-decoration:none;
}
.textstyle A:hover
{
	color:#8a7668;
}
