body,html {width:100%;}

body{    
    padding:0; 
    padding-top: 0px; 
    background: #F6DDD6; 
    color: #3C0012; 
    text-align: center;
    background-image:url(images/bgbody.jpg); 
    background-repeat:repeat;
    text-align:center;
}

body,td {
    font:12px Verdana,Arial,sans-serif;
    line-height:17px;
}

h1{font-size: 18px;}

.titlewelcome{font-size: 14px; line-height:17px; font-weight:bold;}

.menu {font-size: 12px; font-family:Times; color:#f4f4f4; font-weight:bold; text-decoration:none; letter-spacing:1px;}

div#container{
    position:relative;
    width:960px;
    margin: 0 auto; 
    padding:0px; 
    text-align:left; 
    background:transparent;
}

div#top{
    position:absolute;
    top:10;
    left:0;
    width:960px; 
    height:109px; 
    background-image:url(images/toprest.jpg);
    background-repeat:no-repeat;
    padding:0px;
    margin-bottom:0px;
}


div#nav{
    position:absolute;
    top:119;
    left:0;
    width:240px;  
    height:auto; 
    padding:0px; 
    margin-bottom:10px; 
    background:#748561;
}
div#contenttop{
    position:absolute;
    top:119;
    left:240;
    width:720px;
    height:78; 
    padding:0px; 
    margin:0px;
    background-image:url(images/bgcontenttop.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
div#contentbottom{
    position:absolute;
    top:197;
    left:240;
    width:720px;
    height:auto; 
    padding:0px; 
    margin:0px;
    margin-bottom:20px;
    background-color: #FFFFFF;
}
.groupname{
    font-family: Times;
    font-weight:bold;
    font-size: 18px;
    color: #738661;
    letter-spacing:1px;
}
.pink {
    color:#F3A38E;
    text-decoration:none;
}
.smallgray {
    font-family:Verdana;
    color:#9e9e9e;
    font-size:11px;
    letter-spacing:0px;
}
.listblock{
    background-color:#F1F6EC;    
    color:#738661;
}
.listtitle{
    font-size:14px;
    font-weight:bold;
}

