html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
	background-image: url(images/frame_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;

}
#frame #top {
	width:750px;
	height:117px;
	position:relative;
	float:left;
	margin:0;
	padding:0;}
#frame #left_content {
	width:165px;
	height:360px;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
}
#frame #left_content #nav {
	float: left;
	position: relative;
	width: 160px;
	left: 5px;
}
#frame #left_content #nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 160px;
}
#frame #left_content #nav ul {
	margin: 0px;
	padding: 0px;
}
#frame #left_content #nav a {
	display: block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	color: #000000;
}
#frame #left_content #nav a:hover {
	color: #FFFFFF;
	background-color: #0072BC;
}
#frame #left_content #details {
	float: left;
	width: auto;
	left: 10px;
	top: 10px;
	position: relative;
}


#frame #right_content{
	width:585px;
	height:auto;
	position:relative;
	float:left;
	margin:0;
	padding:0;}
#frame #right_content p {
	margin: 10px;
}
#frame #right_content h1 {
	font-size: 12px;
	margin: 10px;
	background-color: #0072BC;
	padding: 3px;
	color: #FFFFFF;
}
#frame #right_content h2 {
	margin: 10px;
	font-size: 18px;
}

#frame #right_content a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#frame #right_content a:hover {
	text-decoration: underline;
}


#frame #bottom{
	width:750px;
	height:90px;
	position:relative;
	float:left;
	margin:0;
	padding:0;}
.style1 {color: #CB0000}

