* {
    margin: 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
	z-index:1;
}

#menu {
	font-size:8px;
	color:#fff;
	height:10px;
	border-bottom:1px solid #999;
	background:#000;
	padding-left:5px;
}

#menu a {
	color:#eee;
	text-decoration:none;
}

a {
	color:#cc6666;
}


 a:hover {
	color:#993333;
}

body {
	background:black;
	color:#fff;
/*	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
		font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size:90%;
	margin: 0;
	padding-top:0px;
	background-image: url(../img/design/header.gif);
	background-position: top center;
	  background-repeat: repeat-x;
	background-size:1600px;

}
#footer2 {
	height:40px;
	margin-bottom:0px;
	width:80%;
/*	background-image: url(../img/footer.gif); */

/*	background-position: bottom right; */
	position:fixed;
   bottom:0;
	z-index:-2;

}
#header {
	height:50px;
	margin-top:0px;
	width:100%;
	
}

#title {
	height:50px;
	text-align:center;
}

#downloads a {
	 color:#cc6666; 
}

#content {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em auto;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	margin-left:20px;
	padding: 0;
	color:#eee;
/*	width: 80%;*/
}
fieldset {
	border: 1px solid #333;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
/*	border:1px solid #fff;*/
	color: #fff;
	font-size: 80%;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {

	font-size: 120%;
	font-weight:lighter;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	/*margin-left: 140px;*/
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/*width: 100%;*/
}
input[type=text], textarea { width:100%; }
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	width:60%;
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	float:right;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

p {
	padding:10px;
}
td { padding:10px; }
#main {
float:left;
width:660px;
padding:10px;
}
#sidebar {
float:right;
width:200px;
padding:10px;
}