body {
	margin: 0px;
	padding: 0px;
	background-color: #FFEA00;
}
#main {
	position: relative;
	width: 924px;
	background: url(images/main_bg.jpg) no-repeat;
	/*height: 700px;*/
}
#nav {
	margin: 0px;
	padding: 10px 0px;
	height: 370px;
	width: 176px;
	float: left;
	margin-top:60px;
	
}
.navBtn {
	padding-bottom: 5px;
}

#content {
	width: 710px;
	/*left: 200px;
	top: 345px;*/
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #3334AA;
	float:left;
	margin-top:320px;
	margin-left: 20px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}


#footer {
	height: 60px;
	width: 882px;
	margin-left: 20px;
	background: url(images/img_footer.gif) no-repeat;
	padding: 2px 0px 15px 25px;
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
#copy {
	height: 60px;
	width: 882px;
	margin-left: 20px;
	padding: 2px 0px 15px 25px;
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
/* Footer: Links List */
#footer ul {
 margin: 0.5em 0; /* Half a character of spacing above and below, none to either side. */
 padding: 3px, 0, 6px,0; /* No spacing between inside of margin and outer edge of text. */
 list-style-type: none; /* Hide the bullets. */
}
#footer li {
 display: inline; /* Make the list horizontal. */
 padding: 0 0 0 50px; /* Half a character of spacing to the right, with slightly more than the width of the image to the left. */
 background: url(seperator.png) center left no-repeat; /* Place the image to the left of every item. */
}
#footer li.first {
 padding-left: 0; /* The first item should not be spaced away from the left edge. */
 background: none; /* The first item should not have a background. */
}

/*==== Footer Link class */
a.footerLink:link{
	color:#FFFFFF;
	text-decoration:none;
	}
a.footerLink:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a.footerLink:hover{
	color:#FFFF00;
	text-decoration:underline;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 710px;
	position: relative;
	left: 192px;
	top: 44px;
}
.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	display:inline-block;
}
.clearFix {
	display:block;
}
* html .clearFix {
	height:1%;
}
.imgFloat {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.digiLink {
	color: #3334AA;
}

