html, body {
background-color: #a1b3dd;
}

.main {
    float: left;
    width: 651px;
	font-family: Verdana, Geneva, sans-serif;
}

.main p {
padding-bottom: 10px;
padding-left: 0px;
padding-right: 20px;
padding-top: 10px;
}

.main h3 {
padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 20px;
	font-weight: 600;
}

.clear {
    clear: both;
}

.sidebar .mainsidemenu {
font-size: 125%;
font-weight: bold;
font-family: Georgia, Utopia, Palatino, ‘Palatino Linotype’, serif;
}

.sidebar .mainsidemenu li {
width: 244px;
}

.mainsidemenu a {
 color: #333;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
 border: 1px solid #eee;
 padding: 5px 0;
}

.mainsidemenu a:hover {
 color: #222;
 border-top-color: #fff; 
 border-left-color: #fff;
 border-right-color: #ccc; 
 border-bottom-color: #ccc; 
}

.header .logo {
    float: left;
    height: 129px;
    position: relative;
    width: 269px;
}

.header .headinfo {
    float: left;
    margin-left: 40px;
    margin-top: 32px;
    position: relative;
    width: auto;
    z-index: 1;
	font-family: Verdana, Geneva, sans-serif;
	color: #eee;
    font-size: 14px;
    line-height: 1.3;
}

.header {
    float: left;
    padding-top: 38px;
    width: 960px;
}

.footer {
    clear: both;
    color: #666666;
    font-size: 11px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    text-align: center;
}

.wrapper {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 1000px;
}

.content {
    background-color: #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
    margin-top: 15px;
    width: 960px;
}

.sidebar {
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 269px;
}