/* @override http://goldencorralbranson.com/beta/css/style.css */



@import url('clear.css');
@import url('menu.css');

body {
	background-position: center 0px;
	font-family: verdana, arial, sans-serif; font-size:76%;
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	background-image: url(../images/wallpaperwootsweird.png);
	background-repeat: repeat;
	background-color: #e7a659;	
}

A:visited {
	text-decoration: none;
}
A:link {
	text-decoration: none;
}

#header {
	background-image: url(../images/gcblogo.png);
	height: 87px;
	width: 660px;
}

#cateringtop {
	position: absolute;
	top:  60px;
	right: 20px;
	width: 158px;
	height:  199px;
}
#wrapper {
	background-position: center center;
	margin: -0 auto;
	width: 660px;
	position: relative;
}

#nav {
	height: 261px;
	width: 198px;
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: -30px;
}

#content {
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
	height: 375px;
	width: 660px;
	padding-top: -10px;

}

#page {
	background: url(../images/contentwall.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 440px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
#page_text {
	margin: 26px;
	padding-right: 5px;
	overflow: auto;
	width: 393px;
	height: 156px;
	text-indent: 15px;
	white-space: normal;
	line-height: 15px;
}

#foot {
	background: url(../images/bottom.png);
	margin: 0 auto;
	width: 660px;
	height: 29px;
	text-align: center;
}
#minicontent {
	position: absolute;
	top:  90px;
	left: 60px;
}
#welcome {
	position: absolute;
	top: 60px;
	left: 200px;
}
#red {
	color: #ff1800;
}
#blue {
	color: #4449ff;
	font-size: .7em;
}
#copy {
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}
#add {
	width: 600px;
	margin: 0 auto;
	height:  150px;
	text-align: center;
	padding-left: 20px;
}
#add li, #add li a {
	display: block;
	height: 123px;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
}
#allen {
	background-image: url(../images/allen.png);
}
#branson {
	background-image: url(../images/branson.png);
}

#taskforce {
	background-image: url(../images/taskforce.png);
}
#bottomnav {
	color: #292929;
	font-size: 1em;
	list-style: none;
	margin: 0 auto;
	width: 675px;
	text-align: center;
}
#bottomnav ul li{
	display: inline;
}
#bottomnav ul li a:link, #bottomnav ul li a:visited {
	color: black;
}
#bottomnav ul li a:hover {
	color: #535353;
}