/* DEFAULT ELEMENTS */

body {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #609000;
	background-image: url(grass3.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	}

h1 {
	font-family: Verdana;
	font-size: 30pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0;
	color: #FF0;
	}

h2	{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	}

h3	{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	}
	
h4	{
	font-family: Verdana;
	font-size: 13pt;
	background: url(h4shade.gif) top repeat-x;
	margin-bottom: 15px;
	margin-top: 0px;
	}
	
h5	{
 	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left;
	margin-top: 20px; 
	margin-bottom: 10px;
	}
	
ul.list {
		list-style-type: circle;
		line-height: 200%;
		}

/* CLASSES ***********************************************************************************************************************/

p.small {
	font-size:10pt;
	margin-top: 0; 
	margin-bottom: 0
	}
	
p.Terms {
	font-size:9pt;
	font-style: oblique;
	}
	
p.footer {
 	font-family: Verdana; 
	font-size: 10pt; 
	text-align: left; 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p.menu	{
 	font-family: Verdana; 
	font-size: 10pt; 
	text-align: left; 
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
p.fckeditor	{
	margin-right: 200px;
	margin-top: 20px; 
	margin-bottom: 20px;
	}
	
	

/* DIV ELEMENTS ***********************************************************************************************************************/

#frame {
	width: 900px;
	margin: auto;
	padding: 0px;
	border: medium solid #000;
	background-color: #00491E;
	background-image: url(/zorb_background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	}

#title {
	height: 45px;
	background-color: #FF004C;
	color: #FF0;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCFC00;
	border-bottom-color: #FF0;
	font-size: 16px;
	line-height: 1.4;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;

	}

	
#main {           /*Container of Menu and Content*/

	}

#menu {
	float:left;
	padding: 5px;
	width:155px;
	}
 
#content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#footer {
	clear: both;
	height: 35px;
	background-color: #FF004C;
	font-size:10pt;
	padding: 3px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCFC00;
	border-bottom-color: #FF0;
	}
#TitleLogo {
	float: right;
	clear: right;
	margin: -60px;
	padding-left: 70px;
	padding-bottom: 60px;
}

#TitleSubMenu {
	height: 20px;
	background-color: #FF004C;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
	
a:link {
	color: #FF0;
}

a:visited {
	color: #FF0;
}

a:hover {
	color: #0F0;
}

#Table-Zorbing td {
	border: 3px solid #FF004C;
}

