body {
	background: #000000;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

* html body {
	line-height: 13px;
}

a:link { 
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #333366;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:link { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #666699;
	font-weight: bold;
	text-decoration: underline;
}

#nav a:link { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	
#nav a:visited { 
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;	
}
	
#nav a:hover, #nav a:active { 
	color: #666699;
	font-weight: bold;
	text-decoration: underline;
}


/* ------------------------------------------------------------------  DIV ID's ------- */

#container {
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	width: 900px;
}

#content1 {
	background: url(images/mainbg.jpg) no-repeat 2px;
	clear: both;
	display: block;
	height: 650px;
	padding-left: 100px;
	padding-top: 5px;
	width: 800px;
}

#footer {
	background: url(images/footerline.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	height: 99px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	width: 900px;
}

#header {
	background: url(images/headbanner.jpg) no-repeat;
	display: block;
	height: 197px;
	width: 900px;
}

#pagebottom {
	clear: both;
	width: 900px;
}

#nav {
	padding-left: 175px;
	padding-top: 140px;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 70px;
	padding: 0;
}

* html #nav ul {
	margin-right: 40px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 30px;
	padding: 0;
}


#text1 {
	width: 800px;
}

/* ------------------------------------------------------------------  CLASSE'S ------- */

.flt-lft {
	float: left;
	margin-right: 10px;
}

.flt-rgt {
	float: right;
}

.heading {
	color: #413727;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}

* html .heading {
	margin-bottom: -16px;
}

.heading2 {
	color: #413727;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}

