/*

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)

*/

/* Buttons left/right edge hack */
.buttons_left, .buttons_right
{
	display:none;
}

/* What the text on the buttons looks like */
.buttonstyle A
{
	font-family: Century Gothic;
	font-size:12px;
	color:#999966;
	text-decoration:none;
    letter-spacing:2px;
	margin-left:23px; 
    /*text-transform:capitalize;*/
	line-height:28px;
}

/* What headers look like */
.header
{
	font-family: Century Gothic;
	font-size:15pt;
    letter-spacing:5px;
    color:#999966;
	text-transform:capitalize;
}

/* What the disclaimer looks like
	(you can change it in the core settings */
#content_footer
{
	font-family:Century Gothic;
	font-size:8pt;
	color:#999966;
	text-align:center;
	line-height:18px;
}

#content_footer A
{

color:#8e8d64;
text-decoration: none;
text-transform:uppercase;
line-height:18px;
}

/* The TEXT */
.textstyle
{
	font-family:Century Gothic;
	font-size:11px;
      margin-left:20px;
      margin-right:20px;
	color:#8e8d64;	
}

/* 
	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:#8e8d64;
	text-transform:capitalize;
	text-decoration:none
      
}
.textstyle A:hover
{
	color:#ffffff;
}
.buttonstyle { margin-left: 5px; margin-right:5px; 
}

body {
background-position: top center; 
background-repeat: no-repeat;
}
