/* CSS Document */

body{
	background-color:#CCC;
	background-image: url(../upload/img/back.gif);
	padding:0px;
	margin:0px;
	font-family: Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

img {
        border:none;
}

/*this is for ie <5.5 */
#wrapper{
    background-color:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	width:765px;
	height:591px;
	margin-left:-383px;
	margin-top:-296px;
	border: 1px solid #000000;
	overflow:hidden;
	voice-family: "\"}\""; 
    voice-family:inherit;
	width:765px;	
}
body>#wrapper{
	position:absolute;
	top:50%;
	left:50%;
	width:765px;
	height:591px;
	margin-left:-383px;
	margin-top:-296px;
	border: 1px solid #000000;
}
#header {
    position: absolute;
    background-image: url(../upload/img/header.jpg);
    background-repeat: no-repeat;
    width: 765px;
    height: 120px;
}
#topnavi {
    position: absolute;
    width: 765px;
    height: 20px;
    top: 91px;
    left: -1px;
}
#topnavbar {
    position:absolute;
    left: 400px;
    width: 367px;
    height: 20px;
    background-image: url(../upload/img/header_bar.jpg);
}
#subnavi {
    position:absolute;
    top: 70px;
    left: 45px;
    font-size: 12px;
}
#subnavi ul{
    margin: 0px;
    padding: 0px;
    line-height: 150%;
    list-style-image: url(../upload/img/bullet.jpg);
}
#subnavi ul a:hover{
    color: #030;
}
#bottomnavi {
    position: absolute;
    width: 500px;
    height: 20px;
    top: 572px;
    left: 266px;
}
.but {
    display: inline;
    float: left;
    background-image: url(../upload/img/button.jpg);
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    width: 100px;
    height :17px;
}
#topnavi a:hover {
    color: #FFF;
    text-decoration: none;
}
a {
    color: #000;
    text-decoration: none;
}
#footer {
    position: absolute;
    top: 572px;
    background-image: url(../upload/img/footer2.jpg);
    background-repeat: no-repeat;
    width: 766px;
    height: 19px;
    left:-1px;
}
#footer_txt {
    color: #666;
    margin-top: 4px;
    margin-left: 10px;
}
#content_back {
    position:absolute;
    top:175px;
    background-image: url(../upload/img/con.jpg);
    background-repeat: no-repeat;
    width: 765px;
    height: 421px;
}
#content_back_clear {
    position:absolute;
    top:175px;
    width: 765px;
    height: 421px;
}
#headline {
    position:absolute;
    left: 200px;
    top:160px;
}
#content_txt{
    position:absolute;
    left: 200px;
    top:185px;
    padding-right: 10px;
    font-size: 12px;
    width: 380px;
    height: 345px;
    overflow:auto;
}
#content_txt a{
    color: #060;
    <!--font-weight: bold-->;
    text-decoration: none;
}
#content_txt a:hover{
    color: #060;
    text-decoration: underline;
}
.smalltxt {
    font-size: 9px;
}

.hidden {
    visibility:hidden;
}

#partner {
    position: absolute;
    top:160px;
    left: 643px;
    width: 102px;
    height: 360px;
    padding: 5px;
    background-color: #EEE;
    border: 1px solid #BBB;
}
#partner img {
    border: 1px solid #BBB;
}

#contactform {
    width: 100%;
}

.contactform p {
    clear: both;
    width: 100%;
}
.contactform label {
    float: left;
    width: 30%;
}
.contactform_tf input, textarea {
    float: right;
    background: #CCE0CC;
    width: 70%;
}
.contactform_tf textarea {
    float: right;
    background: #CCE0CC;
    height: 50px;
    width: 70%;
}
#contactsubmit {
   display: inline;
   width: 100%;
   float: left;
}
.subLeft {
    float: left;
}
.subRight {
    float: right;
}