BODY {
background: url(images/bg.jpg) repeat-y;
background-color: #f1f1f1;
font-family: Trebuchet MS;
font-size: 7pt; 
color: #fff;
}

a:link, a:active, a:visited {
color: #0048ff;
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: 29px;
left: 90px;
width: 780px;
}

#welcome {
position: absolute;
top: 192px;
left: 487px;
width: 188px;
}

#sidebar {
position: absolute;
top: 489px;
left: 94px;
width: 185px;
background: 83a7d4;
}


#content {
position: absolute;
top: 489px;
left: 286px;
width: 600px;
background: 83a7d4;
}

h1 { 
font-weight: bold;
text-transform: uppercase;
font-family: Tahoma;
font-size: 10pt;
color: #000;
text-align:left;
letter-spacing: 1px;
background : #e169a7;

padding: 3px;
line-height: 7px;
margin-bottom: 3px;
border-left: 10px solid #fff;


}