body {
	text-align: center;
	background-color: #769AF3;
	background-image: url(../images/bg.jpg);
	background-position: top-left;
	background-repeat: repeat;
	margin:0px;
}

h1	{ font-size: 1.3em; font-family: arial, sans-serif; color: #000000;}
h2	{ font-size: 1.1em; font-family: arial, sans-serif; color: #000000;}

#clear{clear:both;}

/*Container
---------------------------------- */
#container {
	margin-top: 50px;
	position: relative;
	width: 607px;
	text-align: center;
}

/* Header
---------------------------------- */
#header {
	float: left;
	background-image: url(../images/header.gif);
	width: 695px;
	height: 97px;
	text-align: center;
}

/* Menu Container
---------------------------------- */
#menucontainer {
	float:left;
	width: 695px;
	height: 28px;
	text-align: right;
	
}

/* Menu
---------------------------------- */
#menu {
	position: relative;
}

#menu img {
	border: 0px;
}

/* Title
---------------------------------- */
#title {
	float: left;
	background-image: url(../images/mainbg.jpg);
	width: 695px;
	height: 50px;
	text-align: left;
}

/* Column Container
---------------------------------- */
#columncontainer {
	float: left;
	background-image: url(../images/mainbg.jpg);
	width: 695px;
	text-align: left;
}

/* Content
---------------------------------- */
#content {
	font-family: arial, sans-serif; 
	color: #3C2B19;
	text-align: left;
	float: left;
	width: 210px;
	z-index: 3;
	padding-left: 7px;
	padding-top: 15px;
}

#content a {
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	color: #3C2B19;
	text-decoration: none;
}

/* Column Right
---------------------------------- */
#columnright {
	position: relative;
	color: #3C2B19;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	float: right;
	right: 25px;
	z-index: 4;
	text-align: left;
	padding-bottom: 10px;
	width: 450px;

}

#columnright img {
	text-align: center;
}

#columnright a {
	color: #993626;
	text-decoration: underline;
}

#columnright a:hover {
	color: #3C2B19;
	text-decoration: none;
}

#columnright ul {
	list-style-image: url(../images/listimg.jpg);
	list-style-type: none;
	list-style-position: inside;
}

#columnright td {
	color: #3C2B19;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}


/*FOOTER*/

/* Footer
---------------------------------- */
#footer {
	float: left;
	background-image: url(../images/footer.jpg);
	width: 695px;
	height: 36px;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #3C2B19;
	text-align: center;	
	}

	#footer a {
	color: #993626;
	text-decoration: underline;
}

	#footer a:hover {
	color: #3C2B19;
	text-decoration: none;
}
