#iframe_event {
	width:750px;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:inherit;
	visibility:visible;
	background-color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	height:520px;
}

body {
	background-color:#000000;
}

#headerme {
	position:relative;
	float:left;
	background-image:url(images/site_headers_me.jpg);
	width:54px;
	top:30px;
	left:10px;
	height:39px;
}

#headerme:hover {
	background-image:url(images/site_headers_me_a.jpg);
}

#headerblog {
	position:relative;
	float:left;
	top:30px;
	height:39px;
	left:10px;
	background-image:url(images/site_headers_blog.jpg);
	width:85px;
	cursor:pointer;
}

#headerblog:hover {
	background-image:url(images/site_headers_blog_a.jpg);
}

#headerevent {
	position:relative;
	float:left;
	top:30px;
	height:39px;
	left:10px;
	background-image:url(images/site_headers_event.jpg);
	width:98px;
	cursor:pointer;
}

#headerevent:hover {
	background-image:url(images/site_headers_event_a.jpg);
}

#headerlove {
	position:relative;
	float:left;
	top:30px;
	height:39px;
	background-image:url(images/site_headers_love.jpg);
	bottom:0px;
	left:10px;
	width:78px;
	cursor:pointer;
}

#headerlove:hover {
	background-image:url(images/site_headers_love_a.jpg);
}

#headerlife {
	position:relative;
	float:left;
	top:30px;
	background-image:url(images/site_headers_life.jpg);
	left:7px;
	width:69px;
	height:39px;
	cursor:pointer;
}

#headerlife:hover {
	background-image:url(images/site_headers_life_a.jpg);
}

#headercmp {
	top:30px;
	height:40px;
	width:360px;
	position:relative;
	float:left;
	cursor:pointer;
	border-right:1px solid #FF0000;
}

#footer {
	width:798px;
	position:absolute;
	bottom:-2px;
	height:20px;
}

#maincontainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:700px;
}

#image_lights {
	height:533px;
	width:800px;
	position:absolute;
	bottom:30px;
	background-image:url(images/image_lights.jpg);
}

#image_lights_blog {
	height:533px;
	width:800px;
	position:absolute;
	bottom:30px;
	background-image:url(images/image_lights_blog.jpg);
}

#testcontainer {
	height:533px;
	width:800px;
	position:absolute;
	bottom:30px;
}

#slideshow_event {
	height:533px;
	width:800px;
	position:absolute;
	bottom:30px;
	background-color:#000000;
}

#textme {
	height:533px;
	width:800px;
	font:inherit;
	font-family:Verdana;
	font-size:11pt;
	color:#FFFFFF;
	position:absolute;
	bottom:30px;
}


