/* 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;
}
	div#footer div#Logos {
		float: left;
		width: 100%;
		text-align: right;
		margin-top: 10px;
	}
	div#footer img {
		border: none;
		margin: 5px;
	}
	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 'Monotype Corsiva';
	margin: 0px;
	margin-left: 15px;
	margin-top: 115px;
}
h2 {
	/* Edit Color In Jewels */
	font: 24px 'Monotype Corsiva';
	margin: 0px;
	margin-left: 15px;
	margin-top: 35px;
}
h4 {
	/* Edit Color In Jewels */
	font: 24px 'Monotype Corsiva';
	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;
}
/* HOME */
div#left {
	float: left;
	margin: 0;
	margin-right: 5px;
}
div#right {
	float: left;
	margin: 0;
	width: auto;
}
/* TESTIMONIALS */
	div.testimonials h2 {
		/* Edit Color In Jewels */
		font: 22px 'Monotype Corsiva';
		margin: 0;
		margin-top: 15px;
		text-indent: 15px;
	}
	div.testimonials h3 {
		/* Edit Color In Jewels */
		font: 22px 'Monotype Corsiva';
		margin: 0;
		margin-top: 15px;
		text-align: left;
		text-indent: 15px;
	}
	div.testimonials p {
		/* Edit Color In Jewels */
		font: 12px 'Verdana';
		margin: 10px;
	}
	div.testimonials img {
		/* Edit Color In Jewels */
		margin: 15px;
		border: 2px double #b9b7ba;
	}
/* GALLERY */
div.gallery {
	text-align: center;
}
div.gallery a img {
	margin: 5px;
	border: 2px double #b9b7ba;
	cursor: hand;
	cursor: pointer;
}
span#popper {
	position:absolute;
	top: 120px;
	left:0;
	width: 880px;
	z-index:2;
	display:none;
	background-color: #FFFFFF;
	border: 2px dotted #b9b7ba;
	padding: 5px;
}
	span#popper a {
		cursor: hand;
		cursor: pointer;
		color: #494743;
		font: bold 12px 'Monotype Corsiva';
	}
	span#popper img {
		border: 2px double #b9b7ba;
	}
	span#popper a img {
		border: none;
	}
/* ABOUT */
div.about p {
	display: block;
	text-indent: 0;
	margin-left: 10px;
	margin-right: 10px;
}
/* CONTACT */
form input,form select {
	margin-left: 10px;
	font: 11px 'Verdana';
}
div.contact p {
	text-indent: 5px;
}
.info {
	font: 11px 'Verdana';
}