*html {margin 0; padding: 0;} 
body { 
	text-align: center; /* for IE */ 
	width: auto;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 12px normal black;
	margin: 0px;
	padding: 0px;
} 

a { color: #4A7023; }
a: visited { color: #9f4100; }

#container { 
	background: url(assets/profile-photo.jpg) #ffffff no-repeat;
	background-position: top right; 
	text-align: left; /* reset text alignment */ 
	width: 920px; /* or a percentage, or whatever */ 
	min-height: 504px; /* DO NOT EDIT */
	margin: 80px auto; /* for the rest */ 
} 

#banner {
	position: relative;
	width: 920px;
	margin: 0px 0px;
	padding: 0px;
}

#nav {
	margin-top: 20px;
	background-color: none !important;
}


#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

/* Derived from http://www.devinrolsen.com/pure-css-horizontal-menu/ */

#alpha {
	width: 430px;
	padding-top: 60px;
	padding-left: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	display: inline; /* DO NOT EDIT */
	position: inherit !important; /* DO NOT EDIT */
	float: left; /* DO NOT EDIT */
	min-height: 1px; /* DO NOT EDIT */
}

#alpha h2 { color: #9f4100; font-family: verdana, helvetica, arial, sans-serif; font-size: 18px; }

#centernav {
  width: 552px; /* if you want your nav centered, set this to the width of your container, if you don't want it centered, change this number to 100% */
  margin-left: 30px ;
  margin-right: 0px ;
  border: 0px; 
  background-color: none !important; 
}

#dropnav 
{height:25px; background-color: none !important; border: 0px; } /* Changes the height and bg color of the main menu */

#dropnav ul
{margin:0px; padding:0px; border: 0px; }

#dropnav ul li
{display:inline; float:left; list-style:none; margin-left:0px; position:relative; height:25px; width: 138px; border: 0px; padding: 0px; } /* only edit the last 2 items - sets the width of the main menu */

#dropnav li a
{color:#FFF; text-decoration:none; border: 0px; font-family: verdana, helvetica, arial, sans-serif;} /* Changes the link color of items on the main menu */

#dropnav li a:hover
{ color:#9f4100; text-decoration:none; border: 0px; }/* Changes the hover color of items on the main menu */

#dropnav li ul
{margin: 0px; padding:0px; display:none; position:absolute; left:0px; z-index: 99; border: 0px; top:25px; background-color:#ffffff; } /* Only edit the last 2 items - set the top margin and background color of the submenus */

#dropnav li:hover ul
{display:block; width:150px; border: 0px; } /* sets the width of the submenus */

#dropnav li li
{list-style:none; display:list-item; border: 0px; margin-left: 15px; font-family: verdana, helvetica, arial, sans-serif;} /* DO NOT EDIT */

#dropnav li li a
{color:#000; font-size: 12px; text-decoration:none; border: 0px; font-family: verdana, helvetica, arial, sans-serif;} /* Changes the link color of items in the submenu */

#dropnav li li a:hover
{color:#900; text-decoration:none; border: 0px; } /* Changes the hover color of items in the submenu */

#dropnav img { border: 0px; padding: 0px;}

li#main  {padding-top: 2px; border: 0px; } /* Sets the padding of items in the main menu */