* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #333;
padding-top: 40px;
}

a {
color: #666;
font-weight:bold;
text-decoration: none;
}

a:visited {
font-weight:bold;
text-decoration: none;
}

a:hover {
font-weight:bold;
color: #666;
text-decoration:underline;
}

#header {
width: 780px;
height: 210px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top right;
margin-top:10px;
}

#wrapper {
width: 780px;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
background-color:#fff;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
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: 619px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px 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: 150px;
}

#nav li a {
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
padding-top:8px;
text-decoration: none;
}

#nav li a:hover {
font-weight:bold;
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

#content {
float: left;
width: 520px;
margin: 10px 0 20px 10px;

}

#content2 {
float: left;
width: 720px;;
text-align:justify;
background-color:#FFFFFF;
color: #666;
font-weight:bold;
text-decoration: none;
}
p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}
#adsense{
float:left;
width:750px;
text-align:center;
}
#link {
padding-top:4px;
padding-left:180px;
padding-bottom:20px;
float: right;
width: 720px;
background-color:#ffffff;
clear:both;
}

#footer {
margin-top:20px;
text-align: center;
clear: both;
width: 725px;
background-color:#ffff30;
clear:both;
}