
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	color: #94989b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
    border: none;
}
#headerbg {
    width: 100%;
	height: 380px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -2px;
}
#wrapper {
    width: 880px;
	margin: auto;
}
#logo {
    height: 200px;
}
#nav {
    width: 880px;
	height: 32px;
	padding-top: 8px;
}
#nav ul {
    margin: 0;
	padding: 0;
}
#nav li {
    list-style: none;
	display: inline;
}
#nav a:link {
    color: #5e5141;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 40px;
}
#nav a:visited {
    color: #5e5141;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 40px;
}
#nav a:hover {
    color: #d23911;
}
#main_content {
    width: 580px;
	margin: 30px 20px 0 0;
	float: left;
}
#main_content a:link {
    color: #3c444a;
	text-decoration: none;
}
#main_content a:visited {
    color: #3c444a;
	text-decoration: none;
}
.main_item {
    margin-bottom: 20px;
}
.main_title {
    width: 540px;
	height: 30px;
	background-image:url(images/maintitle.gif);
	padding: 15px 20px 5px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #3c444a;
}
.main_divider {
    background-image: url(images/divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 20px 0;
} 
.main_info {
    width: 540px;
	background-image: url(images/mainbg.gif);
	padding: 10px 20px 0 20px;
}
.main_foot {
    width: 580px;
    height: 20px;
	background-image: url(images/mainfoot.gif);
}
.portpreview {
    width: 280px;
	float: left;
	margin-right: 20px;
                  margin-bottom: 40px;
}
.portpreview img {
    border: 3px solid #1d1916;
}
.portpreview a:hover img {
    border: 3px solid #d23911;
}
.port_info {
    width: 280px;
	float: left;
                  margin-bottom: 40px;
}
.port_info a:link {
    margin-left: 20px;
}
.port_info a:visited {
    margin-left: 20px;
}
.port_title {
    width: 260px;
	height: 28px;
	padding: 12px 20px 0 0;
	background-image: url(images/porttitle.gif);
}
.port_title a:link {
    color: #3c444a;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.port_title a:visited {
    color: #3c444a;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
ul.porttext {
    width: 280px;
    padding: 0 0 10px 0;
	margin: 20px 20px 10px 0;
	height: 30px;
	background-image: url(images/divider.gif);
	background-position: bottom;
	background-repeat: repeat-x; 
}
.port_info li {
    list-style: none;
                 margin-bottom: 10px;
}
li.first {
    width: 80px;
	float: left;
	margin: 0 20px;
}
li.second {
    width: 140px;
	float: left;
	margin-right: 20px;
}
#sidebar {
    width: 280px;
	margin-top: 30px;
	float: left;
}
.side_item {
    margin-bottom: 20px;
}
.side_title {
    width: 240px;
	height: 30px;
	background-image:url(images/sidetitle.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px 20px 10px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #3c444a;
}
.side_divider {
    background-image: url(images/divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 20px 0;
} 
.side_info {
    width: 240px;
	background-image: url(images/sidebg.gif);
	padding: 10px 20px 0 20px;
}
.side_foot {
    width: 280px;
    height: 20px;
	background-image: url(images/sidefoot.gif);
}