/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #bbcbe3;
	background: #141414;
}

/*background: #141414;
/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #333;
	min-height: 400px;
}

#header {
	min-height: 100px;
	background: #242424  url(../images/headerBG.jpg) repeat-x; 
	font-size: 12px;
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #252525;
	border-right: 1px solid #434343;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #434343;
}

#header li a {
	color: #bbcbe3;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #fd9a01;
}

li a#marker   {
	color: #fd9a01;
}

#strap {
	height: 140px;
	background: url(../images/Belle_Banner1.jpg) no-repeat;
	border-bottom: 1px solid #000;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
}

#innercontent {
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 150px;
	padding: 1px 10px 10px 10px;
}

#bigcontent {
	/* float: left; */
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	padding: 1px 10px 10px 10px;
}

#leftcol {
	float: left;
	width: 150px;
	min-height: 200px;
	background-color: #333;
	border-top: 1px solid #5f5f5f;
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5% 10%;
	color: #bbcbe3;
}

#leftcol li a#here {
	background-color: #141414;
	width: 122px;
	color: #fd9a01;
}


/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #fd9a01;
}

h1 {
	color: #bbcbe3;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.style9Hidden {
	font-size: 11px;
	color: #333}

.style9Hidden A:Link{
	font-size: 11px;
	color: #141414}
	
.style9Hidden A:Visited{
	font-size: 11px;
	color: #141414}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #fd9a01;
}

a:hover {
	color: #fed08b;
}

