/*
	title:		Little Rock Style Sheet
	version:	1.0.0
	author:	stefan bar
	author url:	http://www.bar-design.co.za/
*/

*{margin: 0px; padding: 0px;}

body{
	background: #776b4e url(../images/bg.jpg) no-repeat 50% 0%;
	color: #e7d9b6;
	font: 11px Arial, Sans-Serif;
	text-align: center;
}

a{color: #3094d8; outline: none; text-decoration: underline;}
a:hover{color: #3094d8; text-decoration: none;}
a img{border: solid 2px #3094d8; margin-right: 5px;}
a:hover img{border-color: #665c42;}
b{font-weight: normal;}
p{padding: 5px 10px;}

h1{
	font-family: "Times New Roman", Arial, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 10px 10px 10px;
	color: #665c42;
}

h1 span{color: #dc8630; font-size: 18px;}

table{
	border-collapse: collapse;
	margin: 0px 10px;
	padding: 10px 0px;
	width: 300px;
}

tr{height: 30px;}


/*
	Classes ------------------------------------------------------------
*/
.center{text-align: center;}
.clear{clear: both;}
.cleft{float: left; width: 49%;}
.cright{float: right; width: 49%;}


/*
	Wrapper ------------------------------------------------------------
*/
#wrapper{
	background: #f1eae0;
	border: solid 5px #fff;
	margin: 80px auto;
	position: relative;
	width: 700px;
	text-align: left;
}


/*
	Masthead ------------------------------------------------------------
*/
#masthead{
	background: #fff url(../images/splash.jpg) no-repeat 0% 0%;
	height: 350px;
	width: 700px;
}


/*
	Menu Wrap ------------------------------------------------------------
*/
#menu_wrap{
	background: #fff url(../images/logo_and_rocks.jpg) no-repeat 0% 0%;
	float: right;
	height: 350px;
	width: 200px;
}


/*
	Menu ------------------------------------------------------------
*/
#menu{background: inherit; color: #bdb090; margin-top: 115px; width: 200px;}

#menu li{border-bottom: solid 1px #a89972; float: left; list-style-type: none; white-space: nowrap;}

#menu li a{
	background: transparent url(../images/rock_normal.gif) no-repeat 5% 50%;
	color: #bdb090;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px 5px 40px;
	text-decoration: none;
	width: 140px;
}

#menu a:hover,#menu .current{
	background: transparent url(../images/rock_hover.gif) no-repeat 5% 50%;
	color: #fff;
	text-decoration: none;
}


/*
	Content ------------------------------------------------------------
*/
#content{
	background: #f1eae0;
	color: #a89972;
	margin-bottom: 10px;
	width: 700px;
}

#content ul{
	list-style-type: none;
	margin: 10px;
}
#content ul li{
	background: transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left: 12px;
	margin-top: 6px;
}


/*
	Footer ------------------------------------------------------------
*/
#footer{
	background: #665c42;
	border-top: solid 2px #a89972;
	clear: both;
	color: #f1eae0;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
	width: 700px;
}