@charset "UTF-8";
/* CSS Document */

html {
    overflow-y:scroll;
}
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #2D2D2D;
	width: 100%;	/*display: table;*/
}


#container {
	margin: 0 auto;
	padding: 0;	
	width: 936px;
	height: auto;
	text-align: left;	
	background: #000 url(../assets/mainTextBg.jpg) repeat;
}

#masthead {
	padding: 0;
	margin: 0;
	width: 936px;
	height: 68px;
	background: url(../assets/masthead1.jpg) no-repeat;
}
#mainNav {
	background: url(../assets/masthead2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 936px;
}
#HeadingContent {
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 936px;	
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#about {
	width: 815px;
	margin: 0px auto;
}

#embellishment {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000 url(../assets/footer.jpg) no-repeat;
	margin: 0px;
	height: 42px;
	width: 936px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px;
	font: normal 18px/normal "Trebuchet MS", sans-serif;
	color: #99cccc;
}
#leftFoot  {
	float: left;
	
}
#rightFoot  {
	float: right;
	
}
#credit {
	text-align: center;
	width: 936px;
	margin: 0 auto;
	padding-top: 25px;
}
#credit a:link, #credit a:visited {
	color: #CCC;
	text-decoration: underline
}
#credit a:hover {
	color: #9CC;
	text-decoration: none;
}
/* TEXT STYLES */
p {
	color: #9DAFB5;
	font: 16px/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px 0px 20px;
	text-align: left;
}
h1 {
	color: #F8EDE4;
	font: 16px/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	letter-spacing: .05em;
}
h2 {
	color: #F8EDE4;
	font: 16px Garamond, "Times Roman", serif;
	letter-spacing: .05em;
}
.small {
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
}

/*navigation*/

#mainNav ul {
	list-style-type: none;
	padding: 0px;	/**/
	margin: 0px 20px 0px 0px;
}
#mainNav li {
	float: right;
	margin: 61px 0px 0px 22px;
	padding: 5px 20px 0px;
	display: inline;
	font: normal 18px/normal "Trebuchet MS", sans-serif;
	background: url(../assets/navBg.png) repeat;
	height: 28px;
	vertical-align: middle;
}
#mainNav a:link, #navigation a:visited {
	color: #99cccc;
	text-decoration: underline;
	padding: 0px;	
	
}
#mainNav a:hover {
	color: #FFF;
	text-decoration: none;	/*background: #587E91;*/
	
	
}

/*POSITIONING CLASSES*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 5px;
	margin-right: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearIt {
	clear: both;
	height: 1px;
}

.curve {/* this class is to remove space between images*/
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* Main Links */
a img {
border: none;
}
a:link,  a:visited {
	color: #99cccc;
	text-decoration: underline;
	padding: 0px;	
	
}
a:hover {
	color: #FFF;
	text-decoration: none;	/*background: #587E91;*/
	
	
}


/*IE hacks\*/
*html .rt {
	display: inline;
	
	
	
}
*html .curve {
	display: inline;
	
}

