@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 2;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/wooden_BG.jpg);
	background-color: #222;
}
h1,h2,h3,h4,h5,h6 {
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
a {outline: none;}
a:link {
	color: #300;
	text-decoration: none;
}
a:visited {
	color: #300;
	text-decoration: none;
}
a:hover {
	color: #330;
	text-decoration: none;
}
a:active {
	color: #330;
	text-decoration: none;
}



#grad {
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_grad.png');*/
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
	background-image: url(Images/bg_grad.png);
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	top: 0px;
	z-index: -10;
}


#shadow {
	background-image: url(Images/shadow.png);
	background-repeat: repeat-y;
	width: 622px;
	margin: auto;
}


#container {
	width: 600px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}

#header {
	height: 250px;
	background-image: url(Images/header.jpg);
	background-color: #630;
}

#content {
	background-image: url(Images/text_bg.jpg);
	background-repeat: repeat;
	text-align: justify;
}


.text {
	text-align: justify;
	width: 400px;
	margin: auto;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.center {
	text-align: center;
}
.topPadding15 {
	padding-top: 15px;
}
.bottomPadding25 {
	padding-bottom: 25px;
}
#footer {
	background-color: #FF9;
	background-image: url(Images/footer.jpg);
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000;
	height: 110px;
	font-family: "Times New Roman", Times, serif;
}

#footer p {
	padding: 0px;
	margin-top: 70px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: normal;
}
#panelShadow {
	position: absolute;
	bottom: -107px;
	height: 12px;
	background-image: url(Images/panelShadow.png);
	width: 600px;
}
.dropCap {
	width: 40px;
	height: 30px;
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	display: block;
	float: left;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
}

.alpha05 {
	opacity: 0.5;
}


.images {
	margin: 12px;
	border: 3px solid #fff;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;	
}

