
html,body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small; /* IE5 Win */
	background-color: #fefefe;
	color: #333;
}

html>body { /* be nice to Opera */
	font-size: small;
}

#container
{
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding:0;
	width: 760px;
	background: #fefefe;
	text-align:left;
}

a
{
	color: #B56342;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: none;
}

/*-----LAYOUT------*/

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body
{
	margin-top: 15px;

}

#header
{
	height: 100px;
	background: url('../images/imgLogo.png') no-repeat;
	padding: 0;
	margin: 0 auto;
	/*border: 1px solid #4F6984;*/
}

#top
{
	margin: 0 0 0 560px;
	padding: 0px 5px 0px 5px;
	width: 100px;
	height: 100px;
	/*border-left: 1px solid #eee;
	border-right: 1px solid #eee;*/
}



#top ul{
padding: 10px 10px 5px 0;
margin: 0;
list-style: none;
}

#top ul li{
margin: 0 0 7px 0;
padding: 0 0 0 22px;
list-style: none;

}

#top a
{
position: absolute;
height: 80px;
width: 180px;
top: 10px;
}

#top a i 
{ 
visibility: hidden; 
}