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

body {
	margin:0;
	padding:0;
	background-repeat: repeat;
	background-image: url(../images/main_background2.jpg);
	background-attachment:fixed;
}
p, ul, h2 {
	margin-top:0;
	padding-top:0;
}
#container {
	position:relative;
	background-color: #BBDCA5;
	width:800px;
	margin: 20px auto 20px auto;
	border: 3px solid #44382A;
}
#header {
}
#footer {
	min-height:479px;   /* Height of the footer */
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
}
#body {
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../images/bg_t.gif);
}
#main {
	position:relative;
	overflow: hidden;
	padding-bottom:125px;
}
#nav {
	float:left;
	padding-top:20px;
	width:150px;
}
#nav ul {
	list-style-image: url(../images/bullet.gif);
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: x-large;
	color:#FFF;
	font-weight: bold;
}
#nav li {
	padding-top:10px;
}
#nav a {
	text-decoration:none;
	color:#FFF;
}
#nav a:hover {
	color: #FF9;
}
#content {
	float:right;
	padding-left:30px;
	padding-top:20px;
	padding-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #44382A;
	width:600px;
}
#content a {
	text-decoration:underline;
	color:#44382A;
}
#content a:hover {
	color:#FF9;
}
#content hr {
	border-width:thin;
	border-style:dashed;
	border-color:#FF9;
}
.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
#credits {
	position:relative;
	left:550px;
	top:-13px;
	z-index:1;
	height:0px;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #44382A;
	font-size: x-small;
}
#credits a {
	text-decoration:none;
	color:#44382A;

}
#credits a:hover {
	text-decoration:underline;
}