@import "reset.css";
@import "details.css";

body{
	background-color: #EDE6DE;
	color: #65635f;
	font: normal 0.69em Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}

#pack {
	background: url(./../images/background.png) top center repeat-y;
}

a{
	color: #807c76;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

.wrapper{
	position: relative;
	width: 821px;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

#top{
	height: 138px;

	background: url(./../images/topBackground.png) bottom center no-repeat;
}
#top h1 {
	margin-top: 10px;
}

#sidebar{
	width: 232px;
	float: left;
	margin-top: -7px;
}

#content{
	float: right;
	/*margin-left: 232px;*/
	padding: 30px 25px;
	width: 532px;
	overflow: auto;
}
#pack.simplemode{
	background: #fff;
}
#content.simplemode{
	float: none;
	width: auto;
}

#footer{
	height: 33px;
/*
	margin-top: 25px;
*/

	background: #ede6de;
	text-align: center;
}

	#footer-nav {
		margin-left:242px;
	}

	