/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
	line-height: 16px;
	background-repeat: no-repeat;
	background-image: url(/files/randbg/gpht-bg-palms.gif);
}

p {	margin-bottom: 16px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0066;
} 

a img { border: none; }

#menu {
	width: 240px;
	overflow: auto;
	top: 30px;
	left: 60px;
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	min-height: 700px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #33CCCC;
}

#menu ul li.section-title {
	color: #000000;
	font-weight: bold;
	border-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-width: thin;
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}

#menu ul li.section-title:hover {
	color: #FF0066;
}

#content {
	height: 100%;
	margin: 30px 0 0 320px;
	width: 600px;
}

.container {
	padding: 20px 20px 25px 20px;
	overflow: hidden;
}

#content p {
	width: 450px;
	margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 18px;
	line-height:20px;
	padding-bottom: 18px;
}
h2 {
	font-size: 20px;
	padding-bottom: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-top: 11px;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 12px;
	padding-bottom: 30px;
}
h4 {
	font-size: 10px;
	padding-top: 14px;
	border-top-width: thin;
	border-top-style: solid;
	padding-top: 11px;
	border-top-color: #CCCCCC;
}

#img-container	{
	margin: 0;
	height: 450px;
	padding-top: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#img-container p	{
	width: 600px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }