/* default html stylings */
*{
	border:0;
	margin:0;
	padding:0;
}
body{
	color:#000000;
	font:11px Verdana;
}

/* containers */
#header-container{
	margin:auto;
	width:933px;
}
#main-container{
	margin:auto;
	width:933px;
}
#footer-container{
	margin:auto;
	width:933px;
}

/* header */
#header{
	background:url(../images/header.png);
	float:left;
	height:140px;
	width:933px;
}
#menu{
	float:left;
	width:500px;
	text-align:center;
	margin-top:-130px;
	margin-left:215px;
	padding: 70px 0px 0px 70px;
}
#menu a{
	color:#242424;
	font:14px Verdana;
	margin-right:15px;
	text-decoration:none;
}
#menu a:hover{
	color:#fefefe;
	text-decoration:none;
}
.clear{
	clear:both;
}

/* content boxes */
.content-header{
	background:url(../images/content-header.png);
	height:11px;
	margin-left:3px;
	width:933px;
	height:6px;
}
.content-body{
	background:url(../images/content-body.png) repeat-y;
	margin-left:3px;
	width:933px;
	overflow:hidden;
}
.content-footer{
	background:url(../images/content-footer.png);
	margin:0px 0px 50px 3px;
	width:933px;
	height:12px;
}

/* main content */
#main-content{
	padding:0px 10px;
	width:913px;
}
#main-content h2{
	font-size:21px;
	font-weight:normal;
	text-align:center;
}
#main-content h3{
	text-align:center;
}
#content-left{
	margin-top:50px;
	padding-left:15px;
	float:left;
	width:600px;
}
#content-left ul{
	margin-left:35px;
}
#content-left li{
	text-decoration:none;
	color:#000000
}
#content-left-convention{
	margin-top:50px;
	padding-left:15px;
	float:left;
	width:600px;
}
#content-left-convention ul{
	list-style: none;
}
#content-left-convention li{
	color:#000000;
	text-align:center;
	margin-bottom:10px;
	text-decoration: underline
}
#content-left-convention a{
	color:#000000;
	text-decoration:none;
}
.banner-top{
	margin-bottom:34px;
	padding-left:50px;
	float:left;
	width:500px;
	height:83px;
}
#content-right{
	float:right;
	margin-top:15px;
	/* margin-bottom:10px; */
	padding-top:30px;
	/* padding-bottom:30px; */
	text-align:center;
	width:250px;
	border-left:1px dashed;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#content-right ul{
	list-style: none;
}
#content-right li{
	margin-bottom:15px;
}

/* footer */
#footer{
	background:url(../images/footer.png);
	color:#fff;
	height:50px;
	padding-top:60px;
	width:100%;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	border-bottom: 1px dotted #fff;
}
#footer-left{
	float:left;
}
#footer-right{
	float:right;
}
#footer-right a{
	margin-right:10px;
}
