BODY {
background: url() repeat-y;
background-color: #e3dbd5;
font-family: Trebuchet MS;
font-size: 7pt; 
color: #000;
}

a:link, a:active, a:visited {
color: #fff;
font-family: Trebuchet MS;
font-size: 7pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

a:hover {
color: #000;
font-family: Trebuchet MS;
font-size: 7pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#layout {
position: absolute;
top: 20px;
left: 500px;
width: 780px;
}

#welcome {
position: absolute;
top: 130px;
left: 84px;
width: 353px;
}

#sidebar {
position: absolute;
top: 269px;
left: 82px;
width: 188px;
background: f2f2f2;
}


#content {
position: absolute;
top: 575px;
left: 320px;
width: 460px;
background: #e3dbd5;
}

h1 { 
font-weight: bold;
text-transform: uppercase;
font-family: Century Gothic;
font-size: 7pt;
color: #000;
text-align:left;
letter-spacing: 1px;
background : #dac5b6;

padding: 4px;
line-height: 6px;
margin-bottom: 4px;
border-left: 10px solid #dac5b6;


}












