@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}

html, body {
height:100%
}

* html #container {
height: 94%;
}

body {
margin: 0;
padding: 0;
height:100%;
min-height:100%;
text-align: center;
background-image:url(layout/bg01.gif);
}

#container {
width: 760px;
min-height:94%;
margin: 0 auto;
padding: 0 35px;
text-align: left;
background:url(layout/bg02.png);
}

* html #container {
height:100%;
}

#top_container {
top:0;
bottom:0;
width: 760px;
height:240px;
margin: 0 auto;
background:url(layout/bg03.gif) repeat-x;
}

#header {
float:left;
width:248px;
height:72px;
margin:0;
}

#menu_container {
float:right;
width:466px;
height:10px;
margin:49px 0 0 46px;
padding: 0;
}

#navlist {
margin:0;
padding:0;
}

#navlist li {
display: inline;
list-style-type: none;
padding-left: 28px;
}

#navlist li:first-child {
padding-left: 0px;
}

#right_menu {
margin:0 0 16px 12px;
padding:0;
}

#right_menu li {
margin: 0 0 0px 0;
font-size: 16px;
line-height:20px;
list-style-type: none;
padding: 4px 0 4px 0;
}

*/#flashbanner {
width:760px;
height:168px;
float:left;
}

#contentleft {
float:left;
width: 515px;
margin: 0;
padding-top: 12px;
}

#contentright {
float:right;
width: 245px;
margin: 0;
padding: 12px 0 10px 0;
background:#EDEDED url(layout/bg05.gif) bottom left no-repeat;
}

#footer {
bottom:0;
width: 830px;
height:6%;
min-height:25px;
margin: 0 auto;
text-align:center;
background:url(layout/bg02.png);
vertical-align:middle;
}

.port_thumb {
cursor:pointer;
margin: 0 ;
}

.port_thumb2 {
cursor:pointer;
margin: 0 0 0px 0px;
border: 0px solid #deb406;
}

.hidden {
position:absolute;
left:-10000px;
}

.floatleftimg {
padding: 0 5px 10px 0;
float: left;
}

.floatleft {
float: left;
}

.clear {
clear:left;
}