/*colors:*/
/*              */
/*grey: #97a4a1*/
/*orange: #ef6846*/
/*blue: #44739d*/
/*white: #ffffff*/
/*black: #000000*/



body {
	background:url('siteart/palms-background.jpg');
	background-repeat:no-repeat;
	background-color:#44739d;
	font-family:Garamond,"Times New Roman",Georgia,Serif;
	font-size: 0.75em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	}
	
a {
	color: #d5d5d5;
	text-decoration:none;
	}

p {
	text-align:left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right:12px;
	padding-left:12px;
	}

a.navlink:link {color:#97a4a1} /* unvisited link */
a.navlink:visited {color:#97a4a1} /* visited link */
a.navlink:hover {color:#97a4a1} /* mouse over link */
a.navlink:active {color:#97a4a1} /* selected link */



a.none:link {color:#44739d} /* unvisited link */
a.none:visited {color:#44739d} /* visited link */
a.none:hover {color:#44739d} /* mouse over link */
a.none:active {color:#44739d} /* selected link */




h1,h2,h3,h4,h5,h6
{
	color:#44739d;
	font-family:Sathu,Helvetica,Sans-serif;
	font-style:normal;
	}

h1 {font-size:4em}
h2 {font-size:1.75em} 
h3 {font-size:1.25em} 
h4
	{
	font-size:0.875em; /* 14px/16=0.875em */
	color:#97a4a1;
	}
h5
	{
	font-size:0.75em;
	color:#ef6846;
	font-family:Garamond,"Times New Roman",Georgia,Serif;
	}


.main {
	background-color:#ffffff;
	width: 750px;
	border-style:solid;
	border-width:2px;
	border-style:solid;
	border-color:#44739d;
	position:relative;
	top:45px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}


.content {
	background-color:#ffffff;
	position:relative;
	text-align:left;
	padding-left:12px;
	margin-top:15px;
	margin-right:10px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #44739d;
	}

.contentitem {
	margin-top: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #44739d;
	}



.footer {
	background-color:#ffffff;
	margin-top:15px;
	margin-bottom:5px;
	width:100%;
	}


div.columns {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:10px;
	border: 0px;
	padding: 0px;
}


.columnleft {
	background-color:#ffffff;
	position:inherit;
	width: 225px;
	height: 620px;
	float: left;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}

.columnright {
	background-color:#ffffff;
	position:inherit;
	width: 475px;
	height: 620px;
	float: right;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}




#photo {
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#ef6846;
	}



#header {
	position:absolute;
	left:365px;
	top:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#nav {
	position:absolute;
	left:365px;
	top:60px;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#twitter {
	position:absolute;
	left:465px;
	top:110px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align:left;
}




ul {
	list-style-type:none;
	text-align: left;
	font-family: Sans-Serif;
	list-style-type: circle;
	list-style-position:outside;
}

li	{
	padding-bottom:6px; 
	}	


