* {
    margin: 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
margin-top:0px; padding-top:0px;
   position:relative;
	z-index:1;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;

}

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

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

#nav {
	margin:28px 40px 0 20px;
	float:left;
}
#nav a {
	color:#fff;
	text-decoration:none;
	font-weight:regular;
	font-size:12px;
}

#nav_table td {
	padding:0px 7px;	
	text-align:center;
	height:14px;
}



a {
/*	color:#cc6666;*/
	color:#fff;
}


 a:hover {
/*	color:#993333;
*/	color:#fff;
}

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(http://www.glencographics.com/background_stone_02.jpg); 
	background-position: top center;
	background-attachment:fixed;
	 background-repeat: repeat-y 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:20px;*/
	margin-top:-3px;
	margin-bottom:40px;
	position:fixed;
	background-color:#000;
	width:100%;
	height:100px;

	
}

#title {
/*	height:50px;
	text-align:center;
*/	float:left;
	
}
#title img {
	width:400px;
}

/*#downloads a {
	 color:#cc6666; 
}*/

#content {

	font-family:gil sans;
	font-size:12px;
	width:980px;
	padding-left:0px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -4em 18px;
}

/* 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;
padding-left:0px;
margin:0px;
width:720px;
font-family:arial,sans-serif;
font-size:13px;

/*color:#c0c0c0;
*/
/*background:#000;
*/padding:10px 10px 300px 10px; 
}
#sidebar {
float:right;
width:200px;
padding:0px;
font-family:gill sans, arial, sans-serif;font-size:17px;
}

.footer_img {
	margin-top:-30px;
	overflow:hidden;
	height:30px;
}

ul#social {
height: 30px;
list-style-position: outside;
list-style-type: none;
margin: 0px;
overflow: hidden;
padding: 0px;
width: 300px;
}

ul#social li {
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

ul#social li:hover img{
	margin-top:-30px;
}


