/* CSS Document */

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 135px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 760px;
	width: 220px;
	height: 135px;
	background-image: url(../images/logo.jpg);
	border-right: 1px solid #A0A014;
}

#navi {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 980px;
	height: 33px;
	border-right: 1px solid #A0A014;
	margin:0;
}

#container {
	position: absolute;
	top: 168px;
	left: 90px;
	width: 890px;
	border-right: 1px solid #A0A014;
	border-bottom: 1px solid #A0A014;
	margin: 0;	
}

#title {
	top: 0px;
	left: 0px;
	height: 32px;
	position: static;
	width: 890px;
	padding-top: 20px;
}

#pic {
	top: 62px;
	left: 0px;
	width: 230px;
	height: auto;
	float: left;
	margin: 0;
}

#content {
	top: 62px;
	left: 0px;
	width: 570px;
	height: auto;
	float: left;
	margin: 0;
}

#footer {
	font-size: 10px;
	height: 15px;
	padding-top: 20px;
	margin-bottom: 5px;
	clear: both;
}

table.offer {
	background-color:#D2D278; 
	border-right:2px solid #787878; 
	border-bottom:2px solid #787878;
}

table.offer td{
	padding:3px;
	margin: 1px;
	background-color:#E9E9BC;
	border-top: 1px solid #D2D278;
	border-bottom: 1px solid #D2D278;
}

table.offer th{
	padding:3px;
}





/* GENERAL HTML TAGS */

body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin:0;
	padding:0;
}

h1{
	font-size: 14px;
	color: #000000;
}

h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #A39E20;
}

p {
	margin: 0px;
}

#content a:link, #content a:visited, #content a:active{
	color: #000000;
	border-bottom: 1px solid #A39E20;
	text-decoration: none;
}

#content a:hover{
	color: #A39E20;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

#content a:active {
	color: #A39E20;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

#footer a:link, #footer a:visited, #footer a:active{
	color: #A0A014;
	border: 0;
}

#footer a:hover{
	color: #E9E9BC;
	border: 0;
	
}

ul {
	margin-top: 0px;
}

.imageborder {
	border-bottom: 3px solid #FFFFFF;
}