@charset "UTF-8";
/* CSS Document */

/*

Background: #bca38d
Burgundy: #b1324d

*/


body
{
	margin: 0;
	padding: 0;
	background-color:#bca38d;
	font-family: Verdana, Arial;
	font-size: 12px;
}


h1
{
	font-size: 20px;
	font-weight: bold;
	color: #b1324d;
	padding:0;
	margin:0;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

h4
{
	font-size: 18px;
	font-weight: bold;
	color: #b1324d;
}


h1:first-letter
{
	font-size: 24px;
}


a:link  {color: #b1324d; }
a:visited {color: #b1324d; }
a:hover {color: #b1324d; } 

a.burgundylink:link {color: gray; text-decoration:none;}
a.burgundylink:visited {color: gray; text-decoration:none;}
a.burgundylink:hover {color: #b1324d; text-decoration:none;font-weight:bold;}

p
{
	margin:0;
	padding-bottom: 10px;
	text-align: justify;
}

.header1
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.header2
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

#container
{
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
	/* sets min-height for IE */
	height: expression( this.scrollHeight < 601 ? "600px" : "auto" );
	min-height: 600px;

	
	background-image:url(../images/background-repeat.jpg);
	background-repeat:repeat-y;
	/*background-color:#f7efe4;*/
}

#backgroundimage
{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

#header
{
	height:182px;
}


.tableborder
{
	border: 1px solid #b1324d;
}

#tableheader
{
	background-color: #b1324d;
	color: white;
}

#navigation, #content, #media
{
	/* sets min-height for IE */
	height: expression( this.scrollHeight < 394 ? "393px" : "auto" );
  min-height: 393px;
}

#navigation
{
	position:absolute;
	left:66px;
	width:123px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bolder;
	text-align: right;
	color: gray;
	top: 265px;
}

#contentheader
{
	position: absolute;
	width: 400px;
	height:auto;
	left: 270px;
	top: 220px;
}

#content
{
	width:400px;
	margin-left:270px;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-top: 90px;
}


#media
{
	position:absolute;
	width:190px;
	margin-top: 90px;
	margin-right: 66px;
	right: 0px;
}

#footer
{
	height: 25px;
	margin-left:66px;
	margin-right:66px;
	border-top:4px solid #b1324d;
	padding-top:4px;
	color: gray;
	font-size: 10px;
}

#footerleft
{
	float:left;
	width:150px;
	text-align:left;
	font-weight:bold;
}

#footerright
{
	float:right;
	width:180px;
	text-align:right;
}

#francomedia
{
	position: relative;
	margin-left: -480px;
	left: 50%;
	width: 960px;
	height: 30px;
}

#francomedia img
{
	float: right;
	margin-right: 56px;
	border: none;
}



