body {
	padding:0;
	margin:0;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000;
	text-align: center;
	font-family: Tahoma;
	line-height:16px;
}
a {
	text-decoration: none;
}
p 
{
margin:0;
padding:0;
}
#wrapper {
	width:820px;
	margin: 0 auto;
}
#mini-menu-holder {
	width:70px;
	height:23px;
	float:right;
	padding-top:175px;
}
#mini-menu-holder a {
	display:block;
	height:23px;
	float:left;
}
#homepage {
	width:25px;
}
#contact {
	width:27px;
}
#site-map {
	width:18px;
}


#menu {
	clear:both;
	float:right;
	width:393px;
	height:18px;
	padding-right:10px;
	text-align: center;
	padding-top:52px;
	text-align: center;
}
#menu a {
	display:block;
	float:left;
	font-weight: bold;
	font-size:12px;
	font-family: Tahoma;
	color:#fff;
	padding: 0 25px;
	line-height: 18px;
	outline-style: none;
}
#menu a:hover {
	color:#c3e51e;
}
#main {
	clear:both;
}
#left {
	width:417px;
	height:253px;
	float:left;
}
#right {
	height:auto;
	width:383px;
	float:left;
	padding:10px;
	color:#b3b3b3;
	font-family: Tahoma;
	font-size:11px;
	text-align: justify;
	background-color:#0d0d0d;
}
#right a {
	color:#f7941d;
	text-decoration:none;
}
#right a:hover {
	text-decoration: underline;
}
#footer {
	clear:both;
	float:right;
	width:393px;
	height:40px;
	text-align: left;
	font-size:10px;
	color:#f7941d;
	padding-top:15px;
}
#footer a {
	font-size:10px;
	color:#f7941d;
}
#footer a:hover {
	text-decoration: underline;
}


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 233px;
	width: 403px;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}
.item {
	height:210px;
	width:383px;
	padding:10px;
}
.disabled {
	visibility:hidden;
}

.next {
	float:right;
}
#actions {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
#actions a {
	color:white;
	cursor:pointer;
	font-weight: bold;
	font-size:10px;
}
#actions a:hover {
	color:#C3E51E;
	text-decoration: none;
}
.item img {
	border:1px solid #C3E51E;
}
.form {
	font-family: Tahoma;
	font-size:10px;
	width:202px;
	border:1px solid black;
}
table {
	color:white;
}
h2 {
	font-size:12px;
	font-family: Tahoma;
	color:#c3e51e;
}