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

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

img {
	border:none;
}

html {
	height:100%;
}

body {
	background-color:#4a0306;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	color:#ffffff;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	height:100%;
	font-weight:bold;
}

#container {
	width:878px;
	margin:auto;
}

#header {
	width:794px;
	padding-top:83px;
	height:81px;
}

#shadow {
	background-image:url(../images/shadow.png);
	margin-bottom:-1px;
}

#left {
	width:65px;
	float:left;
	height:387px;
}

#content {
	background-image:url(../images/content-background.jpg);
	background-repeat:no-repeat;
	background-color:#496b62;
	float:left;
	width:754px;
}

#leftContent {
	float:left;
}

#rightContent {
	float:right;
}

#right {
	float:left;
	width:59px;
	height:387px;
}

#clear {
	float:none;
	clear:both;
	width:878px;
	height:1px;
}

#footer {
	width:878px;
	margin-bottom:60px;
}	