body {
	background: #ffffff url(images/bg.jpg) repeat-x top;
	margin-top: 0px;
	margin-left: 0px;
}

#header {	
	background: url(images/hands.jpg) repeat-x top;
	width: 100%;
	float: left;
}

#page {

	background: url(images/sand.gif) no-repeat bottom right;
	width: 700px;
	height: 100%;
}


#left {	
	width: 245px;
	float: left;
}

#right { 
	float: left;
	margin-left: 5px;
	width: 450px;
}

#footer {
	width: 700px;
	clear: both;
}


p{
	font: normal 10pt arial;
	color: #006;
	margin-left: 5px;
}

ul {
	font: normal 10pt arial;
	color: #006;
}

ol {
	font: normal 10pt arial;
	color: #006;
}

li {

	list-style-position: outside;
	line-height: 1.1;
}

h1 {
	font: normal bold 14pt arial;
	color: #003;

}

h2, h3, h4, h5 {
	font: normal bold 12pt arial;
	color: #006;
}

a:link {
	color: #003399;
}

a:visited {
	color: #cc0000;
}

a:hover {
	color: #FFE16A;
}

a:active {
	color: #FFE16A;
}
