focus {
  -moz-outline-style: none;
}


body {
	background: #658499;
	text-align: center;
	font: normal 12px Arial, Arial, Helvetica;
	color: #ddd; 
}

h1 {
	font-size: 16px;
	color: inherit;
	margin-top: -10px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #924858;
	text-decoration: underline;
}

#main {
	background: url(../images/mainback.png) repeat-y;
	position: relative;
	width: 867px;
	height: 80%;
	margin: -15px auto 0 auto;
}

#header {
	background: url(../images/header.png) no-repeat;
	height: 205px;
	position: relative;
	z-index: 20;
}

#spacer {
	width: 100%;
	height: 20px;
	background: #aaa;
}

#title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#promo {
	display: block;
	margin: 0 0 10px 80px;
}
#imgdesc {
	width: 590px;
	height: auto;
	}
li {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	list-style: none;
}

li a:link, li a:active, li a:visited  {
	color: #fff;
	text-decoration: none;
	width: 100%;
}

li a:hover {
	background: url(../images/linkback.png) repeat-x;
}

#menu {
	position: absolute;
	top: 215px;
	left: 57px;
	width: 143px;
	text-align: right;
}

#menu a {
	display: block;
	margin:0;
	width:90%;
	padding: 15px 10px 15px 10px;
	text-decoration:none;
}

html>body #menu a {
	width:auto;
}

#menu a:hover {
	color:#222;
}

#content {
	background: url(../images/midback.png) no-repeat;
	margin: auto;
	position: relative;	
 	height: expression( this.scrollHeight < 300 ? "300px" : "auto" );
	min-height: 300px;
	padding: 20px;
	z-index: 10;
	clear: both;
}

#banner {
	position: relative;
	left: 210px;
	top: -10px;
	width: 600px;
	height: auto;
	margin-bottom: 10px;
}

#banner img {
	border: 1px solid #888;
	width: 590px;
	height: auto;
}

#col1 {
	color: #888;
	position: absolute;
	right: 0px;
	top: 142px;
	width: 145px;
	margin-right: 40px;
}

#col2 {
	border-right: 1px solid #888;
	padding-right: 7px;
	position: relative;
	width: 438px;
	left: 210px;
}

#col3 {
	padding-right: 7px;
	position: relative;
	width: 590px;
	left: 210px;
}

#subcontent {
	text-align: justify;
	margin-bottom: 10px;
	padding: 5px;
}


#footer {
	border-top: 1px solid #888;
	color: #ddd;
	font-weight: bold;
	position: relative;
	left: 38px;
	height: 100px;
	width: 700px;
	padding: 20px 35px 20px 50px;
	text-align: center;
	z-index: 15;
}

#footer img {
	width: 650px;
	height: auto;
	border: 1px solid #888;
}

#portpic {
        float: left;
        height: 150px;
        width: auto;
        margin: 0px 5px 5px 5px;
        border: 5px solid #ccc;
}

#block {
        font-size: 10px;
        color: #999;
	display: block;
        margin-bottom: 20px;
}

td {
	padding-left: 20px;
	font-size: 12px;
}