body
{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
h2{
	color: #FF0000;
}
h3{
	color: #FF0000;
}	
a:link
{
	color: #FFFFFF;
}
a:visited
{
	color: #FFFF00;
}	
a:hover
{
	color: #00FF00;
}
a:active
{
	color: #FF0000;
}
#header
{
	width: 1280px;
	height: 333px;
	background-image: url('images/tam_header.png');
	background-repeat: no-repeat;
}
#header h1
{
	text-align: center;
	display: none;
}
#repeat
{
	width: 1280px;
	background-image: url('images/tam_repeat.png');
	background-repeat: repeat-y;
}
#footer
{
	width: 1280px;
	height: 310px;
	background-image: url('images/tam_footer.png');
	background-repeat: no-repeat;
	clear: both;
}
#links
{
	width: 200px;
	margin-left: 20px;
	float: left;
}
#content
{
	width: 900px;
	margin-left: 80px;
	margin-right: 80px;
	float: left;
} 

