* {
padding : 0;
margin : 0;
}
body,
	html {
	margin:0;
	color:#000;
	background-color: #000000;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/background.jpg);
	}
	body {
	min-width:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
	}
	a {
	color : #333333;
	text-decoration : underline;
	}
	a:hover {
	text-decoration : none;
	}
	.b {
	color : #808080;
	text-decoration : none;
	}
	.b:hover {
	text-decoration : underline;
	}
	.c {
	color : #FFFFFF;
	text-decoration : none;
	}
	.c:hover {
	text-decoration : underline;
	}
	.picborder {
	font-weight: bold;
	border: 2px solid #465888;
	margin-left: 20px;
	}
ul {
	list-style-position: inside;
}
	p,h1,pre {
	margin-top: 20px;
	margin-bottom: 20px;
		}
	.pointer {
	cursor: pointer;
	text-decoration : none;
	border: 1px solid #FFFFFF;
	}
	.pointer:hover {
	cursor: pointer;
	text-decoration : none;
	border: 1px solid #666666;
	}
	
	.pointerover {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
}

.pointerover:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}
	
.required {
	color: #006600;
	font-size: 11px;
}
.captchaerror{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
input, textarea, select {
	border : 1px solid #FFFFFF;
	font-size: 11px;
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
}
input:hover, textarea:hover select:hover {
	border : 1px solid #FFFFFF;
	font-size: 11px;
	padding: 3px;
	background-color: #006600;
	color: #FFFFFF;
}
	#wrap {
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	}
	#wrap2 {
	width:720px;
	padding-left: 35px;
	}
.keanes {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.menuhead { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #9F8000}
.menuprice { font-family: Arial, Helvetica, sans-serif; font-size: 12px ; font-weight: bold; color: #000000}
.red { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #990000; font-style: italic}
.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.mainborder {
	border: 1px solid #FFFFFF;
}
.slideshowtxt{
	font-size: 11px;
	color: #999999;
	padding-left: 9px;
}
.heading1 { font-size: 12px; font-weight: bold; color: #663300}


/**** MENU PAGE****/

.name{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

.desc{
	font-size: 11px;
	color: #FFFFFF;
}

.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.menu:hover {
	color: #F87206;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
