body {
	background: #fff;
	margin: 0px;
	padding: 0px; 
	text-align: left; /* Used for centering pages in IE */
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p, div#content li {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

h1 {
	color: #039cec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-top: 0px;
	margin-top: 0px;
}
	
h2 {
	font-size: 15px;
	color: #000066;
}

.companyname {color: #000066;}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
}

a:link {
}

a:visited {
}

a:hover {
	color: #FF0000;
}

a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 970px;
	margin: 0px 5px;
}

div#audio applet {
	position: absolute;
	left: 768px;
	top: 128px;
}

div#header {
	background: url(images/header.jpg) no-repeat top left;
	overflow: hidden;
	height: 161px;
	position: relative;
}

div#content {
	background: #ffe6b3 url(images/background.gif) repeat-x;
	padding: 20px;
	min-height:610px;
	height:auto !important;		/* min-height hack for IE6 */
	height:610px;
}

div#flash {
	background: url(images/flash-back.jpg) no-repeat;
	width: 367px;
	height: 185px;
	padding: 40px 0 0 8px;
	margin: 0 0 0 15px;
	float: right;
}

div#image {
	float: left;
	width: 275px;
}

div#text {
	float: right;
	width: 630px;
}

div#footer {
	background: #ffe6b3;
	margin: -13px 0 0 0;
	padding: 10px 10px;
}

div#owner {
	text-align: right;
}

div#owner img { border: none; }

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
	div#copyright img {
	border: none;
	float: left;
	margin-top: -30px;
	}
	
	div#copyright a:link, div#copyright a:visited {
	color: #333;
	text-decoration: none;
	}
	
	div#copyright a:hover {
	text-decoration: underline;
	}

	
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	background: #e8b677;
	height: 25px;
	}
	
	ul#mainnav {
		list-style-type: none;
		margin: 0px;
		padding: 2px;
		text-align: center;
	}
	
	ul#mainnav li {
		display: inline;
		list-style-image: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		padding: 0 5px;
		margin: 0 5px;
		color: #333;
		text-decoration: none;
	}
	
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		color: #000;
		border-bottom: 3px #000000 solid;
	}


/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	margin: 10px 0;
	}
	
	ul#utilitynav {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	
	ul#utilitynav li {
		display: inline;
		list-style-image: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		padding: 0 4px;
		margin: 0 4px;
		color: #333;
		text-decoration: none;
	}
	
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
		text-decoration: underline;
	}


/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
}
img.left2 {
	float: left;
	margin: 255px 15px 10px 0px;
	padding: 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
}

img.center {
	margin: auto 0px;
}

img.border {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

img.no-border {
	border: none;
}

p.center {
	text-align: center;
}

.clear-both {
	clear: both;
}

