body {
padding: 0; margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	background-image: url(images/bg-main.jpg);
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(images/bg.png);
	background-position: center center;

}
#wrapper {
	margin: 0 auto;
	width: 900px;

}
#faux {
 overflow: auto; /* IE fix */
 width: 100%
}
#header {
	color: #333;
	width: 900px;
	background: url(images/header-bg.jpg) no-repeat left top;
	padding-top: 120px;
}
#flash {
/*
	background-image: url(images/flash-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
		
*/
}
#left {
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	width: 150px;
	float: left;
	text-align: center;
}
#mid {
	float: left;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	width: 480px;
	display: inline;
	position: relative;
	font-style: italic;
	padding-bottom: 10px;
}

#mid a:link, #mid a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#mid a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#right {
	color: #333;
	width: 228px;
	float: right;
	margin-top: 0px;
	padding-right:10px;
	padding-left:10px;
	margin-bottom: 0px;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	color: #FFFFFF;
	background: url(images/shadow-bottom.png) no-repeat center top;
	height: 30px;
	text-align: center;
	vertical-align: baseline;
	padding-top: 170px;
}
.clear {
	clear: both;
}

#left a,#left a:visited {
	text-decoration:none;
	display:block;
	width:149px;
	color:#FFF;
	padding-top:6px;
	padding-bottom:6px;
	font-style:italic;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323433;
}

#left a:hover {
	font-size:12px;
	color: #D9E1EC;
	background-color: #212820;
}

.link-size {
font-size:10px;
}

ul.none {
	list-style-type:none;
	margin:0;
	padding:0;
}
.header {font-size: 16px}

.image-right {
	border: 1px solid #fff;
	margin-left: 10px;
}

#web-by{
	cursor:text;
}

#web-by a:link, #web-by a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#web-by a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	cursor:hand;
}
