
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Trebuchet MS';
	color: #e7e7e7;
	font-size: 12px;
	}
	
body {
	background: url(../img/background.jpg) repeat-x #000000;
	}

hr {
	border-top: 1px solid #ffffff;
	margin: 10px 0 10px 0;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

.textinput, textarea {
	border: 1px solid black;
	margin: 2px 0 2px 0;
	}



#save_banner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	}

#wrapper {
	width: 938px;
	overflow: hidden;
	margin: auto;
	margin-top: 34px;
	}
	
#banner_side {
	float: left;
	margin-top: 50px;
	}

#content {
	position: relative;
	float: left;
	width: 905px;
	overflow: hidden;
	}

/* large banner */
#banner {
	position: relative;
	color: #a4a4a4;
	width: 905px;
	background: url(../img/banner_right.jpg) no-repeat transparent;
	background-position: top right;
	height: 357px;
	}

#banner .buttons {
	position: absolute;
	bottom: 9px;
	right: 34px;
	}

#banner .buttons img {
	float: left;
	}

#banner_text {
	position: absolute;
	height: 200px;
	width: 300px;
	right: 30px;
	bottom: 100px;
	}

#banner p {
	margin-bottom: 10px;
	}

#banner h1 {
	font-size: 26px;
	color: #5985aa;
	margin-bottom: 10px;
	font-style: italic;
	text-transform:capitalize;
	}

#banner h4 {
	position: absolute;
	bottom: 10px;
	right: 20px;
	}

/* small banner */

#banner_small {
	position: relative;
	color: #a4a4a4;
	width: 887px;
	height: 184px;
	border: 9px solid #9e9e9e;
	background-color: #000000;
	}

#banner_small h4 {
	position: absolute;
	bottom: 0px;
	right: 20px;
	}

#banner_small .buttons {
	position: absolute;
	bottom: 9px;
	right: 20px;
	}

#banner_small .buttons img {
	float: left;
	}

#banner_small #banner_text {
	position: absolute;
	height: 150px;
	width: 300px;
	right: 130px;
	bottom: 10px;
	}

#banner_small p {
	margin-bottom: 10px;
	}

#banner_small h1 {
	font-size: 26px;
	color: #5985aa;
	margin-bottom: 10px;
	font-style: italic;
	text-transform:capitalize;
	}

/* nav */

#nav {
	position: relative;
	height: 50px;
	}

#nav ul {
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 5px;
	}
	
#nav ul li {
	display: inline;
	margin-left: 10px;
	}

#nav a {
	color: #f1f1f1;
	font-weight: bold;
}

#inner_content {
	position: relative;
	color: #e7e7e7;
	}

#inner_content h2 {
	color: #89dd00;
	text-transform:capitalize;
	font-size: 18px;
	font-style: italic;
	}
	
#inner_content .floater,#inner_content .floater_right {
	position: relative;
	width: 370px;
	height: 260px;
	border: 8px solid #9e9e9e;
	background-color: #6e6e6e;
	margin-top: 40px;
	padding: 20px;
	}
	
#inner_content ul {
	margin: 10px 20px 10px 20px;
	}
	
#inner_content .floater a,#inner_content .floater_right a {
	display: block;
	color: #89dd00;
	text-transform: capitalize;
	}

#inner_content .floater_right {
	position: relative;
	float: right;
	}

#inner_content .floater img {
	position: absolute;
	bottom: 10px;
	left: 60px;
	}

#inner_content .floater_right img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}

#page_wrapper {
	position: relative;
	margin-top: 40px;
	float: left;
	width: 905px;
	background: url(../img/left_bg.jpg) repeat-y #9e9e9e;
	border: 9px solid #9e9e9e;
	}

#page_nav {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 230px;
	}

#page_nav ul ul a {
	color: #cecece;
	}

#page_nav ul {
	list-style: none;
	}
	
#page_nav ul ul {
	margin-top: 2px;
	}
	
#page_nav ul li {
	margin-top: 12px;
	}
	
#page_nav ul ul li {
	margin-top: 2px;
	}
	
#page_nav .nav_head {
	font-weight: bold;
	}

#left_cta {
	position: absolute;
	height: 300px;
	width: 210px;
	left: 10px;
	bottom: 10px;
	}
	
#left_cta_height {
	height: 300px;
	}

#left_cta a {
	display: block;
	color: #89dd00;
	text-transform: capitalize;
	}

#page_content {
	float: left;
	width: 580px;
	margin: 20px;
	background-color: #9e9e9e;
	}
	
#page_content * {
	color: #2e2e2e;
	}

#page_content h1 {
	color: #ffffff;
	text-transform:capitalize;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
	}
	
#page_content p {
	margin-top: 10px;
	}

#footer {
	margin: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}

.floater,.floater_right {
	float: left;
	}

table td {
	padding: 5px;
	}

.odd, .odd td {
	background-color: #cccaca;
	}

