body {
	text-align: center;
	background-color: #434343;
	background-image: url(../images/bg.jpg);
	background-position: bottom left;
	background-repeat: repeat;
	margin-top:20px;

}

h1	{ font-size: 1.3em; font-family: arial, sans-serif; color: #EEAE32;}
h2	{ font-size: 1.0em; font-family: arial, sans-serif; color: #ffffff;}

#clear{clear:both;}

/*Container
---------------------------------- */
#container {
	background-color: #434343;
	background-image: url(../images/bg.jpg);
	position: relative;
	width: 625px;
	text-align: center;
}

/* Logo
---------------------------------- */
#logo {
	position: relative;
	background-color: #434343;
	background-image: url(../images/bg.jpg);
	height: 144;
	text-align: center;
	width: 625px;
}

/* Header
---------------------------------- */
#header {
	position: relative;
	background-image: url(../images/header.jpg);
	width: 625px;
	height: 109px;
	text-align: center;
}

/* Menu Container
---------------------------------- */
#menucontainer {
	float:left;
	background-image: url(../images/menubg.jpg);
	width: 625px;
	height: 32px;

}

/* Menu
---------------------------------- */
#menu {
	color: #EEAE32;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	float:left;
	width: 625px;
	height: 32px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;

}

#menu a {
	color: #ffffff;
	text-decoration: underline;
	}
	
#menu a:hover {
	color: #EEAE32;
	text-decoration: none;
	}

/* Content Header
---------------------------------- */
#contentheader {
	background-image: url(../images/maintop.jpg);
	float:left;
	width: 625px;
	height: 4px;
	text-align: left;
	
}

#title img {
	border: 0px;
}

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

/* Content
---------------------------------- */
#content {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	float: left;
	width: 450px;
	z-index: 3;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 42px;
}

#content img {
	text-align: center;
}

#content a {
	color: #EEAE32;
	text-decoration: underline;
}

#content a:hover {
	color: #ffffff;
	text-decoration: none;
}

#content ul {
	list-style-image: url(../images/listimg.jpg);
	list-style-type: circle;
	list-style-position: inside;
}

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

}

/* Column Right
---------------------------------- */
#columnright {
	float: right;
	left: 401px;
	width: 100px;
	z-index: 4;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

#columnright img {
	border: 0px;
}

/*FOOTER*/

/* Footer
---------------------------------- */
#footer {
	background-color: #94B6CC;
	background-image: url(../images/footer.jpg);
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	height: 23px;
	text-align: center;
	width: 625px;
	}
	
	#footer a {
		color: #EEAE32;
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #ffffff;
		text-decoration: none;
}

	.pic, a.pic img {
	border: 0px;
	filter: alpha(opacity=30); /* IE */ 
	-moz-opacity: 0.5; /* Mozilla */ 
	} 
	
	a.pic:hover img { 
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	}