@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0;
    margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#000;
	color:#FFFFFF;
}

/* div classes */
.wrapper {
	width: 600px;
	margin: 0px auto;
	padding-top:120px;
	padding-bottom:120px;
}
.header {
	height: 90px;
	width: 420px;
	float:left;
	
}
.nav {
	height: 320px;
	width: 110px;
	float:left;
	background: url(../images/nav_back.jpg) repeat-y;
	color:#FFFFFF;
	text-align:right;
	font-size: x-large;
	font-style: normal;
	font-variant: normal;
}
.nav_text {
	margin:3px;
}
.picture {
	height: 470px;
	width: 180px;
	float:right;
	background: none;
}
.footer {
	width: 420px;
	height:60px;
	float:left;
	text-align:right;
	background: url(../images/footer_back.jpg);
	color: #FFFFFF;
	
}
.footer_text {
	margin: 5px;
}
.footer a:hover {
	color:#999999;
}
.text {
	background: #735100;
	height:320px;
	width:310px;
	float:right;
}
.text_text {
	margin: 20px;
}
.text h1 {
font-size:14px;
}
.container {
	width:420px;
	height:320px;
	float:left;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a img {
	border:#000000;
}
a:hover {
	text-transform:none;
	color:#CC9900;
}
