* { padding: 0; margin: 0; }



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

#container {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}
#faux {
 overflow: auto; /* IE fix */
 width: 100%
}
#header {
	color: #333;
	width: 800px;
	background: url(images/header-bg.jpg) no-repeat left top;
	padding-top: 75px;
}
#flash {
	background-image: url(images/bg-top.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#left {
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	text-align: center;
}
#right {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	width: 565px;
	display: inline;
	position: relative;
	font-style: italic;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#right a:link, #right a:visited {
	color: #CCCCCC;
}

#right a:hover {
	color: #FFFFFF;
}

#footer {
	margin: 0 auto;
	width: 900px;
	color: #333;
	background: url(images/shadow-bottom.png);
	padding: 170px 0px 0px;
	height: 30px;
	text-align: center;
}
.clear {
	clear: both;
}

#left a,#left a:visited {
	text-decoration:none;
	display:block;
	width:135px;
	color:#FFF;
	padding-top:6px;
	padding-bottom:6px;
	font-style:italic;
	background-image:url(images/left-links-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:12px;
}

#left a:hover {
	background-image:url(images/left-links-bg-hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	font-size:12px;
	color: #D9E1EC;
}

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

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

/* This is just a we hack because the links dont center align outside of IE, the links are in their own div in left div */
#link {
	margin-left: 35px;
	margin-right:35px;
}

.image{
	border: 1px solid #fff;
}

.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;
}
