/* CSS Document */

BODY
{
	clip:   rect(   );
	margin-top: 5px;
	margin-left: 1-px;
}
a:link
{text-decoration:none;color: #fcff72}

a:visited
{text-decoration:none;color: #fcff72}

a:hover
{text-decoration:underline;color: #fcff72}

/*****CONTAINER*****/

#banner {
	background-image:url(images/main/banner.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:82px;
}

#container {
	width:800px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

#leftcolumn {
	background-image:url(images/main/photomontage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:576px;
	height:276px;
	float:left;
}

#rightcolumn {
	background-color:#58B2D8;
	background-image:url(images/main/rightshadow.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:224px;
	height:276px;
	float:right;
}

#bottom {
	background-image:url(images/main/bottomphoto.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#050353;
	width:800px;
	height:122px;
	float:left;
}

#bottomborder {
	float:right;
	background-image:url(images/main/bottomborder.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:122px;
}

#shadow {
	background-image:url(images/main/bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	height:11px;
	float:left;
}

/*****NAVIGATION*****/

#navigation {
	background-image:url(images/main/menushadow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:207px;
	float:left;
}

#navigation ul, #navigation li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#navigation ul {
	margin-top:15px;
	background-image:url(images/newcut/horizbar.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#navigation li {
	background-image:url(images/newcut/horizbar.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-top:8px;
	padding-bottom:8px;
}

#navigation li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#050353;
	padding-left:12px;
}

#navigation li a.highlight {
	background-color:#b0dbed;
}
/*****CONTENT*****/

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;	line-height: 14pt;
	color: #fcff72;
	/*width:596px;*/
	/*margin-left:250px;*/
	float:right;
	width:585px;
	padding:0px;
	margin:0px;
}

#content a {
	text-decoration: underline;
}

/* FOOTER */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #050353;
	float:none;
}

#footer a {
	color: #050353;
	text-decoration: underline;
}

/* HEADINGS */
h1 {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #fcff72;
	padding-left:200px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	/*float:right;*/
	/*padding-left:200px;*/
	/*width:596px;*/
	/*padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 8px;
	margin-bottom: 3px;
	margin-top: 5px;*/
}