
/* ////////////////////////////////////////////
///                                         ///
///   Design & Development: Inorbital.com   ///
///                                         ///
//////////////////////////////////////////// */

/*----- BODY -----*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(images/websiteBackground.jpg) repeat-x;
	background-color: #FFC60D;
	font: 11px Arial, Helvetica, sans-serif;
	color: #713e2f;
}

/*----- TEXT -----*/

p {
	margin: 0 0 10px 0;
	line-height: 19px;
}

h1 {
	margin:0px 0 20px 0;
	font-size:20px;
	font-weight: normal;
	color: #e6b31c;
}

h2 {
	margin:0px 0 10px 0;
	font-size:14px;
	font-weight: bold;
	color: #e6b31c;
}

a {
	color: #e6b31c;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #e6b31c;
}

a:active {
	text-decoration: none;
}

/*----- MAIN DIVs ----- */

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#pageBack {
	float:left;
	width:880px;
	background: url(images/pageBackground.gif) repeat-y;
	}

#container {
	float:left;
	width:880px;
	background: url(images/pageHeader.gif) no-repeat;
}

#header {
	float: left;
	width: 880px;
}

#menu {
	display:inline;
	float:left;
	width: 700px;
	height: 25px;
	margin: 0 0 0 130px;
	text-align:center;
}

#content {
	display:inline;
	clear:both;
	float:left;
	width: 800px;
	margin: 40px 40px 0 40px;
}

#leftColumn {
	text-align:justify;
	float:left;
	width: 367px;
}

#rightColumn {
	float:right;
	width: 406px;
}

.links {
	margin-top:30px;
	background-color:#F8F0BA;
	padding:15px;
	border:1px solid #DCB8B8;
}

.links a {
	color: #713e2f;
}

.links a:hover {
	color: #713e2f;
}

.links a:visited {
	color: #713e2f;
}

table.normalTable {
	border: 1px solid grey;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
}
table.normalTable td {
	padding:5px;
	border: 1px solid grey;
}

/*----- FOOTER -----*/

#footer {
	float:left;
	width: 880px;
	height: 100px;
	background: url(images/pageFooter.gif) no-repeat;
}

#footerTextLeft {
	display:inline;
	float:left;
	width: 250px;
	text-align: left;
	margin: 60px 0 0 42px;
}

#footerTextRight {
	display:inline;
	float:right;
	width: 250px;
	text-align: right;
	margin: 60px 42px 0 0;
}

#footer a {
	color:#713e2f;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*----- LISTING STYLE ----- */

.listing li {
	margin:0 0 10px 30px;
}

/*----- IMAGES ----- */

.imgRight {
	float:right;
	padding: 5px;
	border: 1px solid #FFCC00;
	margin: 5px 0 10px 15px;
	}
	
.imgHorizontal {
	padding: 5px;
	border: 1px solid #FFCC00;
	}