body { 
	color: #FFFFFF;
	background-color: #890304;  
	margin: 0px; padding: 0px; 
	text-align: center; 
	font-family: Arial,Helvetica,sans-serif; 
}
table { 
	margin: 0px auto; 
}
p {  margin: 0px; padding: 0px; }

#wrapper { 
	width: 1000px; 
	border: 1px solid #000; 
}

#content { 
	text-align: center; 
}
.desc { 
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	text-align: justify;
}
.footer {
	background-color: #6F0303;
	border-top: 1px solid #000;
	font-size: 12px;
	padding: 10px 0px;
}
a:link,
a:visited {
	color: #FFFC00;
	text-decoration: none;
}
a:hover {
	color: #FF6600; 
	text-decoration: underline;
}
a:active {
	text-decoration: blink;
}
a img {
	border-color: #FFFF66;
}
a:visited img {
	border-color: #FFFF66;
}
a:hover img { 
	border-color: #FF6600;
}

h1 { margin: 10px; padding: 0px; color: #FFFC00;}

.thumbnail {
	float: left;
	width: 498px;
	height: 320px;
	
}

.thumbnail img { 
	margin-top: 20px;
	vertical-align: middle;
	border: 1px solid white; 
}

#videoclip {
	width: 640px;
	border: 1px solid #000;
}
div.whatsnew {
	float: left;
	height: 210px;
	margin: 0 0 5px 0;
	text-align: center;
	width: 25%;
}
.whatsnew img {
	border-color: #000;
	margin-bottom: 3px;
}
.whatsnew span {
	font-size: 12px;
}
