/*coloreddust style*/
body {
	color: #333;
	background-color: #B0B0B0;
	font: 12px/1.6em Helvetica, Arial, sans-serif;
	margin: 20px 0 60px 0;
	padding: 0;
	text-align: center;
	min-width: 756px;
}

a:link,a:visited {color:#000;}
a:hover {text-decoration:underline;color:#999;}

#container {
	width: 756px;
	height:550px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*border:1px solid black;*/
	background-color: #fff;
	background-image:url('/images/cd-background.gif');
	background-repeat:no-repeat;
}

div#navcontain {
position:relative;
margin-left:10px;
margin-bottom:10px;
margin-top:10px;
}

#nav {
	height: 25px;
	width:15%;
}

#logo {
	margin-top: 10px;
	padding: 0;
	/*background-image:url('/images/cd-logo.gif');*/
	background-repeat: no-repeat;
	width:210px;
	height:95px;
}

#content {
	position:absolute;
	top:100px;
	left:150px;
	padding: 0px 0 0 0;
	margin: 0;
	z-index:1000;
	width:500px;
	height:550px;
	/*border:1px solid black;*/
	text-align:left;
}

h2 {
font-size:14pt;
color:#9C3234; 
}

h3 {
font-size:12pt;
color:#9C3234; 
}

hr {
border:1px solid black;
}

td.text {
margin:20px;font-size:10pt;
}


div#center {
margin:0px 5px 0px 5px;
}
div#nav ul, 
div#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nav li {
	/*float: left; makes the menu go horizontal*/
}

div#nav a {
	margin: 0 2px 0 0;
	width: 100px;
	padding: 3px 3px 2px 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #B0B0B0;
	font-weight: bold;
	text-transform: uppercase;
}

body#home a#homeNav,
body#port a#portNav,
body#about a#aboutNav,
body#contact a#contactNav,
body#supp a#suppNav,
body#get a#getNav,
body#contact a#contactNav ,
div#nav a:hover {
	font-weight: bold;
	font-size: 13px;
	background: #9C3234;
	width:95%;
	border-left:1px solid white;
}

/* corners */
div#nifty
{ margin: 0 0%;background: #B0B0B0;}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #B0B0B0;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
