body {
    background: #302b23;
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
    color: white;
}
p {
    margin: 0;
    color: white;
}

h1 {
    color: #882e02;
    font-size: 22px;
}

a {
    color: white;
    text-decoration: none;
}

img {
    border: none;
}

textarea {
    background: #231F1C;
    border: 2px;
    border-style: solid;
    border-color: #29241f;
    color: white;
}

select, option {
    background: #231F1C;
    border: 2px;
    border-style: solid;
    border-color: #29241f;
    color: white;
}

input {
    background: #231F1C;
    border: 2px;
    border-style: solid;
    border-color: #29241f;
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}

#break {
    width: 100%;
    height: 5px;
    float: left;
}

#page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 800px;
    background: #302b23;
}

#header {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    background: url('../img/bg.jpg');    
}

#headRight {
    width: auto;
    margin-right: 200px;
    line-height: 30px;
}

#sidebar {
    width: 230px;
    height: 100%;
    float: left;
    display: block;
    background: url('../img/bg.jpg');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 30px;
    margin-left: 20px;
}

#content {
    width: 68%;
    height: ;
    min-height: 570px;
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 30px;
    background: url('../img/bg.jpg');
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#slider {
    width: 100%;
    float: left;
    height: auto;
}

#footerabove {
    float: left;
    margin-top: 30px;
    height: 60px;
    width: 100%;
    display: block;
    background: url('../img/botbar.png') repeat-x;
}

#footer {
    float: left;
    height: 120px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    background: url('../img/bg.jpg') #221d17;
    background-position: top;
    padding-top: 20px;
}

#tag {
    width: 180px;
    height: 150px;
    background: url('../img/tag.png');
    position: absolute;
    left: 80%;
    top: 0px;
}

#spots {
    width: 250px;
    height: 200px;
    background: url('../img/spots.png');
    position: absolute;
    bottom: 150px;
    z-index: 0;
}

#done {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    background: #71aa0b;
    line-height: 30px;
    text-align: center;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.howdy {
    font-size: 45px;
}

.smaller { 
    font-size: 22px;
    font-style: italic;
}


.large {
    padding: 40px;
    padding-right: 55px;
    font-size: 30px;
    text-align: justify;
    line-height: 50px;
}

.bigish {
    font-size: 38px;
}

.bigger {
    font-size: 42px;
}

/*BELOW IS FOR THE MENU ONLY*/

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:215px;
	height: 320px;
	margin:0;
	padding: 20px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding: 5px 0;
	width:89%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:30px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:150px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

li.nbutton a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:30px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:150px;
}

li.nbutton a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.nbutton a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.nbutton a.blue{background:url(../img/blue.png) repeat-x top left; color:#074384;}
li.nbutton a.blue span{ background:url(../img/blue.png) repeat-x top right;}

li.button a.green{background:url(../img/green.png) repeat-x top left; color:#436800;}
li.button a.green span{ background:url(../img/green.png) repeat-x top right;}

li.button a.orange{background:url(../img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(../img/orange.png) repeat-x top right;}

li.button a.red{background:url(../img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(../img/red.png) repeat-x top right;}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}
li.nbutton a:hover{ background-position:bottom left;}
li.nbutton a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}