a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 0px;
	}

body {
    margin: 0;
    padding: 0;
    background: #000000 url(images/bg.gif);
	background-repeat: no-repeat;
    color: #000;
    font: 12px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
		
}

#Title   {
	height: 60px;
	width: 700px;
	margin:0 auto; 
}

#Nav	{
	height: 20px;
	width: 700px;
	margin:0 auto; 
}

#Main {
	width: 700px;
	font-family:century gothic, Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 20px;

	margin:0 auto; 
}



div.Content {
	width: 500px;
	float: left;
	color: #ffffff;
	text-align: left;
	position: relative;
	filter:alpha(opacity=100);
	opacity:1.0;
		
}

#Column {
	width: 175px;
	float: right;
	position: relative;
}

div.ColumnInsert {
	background-color:#FFFfff;
	color: #000000;
	padding: 12px;
	text-align: left;

	
	}
