html {
	margin:0;
	padding:0;

}
body {
	background-color: #7b7b7b;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	text-align:center;
	color: #02032C;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
#frame {
	width:815px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	height: auto;
	background-color: #FFFFFF;
}
#frame #bottom {
	clear: both;
	float: left;
	height: 39px;
	width: 815px;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#frame #bottom p {
	font-size: 11px;
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
}

#frame #top {
	float: left;
	height: 175px;
	width: 815px;
	position: relative;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#frame #left_content {
	float: left;
	width: 175px;
	position: relative;
	height: auto;
	margin: 0px;
	padding: 0px;
	left: 7px;
	background-color: #FFFFFF;
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#frame #left_content #details {
	float: left;
	height: 225px;
	width: 175px;
	font-size: 12px;
	position: relative;
	top: 10px;
}
#frame #left_content #credit {
	float: left;
	position: relative;
	height: auto;
	width: 175px;
	top: 15px;
}
#frame #right_content #content_title {
	height: 30px;
	width: 619px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
}
#frame #right_content #content_title h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#frame #right_content #content {
	float: left;
	width: 619px;
	height: auto;
	background-color: #EBEBEB;
	background-image: url(images/content_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 10px;
	font-size: 12px;
}




#frame #left_content #details p {
	margin-left: 10px;
}
.text {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.text2 {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}
.text3 {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FF0000;
	font-weight: bold;
}


#frame #right_content {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	height: auto;
	width: 619px;
	left: 13px;
}




/* navigation*/

#frame #left_content #nav {
	float: left;
	height: 146px;
	width: 175px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#frame #left_content #nav ul
{
     padding: 0;
     margin: 0;
     list-style: none;height:29px
}


#frame #left_content #nav li
{

}

#frame #left_content #nav a
{
	width: 170px;
	display: block;
	color: #040436;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background-image: url(images/button_off.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

}
#frame #left_content #nav a:hover {
	background-image: url(images/button_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#frame #right_content #content .flash object {
	margin-left: 5px;
	margin-top: 5px;
}

#frame #left_content #nav a.home {
	background-image: url(images/button_off_home.gif);
	background-repeat: no-repeat;
}
#frame #left_content #nav a:hover.home {
	background-image: url(images/button_on_home.gif);
	background-repeat: no-repeat;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#frame #right_content #content hr {
	color: #EBEBEB;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0033CC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
