@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

.left {
	float:left;
	display:inline;
	text-align:left;
}
.right {
	float:right;
	display:inline;
	text-align:right;
}

.button {
	padding-bottom:5px;
	padding-left:50px;
}

body {
	background-image:none;
	margin:0 auto;
	text-align:center;
}

#container {
	width: 969px;
	min-height: 760px;
	margin:0 auto;
}

#header {
	float:left;
	display:inline;
	width:969px;
	height:476px;
	background-image:url(../images/header-bg.gif);
	background-repeat:no-repeat;
	display:none;
}

#navigation {
	float:left;
	display:inline;
	width:922px;
	height:44px;
	margin-left:8px;
	padding-left:38px;
	background-image:url(../images/nav-bg.gif);
	background-repeat:no-repeat;
	display:none;
}

#main-content {
	float:left;
	display:inline;
	width:960px;
	min-height:292px;
	height:auto !important;
	height:292px;
	background-color:#48231b;
	margin-left:8px;
}

#buttons-left {
	float:left;
	display:inline;
	width:391px;
	min-height:292px;
	height:auto !important;
	height:292px;
	background-image:url(../images/border.gif);
	background-position:right;
	background-repeat:repeat-y;
	text-align:left;	
	display:none;
}

#right-content {
	float:left;
	display:inline;
	width:519px;
	min-height:242px;
	height:auto !important;
	height:242px;
	text-align:left;
	margin-top:25px;
	padding: 0 25px 25px 25px; 
	color:#000000;
}

#buttons-right {
	float:right;
	display:inline;
	width:391px;
	min-height:292px;
	height:auto !important;
	height:292px;
	background-image:url(../images/border.gif);
	background-position:left;
	background-repeat:repeat-y;
	text-align:right;	
	display:none;
}

#left-content {
	float:left;
	display:inline;
	width:519px;
	min-height:242px;
	height:auto !important;
	height:242px;
	text-align:left;
	margin-top:25px;
	padding: 0 25px 25px 25px; 
	color:#000000;
}

#footer {
	float:left;
	display:inline;
	width:960px;
	margin-left:8px;
	margin-top:5px;
	display:none;
}