@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg.png);
background-repeat:repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	font:bold 36pt "Times New Roman", Times, serif;
	text-align:center;
	color:#008B9B;
}

#side-a {
	float: left;
	width: 150px;
}

#side-b {
	float: right;
	width: 140px;
	
}

#content { 
	float: left;
	width: 61%;
}

#footer {
	clear: both;
	background: #A2A2A2;
}
	
	#side-b a:link , a:visited{
display:block;
font:bold 9pt tahoma;
line-height:21px;
color:#008B9B;
text-decoration:none;
padding-right:10px;
width:140px;
text-align:right;
}

#side-b a:hover {
background-image:url(images/bg-menu.png);
background-position:right;
background-repeat:no-repeat;
color:#FFF;

}