* {
	-moz-box-sizing: border-box; /* Mozilla */
	box-sizing: border-box; /* Opera7 */
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body{
	background-image:url('bg.jpg');
	font-family: tahoma;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	width: 100%;
	color: #400e27;
}
h2 {
	color: #899d0a;
}
h3{
	font-style: italic;
}
h3 #price{
	font-size: 12px;
	font-weight: normal;
}
.content {
	float: left;
	width: 735px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #ffffff;
}
.error{
	font-weight: bold;
	color: red;
}
.exhibitors{
	vertical-align: top;
}
.exhibitors a{ 
	float: left;
	display: block;
	width: 180px;
	height: 100px;
}
.exhibitors img{
	border: 0px;
}
.footer {
	width: 900px;
	height: 60px;
	background: #001e1e;
	border: solid 1px #444444;
	color: #FFFFFF;
}
.footer p{
	margin: 0px;
}
.footer #links a{
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 3px;
	text-decoration: none;
}
.footer #copyright{
	font-size: 11px;
	text-align: center;
	margin-top:25px;
}
form.ex_form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
form.ex_form fieldset {
	margin-bottom: 10px;
	background: #F2F2F2;
}
form.ex_form legend {
	padding: 0 2px;
	font-weight: bold;
}
form.ex_form label {
	display: inline-block;
	width: 200px;
	line-height: 1.8;
	vertical-align: top;
}
form.ex_form fieldset ul {
	margin: 0;
	padding: 0;
}
form.ex_form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.ex_form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.ex_form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.ex_form fieldset fieldset label {
	display: block;
	width: 200px;
}
form.ex_form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.ex_form label {
	width: 150px; /* Width of labels */
}
form.ex_form fieldset fieldset label {
	margin-left: 153px; /* Width plus 3 (html space) */
}

.header{
	height:143px;
	width:900px;
	background-image:url('header.jpg');
	border: solid 1px #444444;
}
.header #tag{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 20px;
	position: relative;
	top: 92px;
	left: 205px;
}
.header #date{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 18px;
	position: relative;
	text-align: right;
}
.mainCon{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.mainCon, .content, .navCon{
	background: #FFFFFF;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.mainCon{
	background: url('left_col.jpg');
	background-repeat: repeat-y;
}

.navCon{
	float: left;
	width: 160px;
	background: #BDC7C9;
	border: solid #BDC7C9 1px;
}
.navCon a{
	line-height: 25px;
	margin: 5px 5px 5px 5px;
	padding-left: 5px;
	background: #8db0b8;
	display: block;
	font-weight: bold;
	color:  #FFFFFF;
	text-decoration: none;
}
.navCon a:hover{
	color: #BDC7C9;
	background: #1b2d51;
}
.wrapper{
	width:900px;
	margin: 0 auto;
}

