* {
margin: 0;
padding: 0;
}

body {
background: #135BA7;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 15px;
}



#header {
width: 690px;
height: 200px;
background: #E22625 url("images/sign.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 690px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}


h1 {
width: 140px;
height: 30px;
background-color: #E22625;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}


h2 {
width: 529px;
height: 30px;
background-color: #E22625;
float: left;
font: bold 20px/34px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 140px;
}
#prl {
padding-left: 10px;
}

#nav li a {
color: #fff;
font: bold 12px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #E22625;
border-bottom: 1px solid #E22625;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #FFFF40;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}


#content {
float: left;
width: 475px;
margin: 10px 0 0 10px;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
}

p {
margin-bottom: 20px;
}


#footer {
text-align: center;
clear:both;
width: 590px;
margin-left: 130px;
font-weight:bold;
font-size:9px;
}
#footerx {
text-align: center;
width: 590px;
clear:both;
margin-left: 130px;
}
#footerxx {
text-align: center;
width: 590px;
clear:both;
margin-left: 130px;
font-size:8px;
}
a {
color: #fff;
text-decoration: none;
}

a:hover {
color: #ccc;
}

#content a {
color: #E22625;
text-decoration: underline;
}