body {
	 background: url('/assets/pix/background.jpg') 50% 25px no-repeat #f6eee1;
	 font-family: "Lucida Grande", Tahoma, Geneva, sans-serif;
}

div#wrapper {
	width: 975px; margin: 160px auto 0 auto;
	position: relative;
	
}

div#logo {
	background: url('/assets/pix/content_top.png') 0 0 no-repeat;
	height: 30px;
}

div#content {
	background: url('/assets/pix/content_bg.png') 0 0 repeat-y;
}

div#bottom {
	background: url('/assets/pix/content_foot.png') 0 0 no-repeat;
	height: 52px;

}

div#bottom p {
	font-size: 11px; margin: 0; width: 100%;
	color: #888; padding-top: 10px; text-align: center;
}

div#bottom p a {
	color: #888; border-bottom: 1px dotted #888; text-decoration: none;
}

div#main {
	width: 700px;
	float: right;
	margin-right: 15px;
}

div#cleardiv {
	clear: both;
}
div#main h1 {
	color: #cd2f30;
	font-size: 18px;
	margin: 25px 0 10px 0;
}

div#main h2 {
	color: #cd2f30;
	font-size: 14px;
	margin: 15px 0 10px 0;
}

div#main h2.arr {
	font-size: 18px;
	text-shadow: 1px 1px #ccc;
}

div#main p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
	width: 85%;
}

div#main p a {
	color: #cd2f30; font-weight: bold; text-decoration: none;
}
div#main p > h2 {
	margin: 0 0 30px 0;
}

div#main ul {
	margin: 0 0 25px 0;
}
div#main ul li {
	font-size: 13px;
	margin-left: 10px;
	line-height: 18px;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 5px;

}
div#navigation {
	margin: -130px 0 0 25px;
background: url('/assets/pix/navigation_bg.png') 0 160px no-repeat;
min-height: 430px;
float: left;
width: 210px;
}

div#navigation ul {
margin-top: 25px;
width: 220px;
}

div#navigation ul li {
width: 220px;
}
div#navigation ul li a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background: url('/assets/pix/navigation_li_bg_red.png') 0 0 no-repeat;
	display: block;
	width: 190px;
	height: 20px;
	padding: 7px 0 0 25px;
	font-weight: bold;
	line-height: normal;
}

div#navigation ul li a:hover {
	color: #cd2f30;
	background: url('/assets/pix/navigation_li_bg.png') 0 0 no-repeat;
	width: 190px; height: 20px;
	text-shadow: 1px 1px #eaeaea;

}
div#masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: #cd2f30;
}
div#topnav {
	width:  960px;
	margin: 0 auto;
}

div#masthead div#topnav ul#topnavigation li {
	display: inline;
	float: left;
}

div#masthead div#topnav ul#topnavigation li a {
	color: #f6ece0;
	display: block;
	float: left;
	margin: 5px 15px 0 0;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #f6ece0;
}

div#masthead div#topnav ul#contactbar li {
	color: #f6ece0;
	display: block;
	float: right;
	margin: 5px 15px 0 0;
	text-decoration: none;
	font-size: 12px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	margin-right: 25px;
}

p>small {
	font-size: 11px; color: #333;
	margin: 0;
}

div#main span.label,div#main span.spacer,div#main span.multiple span {width:120px;float:left;} 
div#main span.multiple {float:left;} 
div#main span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

div#closed {
	position: absolute;
	top: -120px; 
	left: -10px;
}

div#main div#s3slider { 
   width: 590px; /* important to be same as image width */ 
   height: 393px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

div#main ul#s3sliderContent {
   width: 590px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

div#main ul#s3sliderContent li .s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */  
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 590px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}
