body {
	background: #FFF url(images/bg_new.jpg) no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
}
#heading {
	position:absolute;
	width:610px;
	height:100px;
	z-index:2;
	top: 10px;
	left: 20px;
}	
#strap {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 100px;
 line-height: 2em;
}
#nav {
	position: absolute;
	top: 170px;
	left: 160px;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 1em Arial, sans-serif;
	height: 25px;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #000066;
	border-bottom: none;
	background: transparent url(images/trans1.gif) repeat;
	text-decoration: none;	
}
#nav li a:link {
	color: #000066;
	background: transparent url(images/trans3.gif) repeat;
	border-bottom: 1px solid #999;
}
#nav li a:visited {
	color: #6600FF;
}
#nav li a:hover {
	color: #CC00CC;
	background: transparent url(images/trans2.gif) repeat;
}
#container {
	position: absolute;
	background: transparent url(images/transparent.gif) repeat;
	width: 631px;
	margin: 0 auto;
	padding: 0;
	left: 120px;
	top: 198px;
	height: auto;
	z-index: 3;
}
#content {
	margin: 0;
	padding: 30px;
	text-align: left;	
}
#picture {
	top: 250px;
	right: 40px;
	height: auto;	
}
#footer {
	left: 61px;
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}
a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	background: transparent;
	color: #333399;
}
h1 {
	color: #6600FF;
	font-size: 1.75em;
	font-weight: bold;
	margin: 10px;
}
h2 {
	color: #330099;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.5em;
}	
h3 {
	color: #330099;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}
#skip {
	position: absolute;
	font: 0.75em Arial, Helvetica, sans-serif;
	left: 120px;
	}	
#skip li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
}
#skip li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #000000;
	border-bottom: none;
	text-decoration: none;	
}
#skip li a:link {
	color: #000066;
	border-bottom: 1px solid #000066;
	}
#skip li a:visited {
	color: #6600FF;
}
#skip li a:hover {
	color: #CC00CC;
	}
.indent {
    padding-left: 20px;
}
