body {
	margin: 0px 0px 0px 0px;
	background: url(../images/background.jpg) top left repeat-x;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #000000;
}

/*-----------------------*/
/*----content styles-----*/
/*-----------------------*/
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 657px;
	background: url(../images/bkg2.jpg) top left repeat-y;
}

/*-----------------------*/
/*----header styles------*/
/*-----------------------*/
#header {
	
}

/*-----------------------*/
/*------nav styles-------*/
/*-----------------------*/
#topNav {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 657px;
	height: 27px;
	background: url(../images/nav_bkg.jpg) top left repeat-x;
	font-weight: normal;
	font-size: 11px;
	color: #402010;
	position: absolute;
}

#topNav a{
	color: #402010;
	text-decoration: none;
	font-style: normal;
}

#topNav a:link{
	color: #402010;
	text-decoration: none;
	font-style: normal;
	text-decoration: none;
}

#topNav a:visited{
	color: #000000;
	text-decoration: none;
}

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

#topNav a:active{
	color: #402010;
	text-decoration: none;
}

/*-----------------------*/
/*----content styles-----*/
/*-----------------------*/
#content {
	padding: 60px 20px 0px 20px;
	font-size: 11px;
}

h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #402010;
	font-weight: bolder;
}

h2{
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
}

#content a{
	color: #402010;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#content a:link{
	color: #402010;
	text-decoration: none;
	font-style: normal;
	text-decoration: none;
}

#content a:visited{
	color: #402010;
	text-decoration: none;
}

#content a:hover{
	color: #402010;
	text-decoration: underline;
}

#content a:active{
	color: #402010;
	text-decoration: underline;
}

/*-----------------------*/
/*------link styles------*/
/*-----------------------*/
a{
	color: #402010;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:link{
	color: #402010;
	text-decoration: none;
	font-style: normal;
	text-decoration: none;
}

a:visited{
	color: #402010;
	text-decoration: none;
}

a:hover{
	color: #402010;
	text-decoration: underline;
}

a:active{
	color: #402010;
	text-decoration: underline;
}

/*-----------------------*/
/*-----footer styles-----*/
/*-----------------------*/
#footer {
	padding: 0px 20px 0px 20px;
	font-size: 11px;
}

#disclaimer p{
	text-align: left;
	color: #000000;
	font-size: 9px;
	line-height: 9px;
}