@charset "utf-8";
/* CSS Document */
.h2 {
	font-family:Verdana, Geneva;
}

#body {
	margin:0;
        font-family:Verdana, Geneva;
        font-size: small;
	height:100%;
	width:100%;
	background-color:#FFF;
	background-image:url(images/right_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#left{
	float:left;
	width:700px;
	height:100%;
	background-image:url(images/main_bg.png);
	background-repeat:repeat-y;
}

#right{
	float:left;
	vertical-align:bottom;
	height:100%;
	padding-top:400px;
}

#head{
	height:175;
	background-color:#FFF;
}
#button {
     padding-top:4px;
     width:114px;
     height:35px;
     float:left;
     text-align:center;
}

#menu {
	height:35px;
	width:700px;
	background-image:url(images/menu_bg1.png);
	background-repeat:no-repeat;
}

#main {
	background-image:url(images/main_bimg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:689px;
	min-height:670px;
	padding-bottom:20px;
}

#contenthead {
        font-size: medium;
        font-weight:bold;
	margin-left:132px;
	margin-top:10px;
	height:22px;
}

#contentbg {
	margin-top:20px;
	margin-left:132px;
	width:419px;
}

#content {
	min-height:400px;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	padding-left:3px;
	padding-right:5px;
}

#partnerbox{
	width:190px;
	height:209px;
	background-image:url(images/partnerbox.png);
	background-repeat:no-repeat;
	padding:25px;

