BODY {
background: url(http://i32.tinypic.com/2jdqbmt.jpg) repeat-y;
background-color: #79d7e3;
font-family: Trebuchet MS;
font-size: 7pt; 
color: #000;
}

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

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

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

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

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


}











