* {
	padding: 0;
	margin: 0;
}

* html div {
	height: 1%;
}

html > div {
	height: auto;
}

body {
	background: #b5dacd url(images/back.png) repeat-x top left;
}

/* ... Structure ... */

#header {
	height: 144px;
	width: 864px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat top left;
}

#top {
	height: 35px;
	width: 864px;
	margin: 0 auto;
	background: url(images/top.png) no-repeat top left;
}

#bottom {
	clear: both;
	height: 60px;
	width: 864px;
	margin: 0 auto;
	background: url(images/bottom.png) no-repeat top left;
}



#master {
	width: 804px;
	background: url(images/side.png) repeat-y top left;
	margin: 0 auto;
	padding: 0 30px;
}


#left {
	margin: 0 0 12px 0;
	width: 159px;
	float: left;
}

#right {
	width: 620px;
	float: left;
	padding: 0 0 0 10px;
}

#column-master {
	margin: 0 4px 0 0;
}

.simp-clear {
	content: "";
	font-size: 0px;
	height: 0px;
	clear: both;
}

/* ... headline ... */

#header h1 {
	position: absolute;
	left: -999em;
}

#headline {
	color: #a0b0aa;
	text-align: center;
	margin: 0 30px;
	padding: 4px 0 0 155px;
	font-size: 14px;
	font-family: Georgia, serif;
}

#headline span {
	position: relative;
	padding: 2px 50px 5px 50px;
	border-bottom: 1px solid #d2d2d2;
}

/* ... bottom footer ... */

#footer {
	padding: 9px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #b18359;
}

/* ... Navigation Menu ... */

#left {
	text-align: right;
}

ul.navigation {
	margin: 0 0 25px 0;
}

ul.navigation li {
	display: block;
	list-style: none;
	border-left: 4px solid #93c8b5;
	background: #b5dacd url(images/nav.png) repeat-y top right;
	margin: 0 4px 9px 17px;
	padding: 10px 0;
	text-align: left;
}

li#download {	
	border-left: 4px solid #b6d4ca;
	background: #d0f1e5 url(images/nav-lightgreen.png) repeat-y top right;
}

li#copan {
	border-left: 4px solid #89bde2;
	background: #9ed6fe url(images/nav-lightblue.png) repeat-y top right;
}

ul.navigation a:link,
ul.navigation a:visited,
ul.navigation a:active {
	text-decoration: none;
	color: #677d75;
	line-height: .8em;
	font-size: 18px;
	font-family: Georgia, serif;
	display: block;
	margin: 0 10px;
}

ul.navigation a:hover {
	color: #50615b;
}

li#download a:link,
li#download a:visited,
li#download a:active {
	color: #809c92;
}

li#download a:hover {
	color: #677d75;
}

li#copan a:link,
li#copan a:visited,
li#copan a:active {
	color: #5989ab;
	font-weight: bold;
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, sans-serif;
}

li#copan a:hover {
	color: #47708f;
}

.subflavor {
	color: #809c92;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li#download .subflavor {
	color: #9dbfb3;
	font-weight: normal;
}

li#copan .subflavor {
	color: #64a7d7;
	font-weight: normal;
}

/* ... tooltips ... */

/* ... Right Main Content area ... */

h2 {
	color: #ce9867;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
}

h3 {
	color: #6ac6a5;
	font-family: Verdana, Geneva, serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 .8em 0;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	margin: 0 0 1.5em 1.5em;
}

a:link,
a:visited,
a:active {
	color: #4b8b74;
}

a:hover {
	color: #376555;
}

a img {	
	border: 0;
}

#right ul {
	margin: 0 0 25px 0;
}

#right img.righter {
	margin: 0 0 10px 10px;
}

#right img.lefter {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}

#right li {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	margin: 0 4em 1em 5em;
	color: #5c5c5c;
	font-size: 11px;
}

#right img#hsdemo {
	margin: 15px 0 0 0;
}
