html,body{
	padding:0em;
	margin:0em;
	font-family:Lato, serif;
	font-size:12px;
	color:#FFF;
	/*background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#F1F1F1;*/
	background-color:;
	background-image:url(images/background_texture.gif);
	background-repeat:repeat;
}

a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
.main{
	margin-top:10px;
}
i{
	font-size:10px;
	font-weight:normal;
}

.content{
width:1115px;
min-height:572px;
-webkit-border-radius: 10px 0px 10px 0px;
-moz-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
border:0px solid #EAEAEA;
background-color:#fff;
margin:0 auto;
-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}

.menu{
display:block;
padding:0em;
margin:0em;
padding:15px;
margin-bottom:20px;
}

.leftcontent{
	padding:185px 35px;
	padding-right:30px;
	padding-bottom:0px;
	line-height:19px;
	text-align:justify;
	color:#666;
}

.title{
	color:#FFF;
	font-size:30px;
	font-family:Helvetica Neue;
	text-transform:uppercase;
	margin-bottom:35px;
}

.menu li{
float:left;
list-style:none;
padding:0em;
margin:0em;
text-transform:uppercase;
}

.menu li a{
	color:#000;
	text-decoration:none;
	font-family: Helvetica;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 7px;
}

.menu li.line{
	padding:0 3px;
}

.menu li a.menubutton, .menu li a:hover{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color:#67be34;
margin:0 auto;
color:#FFF;
}

#container {
    position: relative;
    width: 749px; height: 506px;
}
#block  {
    background-image:url(images/bg4.jpg);
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
}
#block2  {
    background-image:url(images/bg3.jpg);
    filter:alpha(opacity=40); /* IE */
    -moz-opacity:0.4; /* Mozilla */
    opacity: 0.4; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
}
#text {
    position: absolute;
    top: 0; left: 0;
    width: 80%; height: 80%;
	padding:30px;
}

.guestlist li{
	float:left;
	width:150px;
	height:100px;
	margin:5px;
	border:2px solid #FFF;
	list-style:none;
}

.guestlist{
	padding:0em;
	margin:0em;
}