/* 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/ */


body {
margin: 0px; padding: 0px; }

#why {
margin-left: 40px;
}

#text {
	background-color: white;

}

#GetInfo { padding-left: 15px; }

.menuOptions {
	visibility: hidden; 
	position: absolute; 
	top: 10px; 
	left: 0;
	background-color: white;
	color: black;
	padding-left: 10px;
	height: 1220px;
	width: 510px;
}
#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: 543px;
height: 620px;  /* height: 620px; */
overflow: auto;
background-color: white; /* #FFFFCC; #efe1c7; */
color: red;
}

ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	top: 110px; margin-left: 320px;
	height: 25px;
	width: 500px;
/*	right:0px; */
}
ul#menu li {
	display:inline;
	margin-left:20px;
}
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: 50px;
}

ul#sidebar li {
	/*display:inline; */
	margin-left:30px;
	margin-right:10px;
	margin-bottom: 20px;
	list-style: none;
}

ul#sidebar li a {
	text-decoration:none;
	/*color:#716d6a; */
	color:Black; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	/* font-weight:nornmal; */
	}

#sidebar a img {border:none}


#footer { 
	text-align: center; 
	 position: absolute;	
	left: 0;
	/*bottom: 0; */
	width: 100%;
	height: auto;
	vertical-align: middle; 
    margin-top: 480px;}


#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;
}
