@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 800px;
	margin: 0 auto 20px auto;
}

/* MENU */

ul#menu {
	list-style-type: none;
	width: 800px;
	margin: 0;
	height: 30px;
	background: #000 url('/images/menu_bg.gif') repeat-x;
	clear: both;
}

ul#menu li {float: left;}

ul#menu li a{
	margin: 0 4px;
	padding: 3px 4px;
	text-decoration: none;
	color: #0066CB;
}

ul#menu li a:hover {
	color: #fff;
}

img {border: 0;}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

div.copyright {
	font-size: 0.8em;
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
}

.addthis_button {margin: 15px;}


ul {margin: 15px;}
li {margin: 3px;}

.ad_001 {
	width: 250px;
	height: 250px;
	margin: 0 0 15px 15px;
	float: right;
}


#content {
	background-color: #ededed;
	padding: 30px;
	clear: both;
	overflow: auto;
}

#footer {
	width: 800px;
	height: 25px;
	background: url('/images/footer.gif');
	clear: both;
}

#footer-bottom {
	width: 800px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


#header {
	width: 800px;
	height: 90px;
	background: url('/images/header.gif');
	clear: both;
}

#copyright {
	color: #f9f9f9;
	font-size: 10px;
	line-height:24px;
	text-align: center;
}

#list {
	padding-left: 25px;
	font-size: 14px;
}

/*MENU*/
ul#navigation {
	color: #111;
	clear: both;
	background: #000 url('/images/menu_bg.jpg') center bottom repeat-x;
	height: 30px;
	margin: 0;
	border-top: solid 1px #d60000;
	padding: 0;
}
ul#navigation li {float: left; list-style-type: none; margin: 0;}
ul#navigation li a {
  padding: 7px 15px;
  background: #000 url('/images/menu.gif') center bottom repeat-x;
  color: #fff;
  text-decoration: none;
  float: left;
  font-size: 0.95em;
}
ul#navigation li a:hover {
	color: #fff;
	background: url('/images/menu.gif') top center repeat-x;
}

.img-right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;	
}

.valid {
	padding: 10px;
	float: right;
	border: none;
}
