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

* {margin: 0; padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #E1E1E2;
}

h1, h2, h3, h4 {margin: 0 0 15px 0;}

h1 {
	font-size: 20px;
	color: #000099;
	font-family: Arial;
}

h2 {
	font-size: 16px;
	color: #000099;
	font-family: Arial;
}

h3 {
	font-size: 14px;
	color: #cc0000;
	font-family: Arial;
}

p {
	font-size: 13px;
	color: #333;
	margin: 0 0 15px 0;
}

#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 {
	padding: 30px;
	clear: both;
	overflow: auto;
	background: #fff;
}

#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;
}
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.8em;
}
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;
}

#content ul {margin: 15px 30px;}
#content ul li {margin: 10px 0;}
