body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/nav/bg_page.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}

#header {
  position: absolute;
  z-index: 2;
}

.nav {
	width: 176px;
  position: absolute;
  top: 140px;
}

.content {
	position: absolute;
	left: 185px;
	top: 150px;
	/*margin-right: 10px;*/
	width:80%;
}

.content_home {
	position: absolute;
	left: 185px;
	top: 150px;
	/*margin-right: 10px;*/
	width:80%;
}

#swans_image {
  position: absolute;
  top: 72px;
  left: 176px;
  z-index: 1;
}

#sidebar {
  float: right;
  position: relative;
  top: -125px;
}

p {line-height: 120%;}

.small {
font-size: 11px;
}

h1 {
	font-size: 18px;
	color: #CC0000;
}
h2 {
	font-size: 15px;
	color: #CC0000;
}

h3 {
	font-size: 12px;
	color: #CC0000;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}
#footer {
	border-top: 1px dashed #666666;
	margin-top: 25px;
	clear: both;
}

.redtable {
	border: 1px solid #CC0000;
}
.Product {
	color: #CC0000;
	font-weight: bold;
}

a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.submitbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCC66;	
}
input.red {
	background-color: #cc0000;
	color: white;
	font-size:10px;
}
.border {
	border: 1px solid #CC0000;
}

