body {
	background-color: #b4b3b1;
	margin: 0px;
	padding: 0px;
}

a:link {
	color:#A7A5A2;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color:#A7A5A2;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#303030;
	text-shadow:rgb(153, 153, 153) 1px 1px 1px;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#999999;
	text-shadow:rgb(0, 0, 0) 1px 1px 1px;
}


.nav {
	font:normal normal normal 1.1em/1.5em Economica, Arial, Helvetica, Geneva, sans-serif;
	padding:1px;
	
}

a.nav:link {
	color:#4A4B4B;
	text-shadow:rgb(255, 255, 255) 1px 1px 1px;
	text-decoration:none;
	padding: 3px;
}

a.nav:visited {
	color:#4A4B4B;
	text-shadow:rgb(255, 255, 255) 1px 1px 1px;
	text-decoration:none;
}

a.nav:hover {
	color:#303030;
	text-shadow:rgb(153, 153, 153) 1px 1px 1px;
	background-color: #cdccc8;
	padding: 3px;
	border-radius: 3px;
}

a.nav:active {
	color:#333333;
}


.txtHeadline {
	font: normal normal normal 1.4em/1.2em 'Oleo Script', Georgia, Times, serif;
	color:#4A4B4B;
	text-align:center;
	text-shadow:rgb(255, 255, 255) 1px 1px 1px;
	background: #e8e7e5; /* Old browsers */
	background: -moz-linear-gradient(left,  #e8e7e5 0%, #dfdeda 50%, #e8e7e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e7e5), color-stop(50%,#dfdeda), color-stop(100%,#e8e7e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* IE10+ */
	background: linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e5', endColorstr='#e8e7e5',GradientType=1 ); /* IE6-9 */
	padding: 2px;
	margin: 8px;
}

.txtNorm{
	color: #282828;
	font: normal normal 1.1em/1.5em Economica, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px;
}

a.txtNorm:link {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a.txtNorm:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a.txtNorm:hover {
	color:#303030;
	text-shadow:rgb(153, 153, 153) 1px 1px 1px;
	font-weight:bold;
	text-decoration:none;
}

a.txtNorm:active {
	color:#999999;
	text-shadow:rgb(0, 0, 0) 1px 1px 1px;
}


#header {
	width: 800px;
	height: 150px;
	position: relative;
	margin: 0 auto;
	background: url(images/headbg.jpg) no-repeat #e6e5e3;
}

.logo {
	background-image: url(images/logo.png);
	width: 273px;
	height: 140px;
	top: 0;
	position: relative;
	left: 270px;
}

#nav{
	text-align: center;
	background: #e8e7e5; /* Old browsers */
		background: -moz-linear-gradient(left,  #e8e7e5 0%, #dfdeda 50%, #e8e7e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e7e5), color-stop(50%,#dfdeda), color-stop(100%,#e8e7e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* IE10+ */
		background: linear-gradient(left,  #e8e7e5 0%,#dfdeda 50%,#e8e7e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e5', endColorstr='#e8e7e5',GradientType=1 ); /* IE6-9 */
	}

#content {
	background-color: #e6e5e3;
	width: 800px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.footer {
	bottom: 0;
	width: 800px;
	height: 30px;
	background-color: #585858;
	-moz-box-shadow: 0 0 5px #181818;
	-webkit-box-shadow: 0 0 5px #181818;
	box-shadow: 0 0 5px #181818;
}

.txtFooter{
	color: #e7e6e4;
	font: Economica, Arial, Helvetica, sans-serif;;
	text-align: right;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 20px;
}

a.txtFooter:link {
	color:#e8e7e5;
	text-decoration:underline;	text-shadow: 1px 0 1px #000000;
}

#boxDark {
	position:relative;
		float:none;
		display:block;
		height:100%;
		background: #777977; /* Old browsers */
		background: -moz-linear-gradient(top,  #777977 0%, #666766 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777977), color-stop(100%,#666766)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #777977 0%,#666766 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #777977 0%,#666766 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #777977 0%,#666766 100%); /* IE10+ */
		background: linear-gradient(top,  #777977 0%,#666766 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777977', endColorstr='#666766',GradientType=0 ); /* IE6-9 */
		
		width:720px;
		text-align:center;
		top:3px;
		-webkit-border-top-left-radius:10px;
		border-top-left-radius:10px;
		-o-border-top-left-radius:10px;
		-ms-border-top-left-radius:10px;
		-moz-border-radius-topleft:10px;
		-webkit-border-top-right-radius:10px;
		border-top-right-radius:10px;
		-o-border-top-right-radius:10px;
		-ms-border-top-right-radius:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-bottom-right-radius:10px;
		border-bottom-right-radius:10px;
		-o-border-bottom-right-radius:10px;
		-ms-border-bottom-right-radius:10px;
		-moz-border-radius-bottomright:10px;
		-webkit-border-bottom-left-radius:10px;
		border-bottom-left-radius:10px;
		-o-border-bottom-left-radius:10px;
		-ms-border-bottom-left-radius:10px;
		-moz-border-radius-bottomleft:10px;
		-webkit-box-shadow:rgb(48, 48, 48) 0px 0px 1px;
		box-shadow:rgb(48, 48, 48) 0px 0px 1px;
		-o-box-shadow:rgb(48, 48, 48) 0px 0px 1px;
		-ms-box-shadow:rgb(48, 48, 48) 0px 0px 1px;
		-moz-box-shadow:rgb(48, 48, 48) 0px 0px 1px;
		border:5px solid #E9E9E9;
		margin: 10px auto 20px;
	}

.txtBoxDark {
	color:#E8E7E5;
	font: normal normal 1.1em/1.5em Economica, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px;
}

a.txtBoxDark:link {
	color: #f2f2f1;
	text-decoration:underline;
	font-weight: normal;
	margin: 0px;
	
}

a.txtBoxDark:visited {
	color:#f2f2f1;
	text-decoration:underline;
	font-weight: normal;
	margin: 0px;
}

a.txtBoxDark:hover {
	color:#f2f2f1;
	text-shadow: 1px 0 1px #000000;
	text-decoration:none;
	margin: 0px;
}

a.txtBoxDark:active {
	color:#999999;
	text-shadow:rgb(0, 0, 0) 1px 1px 1px;
	margin: 0px;
}

#box {
	height: 100%;
	position: relative;
	left: 50px;
	width: 700px;
}

.img {
	background-color:#DFDEDA;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-ms-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	margin-bottom: 5px;
	border:1px solid #ADADAD;
	padding:10px;
	position: relative;
	left: 40px;
}

.imgPlus {
	background-color:#DFDEDA;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-ms-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	margin-bottom: 5px;
	border:1px solid #ADADAD;
	padding:10px;
	position: relative;
	width: 700px;
	right: 10px;
}