a {
    color: #000;
    font-family: Calibri, 'Arial', sans-serif;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}




#container {

 width: 800px;
 margin: auto;
 background: #fff;

}

#header {
 height: 160px;
 width: 800px;
 background: url(/images/banner800.png) no-repeat center;
}

#core {
 width: 100%;
 height: 100%;
 padding: 0px 0px 20px 0px;
}

#sidebar { 
 background: url(/images/sidebar800.png) repeat-y;
 float: left;
 width: 179px;
 padding: 5px 0px 0px 5px;
 height: 100%;
}

#sidebar a {

    color: #000;
    font-family: Calibri, 'Arial', sans-serif;
    text-decoration: none;
    line-height: 1.5;

}

#content {
 float: right;
 width: 580px;
 padding: 15px 30px 0px 5px;
 background: #fff; 
 height: 100%;
}

p, body {
        font-family: Calibri, 'Arial', sans-serif;
        font-weight: normal;
        font-size: medium;
        color: #404040;
}

h3 {

	font-size: large;
	font-weight: strong;
}


