* {
margin:0; padding:0;
}

body {
	background-color: #361e03;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

a:link, a:visited, a:active {color: #FFFFFF; text-decoration: none;}
a:hover {text-decoration: underline; color: #FFFFFF;}

.fix {position:absolute;}

#container {
width:1020px;
margin:0 auto;
}

.navbar {
	float:left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat-x;
	height: 41px;
	width: 693px;
	z-index:5;
	font-weight: normal;
}

.z{
	position:relative;
	float:left;
	width:327px;
	height:100px;
	background-image:url(../images/image_07.jpg);
	margin-right:693px;
	z-index:10;
}


.menu {
	float:left;	
	position:relative;
	left:66px;
	width:219px;
	height:290px;
	background-color:black;
}
.card {
	float:left;
	position:relative;
	left:46px;
	margin-top:-6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:right;
	color: black;
	background-color:#e8d9d4;
	width:220px;
	height:110px;
	border:7px solid #beb0ab;
	clear:left;
	background-image: url(../images/bg.png);
}

.content {
	float:left;
	position:relative;
	left:285px;
	margin-top:-508px;
	background-color:#9c9c9c;
	width:650px;
	height:530px;
	z-index:0;
	font-weight: normal;
	clear:left;	
	background-image: url(../images/bg2.gif);
}

/* IE min-height fix - IE doesn't undestand html>body part */
html>body .content {height:auto; min-height:530px;}

.text {	text-align:left;	padding:50px 50px 50px 50px;}


.footer {
	position:relative;
	clear:both;
	left:285px;
	top:20px;
	width:650px;
	height:70px;
	font-size: 10px;
	text-align:left;
	font-style: normal;
	color: #FFFBF0;
	font-weight: normal;
}