@charset "UTF-8";
img {
	border:none;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#side {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	float: right;
	margin-top: -1067px;
	width: 250px;
	margin-right: -21px;
	margin-left: auto;
	padding: 0px;
}

#header {
	width: 900px;
	height: 200px;
	background-image: url(../images/banner.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navbar {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content_bg {
	background-image: url(../images/paper.jpg);
	background-repeat: repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	/*bottom-right corner*/
	border-bottom-right-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-webkit-border-bottom-right-radius: 40px;

	/*bottom-left corner*/
	border-bottom-left-radius: 40px;
	-moz-border-radius-bottomleft: 40px;
	-webkit-border-bottom-left-radius: 40px;	
}
#content {
	width: 760px;
	margin: 0px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	width: 850px;
	height: 50px;
	background: rgb(40,52,59); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(130,140,149,1) 100%, rgba(181,189,200,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,52,59,1)), color-stop(100%,rgba(130,140,149,1)), color-stop(100%,rgba(181,189,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%,rgba(181,189,200,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%,rgba(181,189,200,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%,rgba(181,189,200,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%,rgba(181,189,200,1) 100%); /* W3C */

	/*bottom-right corner*/
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;

	/*bottom-left corner*/
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}


#videoL {
	padding: 0;
	margin-right: 15px;
	float: left;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	color: #d3ad52;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	color: #d3ad52;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	list-style-type: none;
}

a {
	color: #325952;
	font-weight: bold;
	text-decoration: none;
}

#navbar a {
	float: left;
	color: #d3ad52;
	font-size: 1.9em;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 41px;
	margin-left: 41px;

	/*shadow*/
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#navbar span {
	float: left;
	color: #325952;
	font-size: 1.9em;
	margin-top: 10px;
	margin-right: 41px;
	margin-left: 41px;
	
	/*shadow*/
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.green {
	color: #48716c;
}
.center {
	text-align: center;
}

.imgR {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgL {
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.shadow {
	-webkit-box-shadow: 4px 4px 3px 2px #0a0a0a;
	-moz-box-shadow: 4px 4px 3px 2px #0a0a0a;
	box-shadow: 4px 4px 3px 2px #0a0a0a;
}

.bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.thumb {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

