﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	margin: 30px auto;
	height: 1600px;
	width: 779px;
}

#top-banner {
position:relative;
	height:169px;
	width:385px;
	left:10px
}


#banner {
position:relative;
	height:172px;
	width:778px;
}
#top_nav {
position:relative;
	height:29px;
	width:778px;

}

#page_content {
position:relative;
	height:292px;
	width:778px;

}

#page_content2 {
position:relative;
	height:210px;
	width:778px;
}

#links {
	position:relative;
	height:100px;
	width:778px;
}
#convention_link1 {
	float:left;
	border-width: 0px;
    position:relative;
	height:79px;
	width:380px;
}
#convention_link2 {
	float:right;
	border-width: 0px;
	position:relative;
	height: 79px;
	width: 383px;
}
#cl_container {
	position:relative;
	height:70px;
	width:778px;	
}
#convention_link3 {
	border-width:0px;
	position:absolute;
	height:192px;
	width:210px;
	left:10px;
	top:0px;
}
#convention_link4 {
	border-width:0px;
	position:absolute;
	height:49px;
	width:451px;
	left:160px;
}
#bottom {
	position:relative;
	height:600px;
	width:778px;
	
}
#icecreamlogo{
	float:left;
	position:relative;
	width:228px;
	height:230px;
}
}
#vendors {
	float:right;
	position:relative;
	height: 230px;
	width: 540px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
}
#savethedate {
	position:relative;
	height:206px;
	width:145px;
	top:20px;
	left:40px;
	
}
#csu_logo{
	border-width: 0px;
	position: absolute;
	height: 100px;
	width: 127px;
	top:250px;
	left:300px;
}