@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/comp-background-lines.jpg);
	background-repeat: repeat;
}
#wrapper #header {
	height: 120px;
	width: 1000px;
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
	background-image: url(../images/header.png);
}
#wrapper #real-navigation {
	height: 100px;
	width: 1000px;
	background-repeat: repeat-x;
}

#wrapper #left {
	float: left;
	height: 310px;
	width: 345px;
	background-repeat: no-repeat;
	background-image: url(../images/guidebook-box-plain.png);
	padding-right: 30px;
	background-position: bottom;
	padding-left: 25px;
}

#wrapper #smallri {
	height: 305px;
	width: 210px;
	float: right;
	padding-right: 15px;
	padding-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/long-paper-box.png);
}

#wrapper #right {
	float: right;
	height: 290px;
	width: 345px;
	padding-top: 20px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	background-image: url(../images/comp-background-lines.jpg);
}
#wrapper #right img {
	float: right;
	clear: right;
}


#wrapper #footer {
	clear: both;
	height: 193px;
	width: 1000px;
	background-image: url(../images/comp-background-lines.jpg);
	background-repeat: repeat;
	background-position: bottom;
}
#wrapper #clearfloat {
	clear: both;
	height: 0px;
}

#wrapper #navigation {
	background-color: #CCCCCC;
	height: 230px;
	width: 975px;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	background-image: url(../images/randypanorama.jpg);
	padding-top: 150px;
	padding-right: 25px;
}

