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

* {
	margin: 0px;
	padding: 0px;
}

body {	
	background-image:url(img/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:27px;
	color:#660000;
	margin-bottom: 8px;
}

h2, .h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:22px;
	font-weight:bold;
	color:#660000;
	margin-bottom: 16px;
	line-height:25px;
	text-align:center;
}

p {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:16px;
	color:#333;
	line-height:25px;
	margin-bottom: 16px;
}

a {
	text-decoration:none;
	outline:none;
	color:#660000;
}

img {
	border:none;
}

.wrap {
	width:850px;
	margin:0px auto;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

#rightcolumn {
	float:right;
	clear:right;
	width: 300px;
	margin-bottom: 30px;
}

#main {
	width: 500px;
}

#footer {
	background-image:url(img/bg_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	
	background-color: #E4E4E4;
	
	margin-top:50px;
	padding: 80px 0px 50px 0px;
	
	font-size:10px;
	color: #666;
	line-height:20px;
	
	clear:both;
}
