body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 98%;
	background-image: url(../img/pageBG.jpg);
	background-repeat: repeat-x;
	height: 99%;
	background-position: bottom;
	text-align: center;
}

div, p, img, span, a {
	outline: none;
}

a, a:link {
	color: #545438;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#page-container {
	width: 910px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	background-image: url(../img/contentBG.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	text-align: center;
}

#header div.shadow {
	background-image: url(../img/topShadow.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 12px;
	text-align: left;
	margin-left: -10px;
}

#slogan {
	margin: 20px 0;
	position: absolute;
	bottom: 70px;
	right: 30px;
}

#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/heading.jpg);
	background-repeat: no-repeat;
	width: 910px;
	height: 84px;
}

#navigation {
	text-align: left;
	float: left;
	width: 220px;
	margin: 20px 0 0 20px;
}

#slideshow {
	margin: 20px 20px 20px 0;
	float: right !important;
	text-align: right;
	width: 300px;
	height: 600px;
	
}

.content {
	border: 1px solid #545438;
	width: 350px;
	height: 600px;
	position: absolute;
	top: 104px;
	left: 245px;
	background-image: url(../img/contentDivBg.jpg);
	font-size: 11px;
	text-align: justify;
}
.content div {
	overflow: auto;
	height: 600px;
	padding: 0 7px;
}

.clear {
	clear: left;
}
	
#footer {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#footer #copyright {
	color: #545438;
	font-size: 10px;
	text-align: left;
	float: left;
	margin: 5px 0 10px 20px;
}

#footer div.shadow {

	background-image: url(../img/footerShadow.png);
	background-repeat: no-repeat;
	height: 10px;
}

#footer #links a {
	color: #fff;
	text-decoration: none;
}

#footer #links a:hover {
	color: #545438;
}

#footer #links {
	font-size: 10px;
	color: #fff;
	text-align: right;
	float: right;
	margin: 5px 20px 10px 0;
}

.content div.hidden {
	display: none;
}

.content div.showed {
	display: block;
	}
	
.req {
	color: red;
}

.regform b {
	display: block;
	padding: 3px 0;
}

.regform input {
	border: 1px solid #dadad3;
	font-size: 11px;
	padding: 3px;
	}
	
.regform textarea {
	border: 1px solid #dadad3;
	font-size: 11px;
	font-family: verdana;
	padding: 3px;
}

.regform {
	margin: 0 4px;
}