html *{
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-image:url(../img/bgfade.jpg);
	background-repeat:repeat-x;
	background-color:#b7cfe7;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#FFF;
}

a:link,a:visited{color:#EEAB1A;text-decoration:none;}
a:active,a:hover{color:#FFF;text-decoration:none;}

#container{
	margin:0px auto;
	width:700px;
}

#header{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	height:130px;
}

	#header ul{
		margin:0px;
		padding:0px;
		list-style:none;
		position:relative;
		top:0px;
		left:400px;
	}
		
		#header ul li{
			float:left;
			margin:0px 5px;
			text-align:center;
		}
		
			#header ul li a{
				display:block;
				background-image:url(../img/tab.gif);
				background-repeat:no-repeat;
				padding-top:4px;
				width:124px;
				height:21px;
				text-align:center;
				text-decoration:none;
			}
			
			#header ul li a:link,
			#header ul li a:visited{color:#EEAB1A;}
			#header ul li a:active,
			#header ul li a:hover{color:#FFF;}

#body{
	background-color:#383B79;
	margin:0px;
	padding:0px;
}

#content-holder{
	background-color:#3D538E;
	margin:0px auto;
	width:630px;
}

#main-img{
	background:url(../img/main-img.jpg) no-repeat;
	background-color:#383B79;
	margin:0px auto 20px;
	width:630px;
	height:163px;
}

#didyouknow{
	position:relative;
	top:35px;
	left:255px;
	width:360px;
}

#subscribeForm{margin-bottom:10px;}

#email-input{
	background:url(../img/email-input.jpg) scroll no-repeat;
	margin:0px 3px 0px 0px;
	padding:4px 6px;
	width:124px;
	height:12px;
	font-size:11px;
	border:none;
	float:left;
}

#image-input{
	margin:0px;
	padding:0px;
	width:56px;
	height:20px;
	float:left;
}

#footer{
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

	#footer div{
		text-align:center;
	}

.clear{clear:both;}

.contentsub{float:left;padding:0px 20px;}

.txt-orange{color:#EEAB1A;}
.txt-lightblue{color:#B7CFE7;}
.txt-darkblue{color:#383B79;}

.H1{font-size:20px;font-weight:700;margin-bottom:5px;}
.H2{font-size:16px;font-weight:700;}
.H3{font-size:14px;font-weight:500;}