@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.thrColFix #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
} 
.thrColFix #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* padding keeps the content of the div away from the edges */
	height: 900px;
}
.thrColFix #sidebar2 {
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* padding keeps the content of the div away from the edges */
	height: 900px;
}
.thrColFix #mainContent {
	width: 1000px;
	background-image: url(images/vinebg.jpg);
	background-repeat: no-repeat;
	height: 900px;
	overflow: hidden;
	position: relative;
	visibility: visible;
}
#mainContent #header {
	height: 175px;
	text-align: right;
	width: 1000px;
	overflow: visible;
}
#mainContent #nav {
	height: 40px;
	text-align: right;
	padding-top: 10px;
	z-index: 100;
}
#overlay  {
	z-index: 1;
	height: 900px;
	position: absolute;
}
#overlay #top {
	height: 310px;
	background-image: url(images/overlay1.png);
	background-repeat: no-repeat;
	width: 527px;
}
#overlay #mid {
	height: 255px;
	background-image: url(images/overlay2.png);
	background-repeat: no-repeat;
	width: 566px;
}
#overlay #bot {
	height: 205px;
	background-image: url(images/overlay3.png);
	background-repeat: no-repeat;
	width: 357px;
}
#overlay #last {
	height: 130px;
	background-image: url(images/overlay4.png);
	background-repeat: no-repeat;
	width: 755px;
}





#nav img {
	border: none;
}

#nav a {
	margin-right: -7px;
}
#nav a .first {

}


#mainContent #content {
	height: 290px;
	background-image: url(images/contentbg.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 15px;
	margin-top: -5px;
	z-index: 100;
}
#mainContent #port {
	height: 310px;
	padding-top: 15px;
	margin-right: 15px;
	text-align: right;
	background: none;
	z-index: 100;
}
#port table {
	float: right;
	z-index: 100;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#outer {
	background: url(images/bgbw.gif);
}

