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

body {
	margin: 0px; padding: 0px;
	background: #390214 url("Imgs/bg.jpg") repeat-x center top;
	text-align: center;
	
	}
	
#container {
	width: 820px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;


}
#navigation {
	height: 65px;

}
#header {
	height: 324px;
	
}
	
#content {
	width: 820px;
	background: transparent url("Imgs/bodybg.jpg") repeat-y;
	float: left;
	
	}

#left {

	width: 560px; float: left;}
	
#left p {
	margin: 10px 10px 0px 20px;
	line-height: 20px;
	color: #000000;

}

#right {
	float:right;
	width: 230px;


}

#footer {
	width: 820px; height:30px;
	background: transparent url("Imgs/bottom.jpg") no-repeat;
	float: left;

}

a {
	color: #b03354;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #ddcfc2;
	text-decoration: underline;
	font-weight:bold;


}

#content img {
	margin: 0px 0px 0px 0px !important;

}

h1 {
	margin: 10px 10px 10px 20px;
	color: #4f3b29;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;

}
a img {
	border: 0px;
	
}