body {
background: #fff url(../images/bgBody.jpg) repeat-y 0 0;
color: #666666;
font-family: Verdana;
font-size: 12px;
margin: 0;
padding: 0;
}

.siteWrapper {
background: #fff url(../images/bgSite.jpg) no-repeat 0 0;
background-attachment: fixed;
padding-left: 80px;
text-align: left;
}

/* background shadow */
.contentWrapper {
background: transparent url(../images/bgShadow.png) repeat-y 0 0;
width: 648px;
}

.header {
height: 80px;
position: relative;
width: 568px;
}

.header h1 {
font-size: 42px;
line-height: 42px;
margin: 0 0 0 150px;
text-align: left;
}

.content {
background: transparent url(../images/bgContent.png) repeat-y 0 0;
min-height: 1000px;
margin: 0 10px;
padding: 0 29px;
width: 570px;
}

.leftColumn {
float: left;
width: 370px;
}

.leftColumn p {
margin-bottom: 20px;
}

.leftColumn h1 {
font-size: 20px;
line-height: 20px;
margin: 10px 0 10px 0;
}

.rightColumn {
float: right;
width: 180px;
}

.profile {
border-top: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
padding: 6px 0 6px 0;
margin: 0;
}

.profile p {
font-size: 10px;margin: 0;
padding: 0 0 6px 0;
}

a.logo {
margin: 8px 0 4px 8px;
background: transparent url(../images/ringLogo.png) no-repeat 0 0;
display: block;
position: absolute;
margin-left: 4px;	
margin-top: 8px;
height: 60px;
width: 60px;
overflow: hidden;
}

/* footer */
.footer {
border-top: 1px solid #000;
clear: both;
margin: 0;
padding: 6px 0 6px 0;
text-align: center;
}

.footer p {
font-size: 9px;margin: 0;
padding: 6px 0 0 0;
text-align: center;
}