body {
	font-family: "Trebuchet MS";
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}

a {
	color: #000080;
	font-weight: bold;
	font-weight: bold;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-family: "Times New Roman";
	font-style: italic;

}


#PageContainer {
	margin: 0 auto 0;
	width: 900px;
	border: solid 4px #ff0000;
	background: #ffffff;
	
}

#HeaderTop {
	background: url(Images/headertop.gif) no-repeat;
	height: 39px;
	width: 900px;
}
	
#Nav {
	color: white;
	clear: both;
	background: url(Images/navigation.gif) no-repeat;
	width: 900px;
	height:33px;
	padding: 10px 0 0 39px;
}

#Nav a {
	color: #b6433e;
	font-size: 15px;
}

#Nav a:hover {
	color: #ffffff;
	background-color: #b6433e;
}

#ContentContainer {
	position: relative;
	height: 100%;
	width: 900px;
	padding: 0px;
	
}

#LeftColumn {
	position: relative;
	float: left;
	width: 504px;
	height: 100%;
	padding: 5px 15px 10px 35px;
}

#LColumn {
	position: relative;
	float: left;
	width: 294px;
	height: 100%;
	padding: 5px 15px 10px 120px;
}

#CColumn {
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
}

#RColumn {
	position: relative;
	float: left;
	width: 260px;
	height: 100%;
}

#LColumns {
	position: relative;
	float: left;
	width: 400px;
	height: 100%;
	padding: 5px 15px 10px 120px;
}

#RColumns {
	position: relative;
	float: left;
	width: 400px;
	height: 100%;
	padding: 5px 15px 10px 35px;
}

#MainColumn {
	position: relative;
	float: left;
	width: 900px;
	height: 100%;
}

#RightColumn {
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
	padding: 5px 15px 10px 25px;
	/* border: solid 3px #539DC2;
	background-color: #d2d1e1; */
}

#Footer {
	color: #000000;
	clear: both;
	height: 280px;
}

#Footer a {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

#Footer a:hover {
	text-decoration: underline;
}

#Footer p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}

.description {
	margin: 1px 0 5px 0;
	font-size: 11px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */