body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-color: #ffffff;
color: #000000;
}

a {
color: #C4112F;
text-decoration: none;
font-weight: normal;
}

a:visited {
color: #C4112F;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #333333;
text-decoration: underline;
font-weight: normal;
}

#wrap {
width: 720px;
margin: 20px auto;
background-color: #FFFFFF;
}

#header {
width: 720px;
height: 210px;
background: url(images/cgnw_head.jpg) no-repeat top center;
margin: 0;
padding: 0;
}

#content {
background: url(images/cgnw_body.jpg) repeat-y center;
margin: 0;
padding: 50px 30px 5px 30px;
}

#sidebar{
float: right; 
width: 135px;
padding: 10px 0 10px 15px;
margin: 3px 0 10px 20px;
background-color: #C4112F;
color: #ffffff;
border: 1px solid #333333;
//border-left: 1px solid #333333;
//border-bottom: 1px solid #333333;
}

#footer {
clear: both; 
background: url(images/cgnw_foot.jpg) no-repeat top center;
height: 80px;
font-size: smaller;
line-height: 166%;
padding: 50px 10px 0 10px;
margin: 0;
text-align:center;
}

#sidebar a {
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

#sidebar a:visited {
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

#sidebar a:hover {
color: #cccccc;
text-decoration: underline;
font-weight: normal;
}

.img img {
border: 0px;
}

.title {
color: #333333;
margin-bottom: 15px;
font-size: larger;
text-decoration: underline;
}

.sidetitle {
color: #ffffff;
margin-bottom: 5px;
text-decoration: underline;
}

.blurb {
color: #300;
background-color: #eee;
margin: 10px 0 0 10px;
padding: 5px 10px;
font-size: smaller;
border: 1px solid #999;
}