@charset "utf-8";

/* ---------------------------------------- body ---------------------------------------- */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #804000;
	/* background-image: url(../images/backgrounds/20100518_bg.jpg); */
	background-image: url(../images/backgrounds/663200-ffce77/sides.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	margin-left: 5px;
}
h2 {
	margin-left: 5px;
}
h3 {
	margin-left: 5px;
}
h4 {
	margin-left: 5px;
}
p {
	margin-left: 5px;
}
hr {
	color: #804000;
	background-color: #804000;
	height: 2px;
}


/* ---------------------------------------- #container ---------------------------------------- */
#container  {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #804000;
}
#top {
	height: 100%;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* ---------------------------------------- #header ---------------------------------------- */
#header  {
	margin: 0;
	padding: 0;
	background-color: #FFCE77;
	width: 100%;
	background-image: url(../images/backgrounds/663200-ffce77/logo.jpg);
	height: 225px;
}

#navbar  {
	float: left;
	width: 100%;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #663200;
	border-left-color: #663200;
	background-color: #663200;
	height: 39px;
	z-index: 1000;
}
#spacer {
	margin: 0;
	padding: 0;
	background-color: #663200;
	width: 100%;
	background-image: url(../images/backgrounds/663200-ffce77/spacer.jpg);
	clear: both;
	height: 13px;
	border: thin none #000;
}


/* ---------------------------------------- #multimedia ---------------------------------------- */
#multimedia {
	height: 100%;
	width: 100%;
	background-image: url(../images/backgrounds/663200-ffce77/welcome.jpg);
	background-repeat: repeat-x;
	background-color: #663200;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663200;
	position: relative;
}

#rotator  {
	color: #FFCE77;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 300px;
	width: 400px;
	background-color: 663200;
	border-top-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #663200;
	border-left-color: #663200;
	z-index: 100;
	float: left;
	overflow: hidden;
}

#welcome  {
	height: 300px;
	width: 510px;
	color: #ffce77;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: 663200;
	background-image: url(../images/backgrounds/663200-ffce77/welcome.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #663200;
	border-left-color: #663200;
	float: right;
}


/* ---------------------------------------- #content ---------------------------------------- */
#content  {
	background-color: #ffce77;
	font-family: Arial, Helvetica, sans-serif;
	color: #663200;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	width: 100%;
	z-index: 20;
	display: block;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/backgrounds/663200-ffce77/content.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6B3100;
	border-right-color: #6B3100;
	border-bottom-color: #6B3100;
	border-left-color: #6B3100;
}
#index {
	position: relative;
}



/* ---------------------------------------- #footer ---------------------------------------- */
#footer  {
	background-color: #804000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer #navlinks  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffce77;
	text-align: center;
}
#footer #navlinks a{
	color: #FFCE77;
	text-decoration: none;
}

#footer #copyright  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffce77;
	text-align: center;
}


/* ---------------------------------------- Workshop ---------------------------------------- */
.workshop_float_right {
	float: right;
	text-align: center;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #804000;
	border-right-color: #804000;
	border-bottom-color: #804000;
	border-left-color: #804000;
	margin-left: 10px;
}
.workshop_float_left {
}
.workshop_clear {
	clear:both;
}
