html, body{
	width:100%;
	height:100%;
	margin:0; 
	padding:0;
	background-color:#f4efdc;
}

body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	cursor:default;
	color:#000
}

.empty{display:none;}

h1 { font-size:16px; margin-top:30px; padding:0; line-height:0px;}
h2 { font-size:15px; color:#97103b }
p { font-size:12px; }

#site_holder{
	width:950px;
	margin:30px auto auto auto;
}

#site_floater{
	width:100%;
	float:left;
}

#logo_index{
	width:321px;
	height:61px;
	display:block;
	background:url('../i/logo_index.jpg') no-repeat;
}

ul#menu{
	width:950px;
	height:37px;
	float:left;
	display:block;
	background-image:url('../i/menu_back.jpg');
	text-align:right;
	color:#fff;
	margin:0;
	padding:0;
	list-style:none;
}

a:link, a:active, a:visited{ color:#fff; text-decoration:none; font-weight:100; }
a:hover { color:#94113b; }

ul#menu li{
	width:240px;
	height:26px;
	padding-top:10px;
	padding-right:10px;
	float:right;
	
}

ul#menu2{
	width:950px;
	height:22px;
	float:left;
	display:inline;
	color:#fff;
	margin:0;
	text-align:left;
	padding-top:4px;
	padding-left:0px;
	list-style:none;
	background:url('../i/menu2_back.jpg') repeat-x;
}

ul#menu2 li{
	float:left;
	width:160px;
	text-align:center;
	display:inline;
	margin:0;
}

.separator{ background:url('../i/menu2_separator.jpg') no-repeat right top;}

#header{
	width:950px;
	height:218px;
	float:left;
	display:block;
	background:url('../i/index_header1.jpg') no-repeat;
}

#content{
	width:500px;
	float:left;
	display:block;
}

#footer{
	width:950px;
	margin-top:50px;
	text-align:right;
	float:left;
	display:block;
}

#footer p{font-size:10px; color:#999}

a.pixel:link, a.pixel:visited, a.pixel:active { color:#999; text-decoration:none; }
a.pixel:hover { color:#94113b }


#myGallery
{
	width: 950px !important;
	height: 218px !important;
	border:0;
} 

