BODY {
background: url() repeat-x;
background-position: 0px 29px;
background-color: #ff686f;
font-family: Trebuchet MS;
font-size: 10px; 
color: black;
}

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

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

#layout {
position: absolute;
top: 20px;
left: 0px;
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: 410px;
left: 279px;
width: 460px;
background: f2f2f2;
}

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

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


}











