@charset "utf-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:.8em;
	margin: 0;
	padding: 0;
	text-align:center;
}

#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/backgounds/BSF_BG_medium1.jp);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:-3;
	
}
#top-left {
	position:fixed;
	top:0;
	left:0;
	width: 297px;
	height: 486px;
	overflow:visible;
	z-index:-1;
}

#bottom-left {
	position: fixed;
	bottom:0;
	left:0;
	width: 157px;
	height: 197px;
	overflow:visible;
	z-index:-2;
}

#top-right {
	position: fixed;
	top:0;
	right:0;
	width: 164px;
	height: 248px;
	overflow:visible;
	z-index:-1;
}

#top-right-content a:link, #top-right a:visited {
	color:#000;
	text-decoration:none;
}

#top-right-content a:hover, #top-right a:active {
	color:#F00;
	text-decoration:none;
}

#top-right-content {
	position:fixed;
	top:50px;
	right:10px;
	z-index:2;
}

#wrapper {
	/*position:relative;*/
	width:960px;
	margin:0 auto 20px auto;
	overflow:hidden;
	text-align:left;
	/*z-index:4;*/
}

#menu {
	width:auto;
	text-align:center;
	margin-top:40px;
}

#menu .content {
	
}

#left {
	width: 290px;	
	float:left;
	overflow:hidden;
	padding-top:130px;
}

#left .contentTop {
	width:290px;
	height:18px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/left_content-top.png);
}

#left .content {
	width:auto;
	margin:0;
	padding:5px 20px;
	overflow:hidden;
	/*background-image:url(/stylesheets/images/templates/main/left_content-bg.png);*/
	background-image:url(/stylesheets/images/templates/main/white-trans-bg.png);
	background-repeat:repeat;
}
#left .contentBottom {
	width:290px;
	height:18px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/left_content-Bottom.png);
}

#right {
	width: 650px;
	float:right;
	overflow:hidden;
}

#heading {
	height: 60px;
	padding: 50px 0px 20px 0px;
	overflow:hidden;
}
#right .contentTop {
	width:650px;
	height:15px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/right_content-top.png);
}
#right .content {
	width:auto;
	margin:0;
	padding:5px 20px;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/white-trans-bg.png);
	background-repeat:repeat;
}

#right .contentBottom {
	width:650px;
	height:15px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/right_content-Bottom.png);
}


#center {
	clear:both;
	width:960px;
	overflow:hidden;
	padding-bottom:20px;
}

#footerGallery {
	clear:both;
	padding-bottom:20px;
}

#footerGallery .contentTop, #center .contentTop {
	height: 16px;
	width:960px;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/center_content-top.png);
	background-repeat:no-repeat
}

#footerGallery .content, #center .content {
	width:auto;
	margin:0;
	padding:5px 20px;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/white-trans-bg.png);
	background-repeat:repeat;
}

#footerGallery .content {
	height: 160px;
	overflow:hidden;
}

#footerGallery .title {
	float:right;
	width:50px;
	font-size:1em;
	text-align:right;
}

#footerGallery .contentBottom, #center .contentBottom {
	height: 16px;
	width:960px;
	overflow:hidden;
	background-image:url(/stylesheets/images/templates/main/center_content-bottom.png);
	background-repeat:no-repeat
}

#footer {
	clear: both;
	text-align:center;
	color:#FFF;
	
}
#footer .content {
	padding-bottom:20px;
	background-image:none;
	color:#FFF;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:	#ed1c24;
	text-decoration:none;	
}


#breadcrumbs {
	display:none;	
}
a:link, a:visited {
	color:	#ed1c24;
	text-decoration:underline;
}

a:hover, a:active {
	color:	black;
	text-decoration:none;	
}

h1 {
	font-size:2em;
	padding-top:0;
	margin-top:0;
	letter-spacing:-1px;
	font-weight:normal;
}
h2 {
	font-size:1.6em;	
	padding-top:0;
	margin-top:0;
	letter-spacing:-1px;
	color:#ed1c24;
}
#left h2 {
	font-size:2em;	
	color:#000;
}
h3 {
	font-size:1.4em;	
	padding-top:0;
	margin-top:0;
	letter-spacing:-1px;
	font-weight:normal;
	color:#333;
}
h4 {
	font-size:1.2em;
	padding-top:0;
	margin-top:0;
}


/* Menu */


.menu-active {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#ed1c24;	
}

.menu-off {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#000000;	
}

.menu-on {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#ed1c24;	
}


/* Blog summary */

ol.blogsitesummary {
	list-style:none;
	margin:0;
	padding:0;
	color:#333;
}

ol.blogsitesummary .author, ol.blogsitesummary .date {
	font-size: .8em;	
}


/* gellery */

table.photogalleryTable td {
	vertical-align:middle;
	text-align:center;
	width:100px;
	height:100px;
}

/*sing up form*/

.cat_textbox {
	width:200px;
	margin-bottom:5px;
}

.cat_textbox_small {
	width:200px;
	margin-bottom:5px;	
}
