@import url("site.css");
html, body { 
margin: 0px;
padding: 0px;
height:100%;
text-align:center;
}
#container {
width:960px;
margin:0px auto;
}
#topslice {
width:960px;
height:28px;
background:url(../templates/images/top_slice.gif) no-repeat top left;
}
#banner {
width:960px;
height:247px;
background:url(../templates/images/bg_slice.gif) repeat-y top left;
}
#bannerL {
width:276px;
height:247px;
float:left;
background:url(../templates/images/name.gif) no-repeat top right;
}
#bannerR {
width:654px;
height:247px;
margin-left:6px;
float:left;
background:url(../templates/images/grouppic.jpg) no-repeat top left;
}
#main {
width:960px;
background:url(../templates/images/bg_slice.gif) repeat-y top left;
text-align: left;
min-height:320px !important;
height:auto !important;
height:320px;
}
#nav {
width:255px;
text-align:right;
float:left;
}
#content {
float:right;
width:668px;
}
#content1 {
margin:0px 30px 0px 0px;
background:url(../templates/images/contentbg.jpg) bottom repeat-x;
min-height:320px !important;
height:auto !important;
height:320px;
}
#content2 {
background-image:none;
margin:0px 18px 0px 18px;
padding:0px;
overflow:hidden;
}
#content2 p {
margin-top:0px;
padding-top:0px;
}
#footer {
width:960px;
height:30px;
background:url(../templates/images/footer.gif) bottom no-repeat;
}
#credits {
padding-right:16px;
text-align:right;
font-size:10px;
color:#C0C0C0;
}
#credits a {
font-size:10px;
text-decoration:none;
color:#C0C0C0;
}
#clear {
background:url(../templates/images/footer.gif) no-repeat top left;
clear:both;
height:1px;
overflow:hidden;
}
