/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html {height: 100%;}

body {margin: 0px; padding: 0px; height: 100%;}

#wrapper {
/*margin-left: auto; 
margin-right: auto;  */
width: 900px; 
position: relative; 
min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em;
padding-bottom:}

* {margin: 0; }

#elliot_Menu { margin-left: 1px; position: relative; top: 0;  }
#snaptext {position: absolute; top: 50px; margin-left: 320px}

#elliot_menu a img {border:none}

#content {
border: 1px solid black;
position: absolute;
top: 155px;
margin-left: 290px;
width: 600px;
height: auto;  /* height: 620px; */
overflow: auto;
background-color: white; /* #FFFFCC; #efe1c7; */
color: black;
}
#cont { padding-bottom: 9em; }

ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	top: 110px; margin-left: 300px;
	height: 25px;
	width: 530px;
/*	right:0px; */
}
ul#menu li {
	display:inline;
	margin-left:10px;
}
ul#menu li a {
	text-decoration:none;
	/*color:#716d6a; */
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/* font-weight:nornmal; */
	text-transform:uppercase;
}
ul#menu li a:active, ul#menu li a:hover {
	color:red;
	background-color: white;
}

#leftside {
	position: absolute; top: 270px; 
}

ul#sidebar { 
	margin-left: 0px; 
	margin-top: 10px;
}

ul#sidebar li {
	/*display:inline; */
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 20px;
	list-style: none;
}

ul#sidebar li a {
	text-decoration:none;
	/*color:#716d6a; */
	/*color:white; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/* font-weight:nornmal; */
	}

#sidebar a img {border:none}

#push {height: 4em; }

#footer { 
	text-align: center; 
	
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4em;
	vertical-align: middle;
    margin-top: 850px;}


#footer a {
	text-decoration:none;
	/*color:#716d6a; */
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
#footer a:hover, #footer a:active {
	color:red;
	background-color: white;
}
