body {
	text-align: center;
	background-color: #224964;
	background-image: url(../Images/bg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	margin:0px;
}

h1	{ font-size: 1.2em; font-family: arial, sans-serif; color: #0A91DE;}
h2	{ font-size: 1.2em; font-family: arial, sans-serif; color: #0A91DE; text-align: center;}

#clear{clear:both;}

/*Container
---------------------------------- */
#container {
	margin-top: 50px;
	position: relative;
	width: 682px;
	text-align: center;
}

/* Header
---------------------------------- */
#header {
	float: left;
	background-image: url(../Images/header.jpg);
	width: 682px;
	height: 91px;
	text-align: center;
}

/* Menu Container
---------------------------------- */
#menucontainer {
	float:left;
	width: 682px;
	height: 35px;
	text-align: right;
	
}

/* Menu
---------------------------------- */
#menu {
	position: relative;
}

#menu img {
	border: 0px;
}

/* Title
---------------------------------- */
#title {
	float: left;
	background-image: url(../Images/mainbg.jpg);
	width: 682px;
	height: 50px;
	text-align: left;
}

/* Column Container
---------------------------------- */
#columncontainer {
	float: left;
	background-image: url(../Images/mainbg.jpg);
	width: 682px;
	text-align: left;
}

/* Content
---------------------------------- */
#content {
	font-family: arial, sans-serif; 
	color: #3C2B19;
	text-align: left;
	float: right;
	width: 215px;
	z-index: 3;
	padding-left: 7px;
	padding-top: 15px;
}

/* Column Right
---------------------------------- */
#columnright {
	position: relative;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 1em;
	float: left;
	left: 25px;
	z-index: 4;
	text-align: left;
	padding-bottom: 10px;
	width: 450px;

}

#columnright img {
	text-align: center;
}

#columnright a {
	color: #0A91DE;
	text-decoration: underline;
}

#columnright a:hover {
	color: #0A91DE;
	text-decoration: none;
}

#columnright ul {
	color: #ffffff;
	list-style-image: url(../Images/listimg.jpg);
	list-style-type: disc;
	list-style-position:  outside;
}

#columnright td {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}


/*FOOTER*/

/* Footer
---------------------------------- */
#footer {
	float: left;
	background-image: url(../Images/footer.jpg);
	width: 682px;
	height: 187px;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	text-align: center;	
	}

	#footer a {
	color: #0A91DE;
	text-decoration: underline;
}

	#footer a:hover {
	color: #0A91DE;
	text-decoration: none;
}

