/* Elements */
body 
{
	background: #CC0033;
	color: #990066;
}

h1
{
	color: #CC0033;
	font-family: "EuroRoman";
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

td
{
	background: #ffffff;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	/*border: solid 1px #CC0033;*/
}

ul
{
	text-align: left;
	list-style-type: disc;	
}

/* Identifier Specific */
#address
{
	text-align: center;
}

#header 
{
	background: #ffffff;
	color: #CC0033;
	font-weight: bold;
	width: 800px;
}

#leftColumn 
{
	text-align: left;
	width: 240px;
}

#galleryTable
{
	width: 500px;
	font-size: 14pt;
	font-weight: bold;
}

.galleryHeader
{
	font-size: 14pt;
	font-weight: bold;
	background-color: #F5DEB3;
	border: solid 4px #CC0033;
	padding: 15px;
}

.galleryObject
{
	border: none;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	width: 25%;
}

.testimonial 
{
	padding: 5px;
	border: solid 1px #CC0033;
	text-align: left;
}

#middleColumn 
{
	width: 10px;
}

#rightColumn 
{
	width: 550px;
}

#footer
{
	background: #ffffff;
	border: 6px solid #CC0033;
	font-family: "EuroRoman";
	font-size: 8pt;
	padding: 10px;
	text-align: center;
}

#mainTable 
{
	background: #ffffff;
	border: 2px solid #000066;
	border-bottom-width: 6px;
	border-right-width: 6px;
	font-family: EuroRoman;
	font-size: 12pt;
	font-weight: bold;
	width: 800px;
}

/* Table containg the logo Areas */
#logoArea 
{
	background: #ffffff;
	border: solid 6px #CC0033;
	color: #CC0033;
	font-family: "EuroRoman";
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

#leftLogoArea 
{
	vertical-align: middle;
	width: 33%;
	/*border: solid 1px #CC0033;*/
}

#middleLogoArea 
{
	width: 33%;
	vertical-align: middle;
	/*border: solid 1px #CC0033;*/
}

#rightLogoArea 
{
	width: 33%;
	vertical-align: middle;
	/*border: solid 1px #CC0033;*/
}

.logos
{
	border: none;	
}

#nav 
{
	background: #ffffff;
	/*border: solid 2 transparent;*/
	font-family: EuroRoman;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	width: 250;
}

/* LINKS - ANCHORS */
a:link
{
	color: #CC0033;
	background:transparent;
	text-decoration: none;
}

a:visited
{
	color: #CC0033;
	background: transparent;
	text-decoration: none;
}

a:hover
{
	/*border: solid 1 #CC0033;*/
	color: #000000;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #CC0033;
	background: transparent;
	text-decoration: none;
}