body{
	width: 100%;
	background: url(img/bg.jpg);
	margin: 0px;
	text-align: left;
}

#container {
	width: 769px;
}

#toplinks {
	width: 769px;
	height: 15px;
	background: #7B9AD1;
	border: 1px solid #2E5BBC;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: white;
	float: left;
}

#content {
	width: 432px;
	float: left;
}

#col1 {
	width: 337px;
	margin:0;
	float: right;
}
.row {
	width: 432px;
}
.row1 {
	width: 337px;
	margin-top: 132px;
}
.textbox {
	width: 211px;
	height: 195px;
	background: url(img/contentbg.jpg);
	float: right;
	padding-left: 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666666;
}
.links {
	width: 95px;
	float: right;
}
a:link, a:visited{ 
	text-decoration: none;
	color: White;
}
a:hover {
	color: yellow;


