* {
 margin: 0;
 padding: 0;
}

body {
 width:1000px;
 padding: 250px 30px 10px 30px;
 background: #000 url(images/pattern1.png) no-repeat;
 font: 13px/normal Tahoma, Arial, Helvetica, sans-serif;
}

p { margin-bottom: 1em; }

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1,h2,h3 {
 margin-bottom: .5em;
 font-family: Arial, Helvetica, sans-serif;
 line-height: normal;
}

h1 {
 border-bottom: solid 1px #d9d9d9;
 font-weight: normal;
 font-size: 180%;
 text-indent: 5px;
 letter-spacing: -1px;
}

.dropdown-upward {
 margin-top: 400px !important;
}
#footer {
	clear: both;
	margin: 0px 50px 0px 50px;
	padding: 5px 0em 0px 0em;
	width: 850px;
	text-align: center;
	color: #CCCCCC;
	font-size: 0.9em;
	height: 40px;
	background: #211d1e url(images/pom_bas.jpg) no-repeat right;
	border: none;
	background-color: #000000;
	border-top-color: #000000;
	border-top-style: solid;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#foot {
	clear: both;
	margin: 0 auto;
	padding: 250px 0em 5px 0em;
	width: 950px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
#foot ul li { float: none; display: inline; list-style-type: none; padding-right: 18px; margin-right: 14px; }
#foot ul li a {
color: #ffffff;
text-decoration: none;
}

#foot ul li a:hover {
color:#cccccc;
text-decoration: underline;
}

.search {
	background:#333333;
	border: 1px solid #666666;
}

.inputbox {
	background:#333333;
	color: #ffffff;
	border: 1px solid #666666;
}