/* fwsingles.css */

body {
	background-image: url(images/layout/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
}

#wrapper {

	
	margin: 0 auto;
	
	position: relative;
	width: 760px;
}

h1 {
	font-size:1.4em;
	width:450px;
}

h2 {
	font-size:1.3em;
	text-align:center;
}

h3 {
	font-size:1.1em;
}

h4 {
	float:left;
	font-size:1em;
	margin:0;
	padding:0;
	padding-right:2px;
	
}

#header {
	border-bottom: 2px solid #666666;
	float: left;
	width: 760px;
}

#header-L {
	background-image: url(images/layout/header-L.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 130px;
	width: 380px;
}

#header-R {
	background-image: url(images/layout/header-R.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 130px;
	width: 380px;
}

#list {
	margin:0px;
	padding:0px;
}

#list li {
	list-style-type:none;
	margin:15px 0;

}

#logo {
    height: 130px;
    background-repeat: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/logo.png',sizingMethod='scale');
 	left: 212px;
 	position: absolute;
 	top: 0px;
    width: 475px;
 	z-index: 5;
}

#logo[title] {
    background-image: url("images/layout/logo.png");
	background-repeat: no-repeat;
}

#silhouettesjpg {
	background-image:url(images/layout/silhouettes.jpg);
	background-repeat: no-repeat;
	display:none;
	height:215px;
	left: 495px;
	position: absolute;
	top: 435px;
	width: 265px;
	z-index:5;
}

#bluebarjpg {
	background-image: url(images/layout/bluebar.jpg);
	background-repeat: no-repeat;
	clear: both;
	height:30px;
	float: left;
	width:500px;
	z-index: 6;
}
	

#content-container {
	background-image:url(images/layout/silhouettes.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#fff;
	border-bottom:2px solid #333333;
	float:left;
	width:760px;
}

#sidebar {
	background-color: #e1c5ac;
	border-bottom:1px solid #666;
	border-right: 2px solid #999;
	color: #9d1b1e;
	display: block;
	float: left;
	font-family: Optima, Verdana, sans serif;
	font-size: 14px;
	font-weight: bold;
	height: 500px;
	letter-spacing: normal;
	padding: 10px;
	text-align: center;
	width: 110px;
}

#sitemap {
	margin:0;
	padding:0;
}

#sitemap li {
	list-style-type:none;
	margin:0;
	padding:5px 0;
}

a.menu {
	color: #9d1b1e;
	font-family: Optima, Verdana, sans serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	margin:0;
	padding:0;
	text-decoration: none;
}

a.menu:hover {
	color: #f1f1f1;
	font-family: Optima, Verdana, sans serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}


#content {
	float: left;
	padding:10px 20px;
	width:575px;
}

#content-calendar {
	margin: 0 auto;
	padding:10px 20px;
	width:700px;
}

#footer {
	
	float: left;
	height: 5px;
	padding: 10px;
	text-align: right;
	width: 736px;
}

a.poweredby {
	color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

a.poweredby:hover {
	text-decoration: underline;
}

