/************* GENERAL CSS ************/
html {
height:100%
}
body 
{
background-image:url(images/indexback.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
height:125%;
margin:20;
padding:0px 0px 0px;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: none;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color:transparent;
    background-image: url(images/palm-blue.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #FF0000;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
    background-image: url(); background-repeat: repeat-y; background-position:center bottom;
    min-height:200%
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
    
}

#content p, #content ul, #content ol {
	line-height: 150%;
    margin-left: 1cm;
    margin-right: 1cm;
    text-align: justify;
}

#left {
	float: left;
	width: 490px;
	background-image: url(images/palm-white.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    height:125%;
    margin:40;
    padding: 10px 10px 10px 10px;
}

#right {
	float: right;
	width: 230px;
	padding: 10px 10px 10px 10px;
	background-color: #004040;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 20px auto;
	border-top: 1px solid #666666;
	background: url() repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: transparent;
}