html,body {
background-color:#f8f8f8;
background-image:url("../images/bg.png");
background-repeat:repeat-x;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
font-size:12px;
color:#2a2a2a;
margin:0;
padding:0;
}

h1 {
font-size:22px;
color:#e12e2e;
font-weight:700;
}

body {
min-width:720px;
height:100%;
}


ul {
list-style:none;
margin:0;
padding:0;
}

li {
list-style:none;
height:30px;
margin:0;
padding:0;
}

a:link,a:visited {
text-decoration:none;
color:#fff;
}

a:active,a:hover {
text-decoration:none;
color:#000;
}

#wrapper {
width:720px;
height:100%;
margin:0 auto;
}

#header {
width:720px;
height:114px;
margin:0 auto;
}

#menu {
font-size:16px;
color:#fff;
float:left;
width:174px;
height:228px;
padding-left:40px;
padding-top:60px;
background-image:url(../images/menu_bg.png);
}

#mid {
float:right;
width:506px;
height:288px;
background:url("../images/mid.png") 0 0 no-repeat;
}

#mid1 {
float:right;
width:506px;
height:288px;
background:url("../images/mid_home.png") 0 0 no-repeat;
}

#banner {
position:relative;
left:26px;
top:19px;
width:425px;
height:201px;
}

#main {
height:100%;
width:720px;
overflow:auto;
background-image:url("../images/content_bg.png");
background-repeat:repeat-y;
}

#main a:hover {
text-decoration:underline;
color:#e12e2e;
font-weight:bold;
}

#main a {
text-decoration:none;
font-weight:bold;
color:#e12e2e;
}

#left {
text-align:justify;
float:left;
width:440px;
padding:20px 0 20px 30px;
}

#right {
font-size:16px;
font-weight:700;
text-align:justify;
padding-left:20px;
padding-right:20px;
padding-top:20px;
float:right;
width:190px;
}

#footer {
font-size:11px;
font-weight:400;
text-align:center;
padding-top:2px;
clear:both;
width:720px;
height:60px;
background-image:url(../images/footer_bg.png);
background-repeat:no-repeat;
color:#2a2a2a;
}

.foot {
text-align:center;
font-size:9px;
}

#footer a {
text-decoration:none;
color:#2a2a2a;
}

#footer p {
margin:0; 
padding:0;
}

#footer a:hover {
text-decoration:underline;
color:#2a2a2a;
}

img {
border:0;
}

.kop {
font-size:14px;
font-weight:bold;
font-style:italic;
text-decoration:underline;

}

