/* CSS Document */

body {
color:#CCCCCC; font-size:12px;
font-family:Arial, Helvetica, sans-serif;
/* background-image:url(../image/bg.jpg); background-repeat:repeat; */
background-color:#000000;
margin-top:40px;
}

.mid {
width:830px; height:577px;
margin:auto; border:#FFFFFF 5px solid;
}

.left {
width:415px; height:577px; overflow:hidden;
float:left; background-image:url(../image/left-bg.jpg);
}

.right-home {
width:415px; height:577px; overflow:hidden;
float:left;
/* border-left:#FFFFFF 1px solid;*/
}

.right-contact {
width:415px; height:577px; overflow:hidden;
float:left; 
/* border-left:#FFFFFF 1px solid;*/
}


.right-exhib {
width:415px; height:577px; overflow:hidden;
float:left; 
/* border-left:#FFFFFF 1px solid;*/
}







.text-area {
width:220px; height:447px; float:left;
margin-left:25px; margin-top:130px;
}


.menu {
width:145px; height:447px; float:left;
margin-left:25px; margin-top:130px;
}


h1 {
padding-left:6px; 
color:#CCCCCC; font-size:11px; font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}

h2 {
padding-left:6px; 
color:#CCCCCC; font-size:10px; font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}


.the_design_bank {
width:830px; height:auto; margin:auto; padding-top:15px;
text-align:right; clear:both;
color:#FFFFFF;
}

.the_design_bank a:link {
color:#FFFFFF;
text-decoration:none;
}

.the_design_bank a:visited {
color:#FFFFFF;
text-decoration:none;
}

.the_design_bank a:hover {
color:#FF3300;
text-decoration:none;
}

a:link {color:#E3C634;}      /* unvisited link */
a:visited {color:#E3C634;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#E3C634;}  /* selected link */

