/*
 * Top level layout
 */
#page
{
	width: 780px;
	margin: 0 auto;			
}
 
#banner
{
	height: 110px;
	background: white url(img/banner.gif) top left no-repeat;
}

#nav
{
	background: white url(img/enthios_txt.gif) center left no-repeat;
	padding-left: 80px;
}

#nav .tabs
{
	width: 500px;
	float: right;
}

#main
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #222;
	font-size: 90%;
	line-height: 120%;	
	margin: 0 0 0 320px;
	padding: 0.5em;
}

#footer
{
	margin-top: 0.5em;
	font-size: smaller;
	text-align: right;
	color: #00aeed;
}

#main h3
{
	color: white; 
	margin: 0; 
	padding: 0.2em 0.5em 0.2em 0.5em; 
	text-align: right;
}

#main h4
{
	color: white; 
	margin: 0; 
	padding: 0.2em 0.5em 0.2em 0.5em; 
	text-align: left;
}

#main p
{
	margin-left: 0.5em;
}



#main ul li
{
	margin-bottom: 0.25em;
}

.first-letter
{
	font-size: larger;
}

html
{
	height: 101%;
}

a
{
	text-decoration: none;
	color: #015e80;
}

a:hover
{
	text-decoration: underline;
}