/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Verdana, Geneva, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Verdana, Geneva, sans-serif; }
select { font-size: 100%; font-family: Verdana, Geneva, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }
a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #FFFFFF;
}
a:visited { 
	color: #FFFFFF;
}
a:link:hover, a:visited:hover {
	color: #FFFFFF;
}

html { height: 100.01%; }

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #000000;
}

#page {
	background: #0a4f36;
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
}

#top {
	background: url(../img/header.jpg) no-repeat 0 0;
	height: 280px;
}

#nav {
	padding-top: 240px;
	height: 40px; 
}

#wrap {
}

	#content {
		width: 100%;
		color: #ffffff;
	}

		#content ul {
			list-style: disc;
			line-height: 1.4;
		}
		
		#left {
			background: #0a4f36;
			width: 385px;
			float: left;
			padding: 25px 5px 10px 25px;
		}

		#right {
			background: #0a4f36;
			width: 385px;
			float: right;
		}
			
			#map {
				padding-top: 25px;
				padding-left: 35px;
			}
		
		#left_menu {
			background: #0a4f36;
			width: 410px;
			float: left;
			padding: 25px 5px 10px 0;
		}

		#left_menu img{
			padding-bottom: 10px;
		}

		#right_menu img{
			padding-bottom: 10px;
		}

		#right_menu {
			background: #0a4f36;
			width: 385px;
			float: right;
		}

		.photo_cater {
			padding: 50px 0 20px 30px;
		}

		#table_gallery {
			padding: 20px 0 20px 0;
		}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#birthday {
	margin: 10px 0 0 175px;
	padding-bottom: 25px;
}
#birthday h3 {
	color: #FFFF33;
}
#birthday p {
	font-weight: bold;
}
#birthday  p.small {
	font-style: italic;
	font-weight:normal;
}
#birthday ul {
	padding-left: 50px;
	padding-bottom: 15px;
}



#content p {
	padding-top: 10px;
	padding-bottom: 10px;
}
				
.bold {
	font-weight: bold;
}

.menu {
	padding-left: 25px;
}	

.join {
	padding: 25px 0 10px 0;
}	

.menu_right {
	padding-left: 10px;
}	

.sub {
	font-size: 11px;
	font-weight: bold;
}

.cater {
	padding: 25px 0 0 25px;
}

.subtitle {
	padding-left: 25px;
}

#footer {
	color: #ffffff;
	width: 800px;
	height: 133px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

#footer p{
	padding: 10px;
}

#table_home table td {
	padding: 20px 0 0 15px;
}

#table_home table {
	padding-bottom: 10px;
}

#table_menu table td {
	padding: 20px 0 0 5px;
}

#table_menu table {
	padding-bottom: 10px;
}

form {
	width: 300px;
}

label {
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
