@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}
.wrapper {
	background: url(../images/bg.jpg) repeat-x;
	background-position: center top;
	height:712px;
}
.container {
	width: 1100px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.header {
	padding: 59px 0 0 19px;
	border: none;
}

/*LEFTMENUBAR */
#leftmenubar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: none;
	margin: 67px 10px 0px 19px;
}
#leftmenubar ul {
 	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
#leftmenubar li {
	display: block;
	padding-left: 0px;
}
#leftmenubar li a:link, #leftmenu li a:visited {
	color: #c7a363;
	text-decoration: none;
}
#leftmenubar li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*LEFTMENU */

/*LEFTSUBMENU */
#leftsubmenu {
	float: inherit; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: none;
	margin: 350px 10px 0px 41px;
}

#leftsubmenu ul {
 	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
#leftsubmenu li {
	display: block;
	padding-left: 0px;
}
#leftsubmenu li a:link, #leftsubmenu li a:visited {
	color: #c7a363;
	text-decoration: none;
}
#leftsubmenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#home #ahome:link {
	color: #FF0000;
}
/*LEFTSUBMENU */

/* SLIDESHOW */
#slideshow {
	margin-left: 200px;
	margin-top: -420px;
} 
.slideshow { height: 443px; width: 908px; margin: auto; }
.slideshow img { padding: 0px; border: 0px solid #ccc; }
/* SLIDESHOW */

/*SLOGAN*/
#slogan {
	display:block;
	margin-top: 30px;
	margin-left: 600px;
}
/*SLOGAN*/










