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

a:link, a:active, a:visited {
color: #000;
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: 121px;
width: 780px;
}

#sidebar {
position: absolute;
top: 345px;
left: 124px;
width: 280px;
background-color: #ab7aa0;
}


#content {
position: absolute;
top: 345px;
left: 410px;
width: 433px;
background-color: #ab7aa0;
}

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

padding: 3px;
line-height: 5px;
margin-bottom: 3px;
border-left: 10px solid #000;


}


a img {

	border: 2px solid #ffffff;}


a:hover img {

	border: 2px solid #000;}


