@charset "utf-8";
/* RESET CSS */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* CSS Document */
body {
	background-color:#CCC;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px; 
	font-weight:normal;
}
img {
	border:5px #FFF solid;
	text-decoration:none;
	border-radius:20px;
}

#contentwrapper { 
	max-width:800px;
	margin:auto;
	content:0;
	overflow:hidden;
}

#header {
	display:block;
	min-height:50px;
	margin-top:10px;
	}

.divcontent {
	display:block; clear:both;
	background-color:#AAA;
	border-radius:10px;
	margin:0px 0px 20px 0px;
	padding:15px;
	overflow:hidden;
	}

#welcome {	}
#location {	}
#gallery {	}
#reservation {	}

#logo {
	width:100%;
	float:center;
	border:none;
}

#menu ul {padding:0px;margin:0px;text-align:center;}
#menu ul li{
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	width: 30%;
	text-align: center;
	text-decoration: none;
	border-radius: 10px 10px 0px 0px;
	background-color: #777;
	line-height: 18px;
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	}
#actualgallery ul{margin:0;padding:0; text-align:center;}
#actualgallery ul li {margin:5px;display:inline-block;}

.social {
	border:0px;
	width:30px;}
.facebook {}
.twitter {}

h1 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
	}
h2 {
	font-weight:normal;
	font-size:16px;
	}
p {line-height:18px;
	margin-bottom:10px;}

a, a:link, a:visited {
	color:#FFF; 
	text-decoration:#FFF 1px solid;
	}
a:hover, a:active {}