@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url(../images/header-repeat.jpg);
	background-repeat: repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: white;
}


a:link {color: white; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a:active {color: red; text-decoration: none;}

a img
{
	border: none
}

h1
{
	padding: 0; 
	margin: 0;
	padding-top: 20px;
}

.videos h2,
.videos h3
{
	text-align: center
}

img.gallery
{
	padding: 0;
	margin: 0;
	border: 2px solid white;
}

.center
{
	text-align: center
}

#container
{
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: expression( this.scrollHeight < 601 ? "600px" : "auto" );
	min-height: 600px;	
}

#header
{
	height: 246px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat
}

#menu
{
	height: 24px;
	border: 1px solid #999999;
	font-size: 14px;
	text-align: center;
	word-spacing: 20px;
	padding-top: 8px
}

#menu td
{
	width: 133px;
	text-align: center;
	font-weight: normal;
}

#content
{
	padding-top: 10px;
	padding-bottom: 20px;
	height: expression( this.scrollHeight < 341 ? "340px" : "auto" );
	min-height: 340px;	
	margin-left: 100px;
	margin-right: 100px;		
	text-align: justify;
}

#footer
{
	height: 12px;
	font-size: 12px;
}

#error
{
	color: red;
	display: none
}

#francomedia
{
	position: relative;
	width: 800px;
	height: 30px;
	left: 50%;
	margin-left: -400px
}

#francomedia img
{
	float: right;
	border: none
}

