/* CSS Document */

* {
	margin:0;
	padding:0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: fixed;
	background-color: #352307;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	width:492px;
	margin:0 auto;
	}
#header {
	height:137px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}
#logo {
	float:left;
	}
#corner {
	float:right;
	margin-right:2px;
	}
#main {
	background-image:url(../images/main_back.jpg);
	background-repeat:no-repeat;
	height:550px;
	text-align:left;
	}
#left {
	float:left;
	width:226px;
	margin-left:20px;
	margin-top:20px;
	}
#right {
	float:right;
	width:110px;
	text-align:right;
	margin-right:20px;
	}
#bottom {
	padding:20px;
	margin-top:70px;
	margin-bottom:20px;
	}
.clear {
	clear:both;
	height:0;
	}
img {border:0;padding:0; margin:0;}


.headline_padding {
	margin-top:50px;
	margin-bottom:50px;
	}