body  {
	font: .8em Arial, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColFixRtHdr {
	background: #082e1a  url(images/bg-rap.jpg) top center;
}

#container { 
	width: 760px;  
	background: url(images/rap.png) repeat-y top center;
	margin: 0 auto;
	text-align: left; 
} 

#header { 
	background:url(images/header.png) top center no-repeat; 
	padding: 15px 0px 0px 45px; 
	height: 108px; 
} 

div.logo {
	
}

div.logo img {
	margin: 17px 0 0 6px;
	padding: 0;
	float:left; 
}

img {
	border:none;
}

#menu {
	
}

#menu a {
	display:block;
	float: left;
	width:83px;
	height:30px;
	background: transparent url(images/box_up.png) top center no-repeat;
	color:#603913;
	text-decoration:none;
	padding:55px 8px 0px 7px;
	margin: 0 auto;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#menu a:hover {
	background: url(images/box_hover.png) top center no-repeat;
}

#menu a.current {
	background: url(images/box_down.png) top center no-repeat;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu li {
	list-style-type:none;
	padding: 0;
	margin:0px;
	display:inline;
}

#menu li.last a {
	padding:55px 0px 0px 8px;
}

#submenu {
	margin: 5px 0 0 50px;
}

#submenu a {
	display:block;
	float: left;
	color:#603913;
	text-decoration:none;
	padding: 0 10px;
	margin: 0 auto;
	text-align:center;
	font-weight:normal;
	font-size:12px;
}

#submenu a:hover {
	text-decoration:underline;
}

#submenu ul {
	padding:0;
	margin:0;
}

#submenu li {
	list-style-type:none;
	padding: 0;
	margin:0;
	display:inline;
}

#submenu a.current {
	font-weight:bold;
}

#submenu a.current:hover {
	text-decoration:none;
}

#sidebar1 {
	float: right; 
	width: 151px;
	height:346px;
	background: transparent url(images/sidebar.png) top left no-repeat; 
	padding: 15px 20px;
	margin: 20px 50px 0 0;
	color:#f8f3e3;
}

#mainContent { 
	margin: 0 250px 0 0; 
	padding: 20px 10px 0 50px;
	width:450px; 
} 

#mainContent h1 { 
	text-align:center;
	font-weight:bold;
	color:#0e482b;
	margin-top:0;
	padding-top:0;
}

.homepic img {
	text-align:center;
	border:3px #56423e solid;
}

#footer { 
	margin-top:30px;
	padding: 0 50px 20px 50px;
	height:28px;
	background:transparent url(images/footer.png) top center no-repeat; 
} 

#footer p {
	text-align:center;
	font-size:10px;
	color:#603913;
	margin:0;
	padding:0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smbutton {
	font: 0.9em Verdana, Tahoma, Helvetica, Sans-Serif; 
	max-width: 55px; 
	width: 55px; 
	text-align: center; 
	padding: 0;
}

.lgbutton {
	font: 0.9em Verdana, Tahoma, Helvetica, Sans-Serif; 
	max-width: 75px; 
	width: 75px; 
	text-align: center; 
	padding: 0;
}



/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 450px;
	height:176px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:450px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#56423e;
	padding:2px;
	border:1px solid #ccc;
	width:444px;
	height:170px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}



