@charset "utf-8";

.test3 #container {
	width: 78%;
	height: 100%;
	min-height: 650px;
	min-width: 760px;
	max-width: 1600px;
	position: absolute;
	left: 200px;
	top: 0px;
	!background-color: #0099CC;
} 

.test3 #topbar1 {
	height: 116px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../image/fiddle2010logo.gif);
}

.test3 #dates {
	height: 80px;
	width: 230px;
	position: relative;
	left: 10px;
	top: -10px;
	vertical-align: top;
	padding: 0px;
}

.test3 #venue {
	height: 35px;
	position: absolute;
	left: 240px;
	top: 24px;
	width: 35%;
	min-width:310px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: baseline;
}

.test3 #marker {
	height: 30px;
	position: absolute;
	top: 23px;
	width:17px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../image/marker.gif);
	right: 25%;
	!background-color: #FF3399;
}	

.test3 #title {
	height: 87px;
	width: 260px;
	visibility: visible;
	top: -5px;
	position: absolute;
	right: 0px;
}
.test3 #menubar {
	background-color: #F8A260;
	position: absolute;
	height: 28px;
	width: 100%;
	top: 70px;
	left: 0px;

}
.test3 #menu {
	background-color: #F8A269;
	position: absolute;
	height: 28px;

!	width: 60%;
	min-width: 760px;
	top: 0px;

!	left: 10%-10px;
	visibility: visible;
!	padding-right: 50%-380px;
	padding-left: 50%-380px;
}
.test3 #artical {
	!background-color: #0066FF;
	position: absolute;
	min-height: 500px;
	bottom: 75px;
	top: 98px;
	width: 100%-10px;
	visibility: visible;
	left: 0px;
	overflow: auto;
	padding-right: 10px;
}

.test3 #left-pic {
	float: left;
	position: absolute;
	height: 534px;
	width: 200px;
	top: 116px;
	right: 0px;
	left: 0px;
	!background-color: #FF0000;
	visibility: visible;
}
.test3 #footer {
	position: absolute;
	height: 52px;
	width: 100%;
	min-width: 760px;
	text-align: center;
	bottom: 15px;
	left: 0px;
	visibility: visible;
	border-top-width: thin;
	border-top-style: solid;

}

