body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	word-wrap: break-word;
	padding: 0;
	margin: 0;
}

.body {
	background: #282828;
}

h1 {
	color: #FF3700;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	padding-bottom: 5px;
}

h2, h3 {
	color: #991C1A;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

p {
	padding: 0px 0px 5px 0px;
	margin: 0;
}

a {
	text-decoration: none;
}

br {
	clear: both;
}

img {
	border: 0;
}

label {
	float: left;
	width: 125px;
	padding-top: 4px;
}

form {
	margin: 0;
}

input, textarea {
	border: 1px solid #B8B8B8;
	margin: 2px 0 2px 0;
	width: 150px;
}

input[type="submit"], input[type="button"]  {
	width: 100px;
}

textarea
{
	font-family: arial, hevetica, sans-serif;
	font-size: 12px;
	padding: 0;
}

a:link
{
	color: black;
	text-decoration: underline;
}

a:visited 
{
	color: black;
	text-decoration: underline;
}
															
a:hover 
{
	text-decoration: none;
}


#container {
	width: 900px;
	background: #CECCA1;
	margin: 0 auto;
}

#header {
	height: 100px;
	background: #991C1A url(../images/header.jpg) no-repeat top left;
}

.slideshow-pics {
	padding:0; 
	margin:0;
	width: 900px;
	height: 225px;
	overflow: hidden;
}

.slideshow-pics  img {
	top: 0;
	left: 0;
}

#wrapper {
	margin-bottom: 10px;
}

#left-content {
	width: 250px;
	float: left;
}

#right-content {
	width: 650px;
	float: right;
}

#footer {
	text-align: center;
	font-size: 11px;
}

.admin-button {
}

.menu {
	background: url(../images/menu_background.png) no-repeat top left;
	height: 50px;
}

.menu a {
	height: 38px;
	background: none;
	text-align: center;
	float: left;
	padding-top: 12px;
	color: #FDFAC5;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
	color: #991C1A;
}

.menu a:link {
	text-decoration: none;
	color: #FDFAC5;
	margin-bottom: 5px;
}

.menu a:visited  {
	text-decoration: none;
	color: #FDFAC5;
}

.menu .menu-item:hover {
	background: url(../images/menu_item.png) no-repeat top left;
	color: #991C1A;
}

.menu .menu-item {
	width: 160px;	
}

.menu .menu-item-left, .menu .menu-item-right {
	width: 165px;
}

.menu .menu-item-left:hover {
	background: url(../images/menu_item_left.png) no-repeat top left;
	color: #991C1A;
}

.menu .menu-item-right:hover {
	background: url(../images/menu_item_right.png) no-repeat top left;
	color: #991C1A;
}

.box {
	margin: 0;
	padding: 0;
}

.box-big-top {
	background: url(../images/box_big_top.png) no-repeat top left;
}

.box-small-top {
	background: url(../images/box_small_top.png) no-repeat top left;
}

.box-big-content {
	background: url(../images/box_big_content.png) repeat top left;
}

.box-small-content {
	background: url(../images/box_small_content.png) repeat top left;
}

.box-big-bottom {
	background: url(../images/box_big_bottom.png) no-repeat top left;
}

.box-small-bottom {
	background: url(../images/box_small_bottom.png) no-repeat top left;
}

.box-small-content  ul{
	list-style: circle;
	padding-left: 15px;
	margin: 0;
}

.box-big-content, .box-small-content {  
	padding-left: 15px;
	padding-right: 15px;
}

.box-big-bottom, .box-small-bottom, .box-big-top, .box-small-top {
   height: 25px;
   margin: 0;
}

.clearfix {
	clear: both;
}
