/* Layout Required */
html {
	width: 100%;
}
body {
	margin: 0;
	width: 100%;
}
div#container {
	position:relative; /* needed for footer positioning*/
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: center;
}

div#header {
	position: relative;
	height: 108px;
	width: 100%;
}
	ul#navigation {
		float: right;
		list-style: none;
		background-color: #000000;
		margin: 0;
		margin-top: 85px;
	}
	ul#navigation li {
		float: left;
	}
	ul#navigation li a {
		float: left;
		display: block;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 5px;
		padding-left: 5px;
		color: #ffe9fe;
		font: 14px 'Arial';
		/* Edit Color In Jewels */
		color: #ffe9fe;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		
		margin-right: 10px;
	}
	ul#navigation li a:hover, ul#navigation li a.active {
		/* Edit Color In Jewels */
		color: #c2b3ff;
		text-decoration: none;
	}
div#footer {
	position:relative;
	clear: both;
	width:100%;
	left: 0;
	bottom: 0; /* stick to bottom */
	height: 117px;
	text-align: right;
}
	ul#subNav {
		float: right;
		list-style: none;
		margin: 0;
	}
	ul#subNav li {
		float: left;
		margin-top: 15px;
	}
	ul#subNav li a {
		float: left;
		display: block;
		/* Edit Color In Jewels */
		font: 10px 'Verdana';
		text-align: center;
		text-decoration: none;
		padding-right: 10px;
		padding-left: 10px;
		/* Edit Border & Color In Jewels */
	}
	ul#subNav li a:hover, ul#subNav li a.active {
		/* Edit Color In Jewels */
		text-decoration: none;
	}
	div#copy {
		float: left;
		width: 100%;
		text-align: center;
	}
	div#copy p,div#copy a {
		/* Edit Color In Jewels */
		font: 10px 'Verdana';
		text-decoration: none;
	}
/* End Layout Required */
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 890px;
}
	div#main {
		float: left;
		width: 890px;
		margin-top: 10px;
		/* Edit Color/bg/Borders In Jewels */
		text-align: left;
	}
h1 {
	/* Edit Color In Jewels */
	font: 24px arial;
	margin: 0px;
	margin-left: 15px;
	margin-top: 115px;
}
h2 {
	/* Edit Color In Jewels */
	font: 24px arial;
	margin: 0px;
	margin-left: 15px;
	margin-top: 35px;
}
h4 {
	/* Edit Color In Jewels */
	font: 24px arial;
	margin: 0px;
	margin-left: 15px;
}
p {
	/* Edit Color In Jewels */
	font: 12px 'Verdana';
	margin: 10px;
	text-indent: 15px;
	text-decoration: none;
}
a {
	/* Edit Color In Jewels */
	font: 12px 'Verdana';
	text-decoration: none;
}
/* body#BlackJewel */
body#BlackJewel {
	background: #000000 url("images/assets/black/bg_body.jpg") 0 0 repeat-x;
}
body#BlackJewel div#header {
	background: url("images/assets/black/header_bg.jpg") top left no-repeat;
}
body#BlackJewel ul#navigation li a {
	color: #bdbdbd;
}
body#BlackJewel ul#navigation li a:hover,body#BlackJewel ul#navigation li a.active {
	color: #FFFFFF;
}
body#BlackJewel ul#subNav li a {
	color: #bdbdbd;
	border-right: 1px solid #FFFFFF;
}
body#BlackJewel ul#subNav li a:hover, body#BlackJewel ul#subNav li a.active {
	color: #FFFFFF;
}
body#BlackJewel div#copy p,body#BlackJewel div#copy a {
	/* Edit Color In Jewels */
	color: #bdbdbd;
}
body#BlackJewel div#main {
	border: 2px solid #b9b7ba;
	background: #ffffff url("images/assets/black/main_bg.jpg") top left no-repeat;
}
body#BlackJewel h1 {
	color: #000000;
}
body#BlackJewel h2 {
	color: #bdbdbd;
}
body#BlackJewel h4 {
	color: #bdbdbd;
}
body#BlackJewel p,body#BlackJewel a {
	color: #000000;
}