
body {
	margin-top: 20px;
	padding: 0;
	background: #6a6a6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BBBBBB;
}

/* Page */
#page {
	width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Header */
#header{
   height : 170px;
}


/* Menu */

#menubar {
	clear: both;
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu {
	float: left;
	width: 860px;
	height: 54px;
	background: url(images/img01.jpg) no-repeat left top;
	padding-left: 75px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 20px;
	text-decoration: none;
    font-weight: bold;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #48ACDE;
}

#menu .current a {
	color: #48ACDE;
}

/* Content */
#content-top{
    clear: both;
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#content {
	clear: both;
	width: 860px;
	margin: 0 auto;
	background: #000000;
}

#content-bottom{
    clear: both;
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left bottom;
}

#text{
    margin-top: -65px;
    margin-bottom: -50px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Footer */
#footer {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

/*Update Hyperlinks*/
#update a 
{
    font-family:Georgia,serif;
}

#update a:link 
{
    color:#BBBBBB;
}

#update a:visited 
{
    color: #BBBBBB;
}

#update a:hover 
{
    text-decoration: none; 
    color: #BBBBBB;
    font-weight:bold;
}

#update a:active 
{
    color: #BBBBBB;
    text-decoration: none
}



