*{
	margin:0;
	padding:0;
}

html, body {
	font:normal 11px/22px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #CCCCCC;
	margin-bottom:10px;
	background-color: #000000;
	margin-top: 5px;
}

#wrapper {
	margin: auto;
	width: 800px;
}

#title {
	height: 48px;
}

#title h1 {
	background:url(logo.gif) no-repeat;
	height:48px;
}

#title h1 span { 
	display:none; 
}

#pageframe {
	padding:15px;
}

h2 {
	color:#FF00FF;
	border-bottom:1px solid #E4E6EB;
	margin-bottom: 16px;
	padding-bottom: 5px;
	font-size: 12px;
}

a {
	color: #FF00FF;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


#pagetext {
	text-align: justify;
	float: left;
	width: 100%;
	margin-top: 10px;
}

#pagetext p {
	margin-bottom: 15px;
}

.clear {
	clear:both;
}

#footer {
	margin-top: 15px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(footer.gif);
	background-position: bottom;
	padding: 4px;
}


/* NAVIGATION MENU
-----------------------------------------------------*/

#navmenu {
	width:190px;
	float:left;
}


#navmenu ul {
	margin: 0;
	padding: 0;
}


#navmenu li {
	list-style-type: none;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}

#navmenu li a {
	color: #FF00FF;
	display: block;
	padding: 3px 6px 3px 8px;
	background-color: #D5D5D5;
	text-decoration: none;
}

#navmenu li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#navmenu #active a {
	color: #FFFFFF;
	background-color: #FF99CC;
	background-position: right;
	background-image: url(activebullet.gif);
	background-repeat: no-repeat;
}

#navmenuContact {
	color: #FFFFFF;
	padding: 12px 6px 0px 8px;
	height: 155px;
	background-color: #FF00FF;
}




/* MOOTOOLS SLIDESHOW
-----------------------------------------------------*/

#slideshow {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('loading.gif');
	float:left;
	width: 453px;
	margin-bottom: 15px;
}


/* FORM
-----------------------------------------------------*/

#leftcol {
	width: 318px;
	float: left;
	text-align: center;
}

#rightcol {
	float: left;
	width: 318px;
	margin-left: 18px;
}

#formRow {
	margin: 10px;
}

.label {
	color: #FF00FF;
}

.inputField {
	color: #CCCCCC;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	width: 290px;
	padding: 4px;
	border: 1px solid #ccc;
	border-top: 2px solid #888;
	margin-top: 2px;
}

.inputTextArea {
	color: #CCCCCC;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	width: 290px;
	padding: 4px;
	border: 1px solid #ccc;
	border-top: 2px solid #888;
	margin-top: 2px;
	height: 80px;
}

#send  {
	margin-left: 230px;
	padding-top: 5px;
}

#send a {
	height: 27px;
	margin:0;
	padding:0;
	background: url(send.gif) no-repeat 0 0;
	width: 80px;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	line-height: 28px;
}

#send a:hover  {
	background: url(send.gif) no-repeat 0 -27px;
	color: #FF00FF;
}
	````````
