* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #414141;
	text-align: center;
	margin-bottom: 1em;
}

#container {
	background: url('../images/background-bottom.gif') 0 100% repeat-x #fff;

}

#containee {
	width: 770px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 8% 0 8% 10px;
}

#nav {
	/*float: right;*/
	padding: 5% 0 0 10px;
}

#frame1 {
	background: url('../images/background-left.gif') 0 0 repeat-y #414141;
	text-align: left;
	clear: both;
}

#frame2 {
	background: url('../images/background-right.gif') 100% 0 repeat-y;
}

#top, #top-left, #top-right {
	height: 13px;
}
#top-left, #top-right {
	width: 13px;
}
#top {
	background: url('../images/background-top.gif') 0 0 repeat-x;
}
#top-left {
	background: url('../images/background-top-left.gif') 0 0 no-repeat;
	float: left;
}
#top-right {
	background: url('../images/background-top-right.gif') 0 0 no-repeat;
	float: right;
}

#content {
	/* IE 6 dissapearing text fix hack */
	height: 1%;
	/* End Hacking */
	margin: 15px;
	padding: 0 50px;
}

#leftcol, #rightcol {
	width: 290px;
	margin-top: 15px;
}

#leftcol {
	float: left;
}

#rightcol {
	float: right;
}

#footer {
	clear: both;
}

#bottom {
	height: 13px;
}

#bottom-left, #bottom-right {
	height: 100%;
	width: 13px;
}

#bottom-left {
	background: url('../images/background-bottom-left.gif') 0 100% no-repeat;
	float: left;
}

#bottom-right {
	background: url('../images/background-bottom-right.gif') 100% 100% no-repeat;
	float: right;
}