	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #5285bd url(img/bg.jpg) top left repeat-x;
	font: 13px/1.4 helvetica, arial, verdana, sans-serif;
	color: #036;
	margin: 0;
	}
	
	/*	Typography	*/
	
h2	{
	font-size: 19px;
	font-family: georgia, serif;
	font-weight: normal;
	color: #39c;
	padding: 0;
	margin: 0 0 13px 0;
	}
	
h3	{
	background: #963;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 12px 0;
	padding: 7px 0 7px 15px;
	width: 210px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

h4	{
	font-size: 14px;
	color: #036;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #369;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #69c;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #a6c7ec;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Admin Styles	*/
	
#selectomatic	{
	background: #369;
	padding: 6px 20px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #a6c7ec;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#content 	{
	background: #a6c7ec url(img/shell.jpg) top left repeat-x;
	width: 940px;
	float: left;
	margin: 0;
	padding: 30px;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/corner.png) bottom right no-repeat;
	width: 1000px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	}

#ink	{
	background: transparent;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	}

.invisible	{
	display:block;
	width: 113px; height: 30px;
	text-indent: -9000px;
	background: url(img/ink.png) no-repeat;
	overflow: hidden;
	float: right;
	margin: 0 10px 0 0;
	}
	
	/*	Main Navigation	*/
	
#globalnav	{
	height: 60px;
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 60px;
	width: 1000px;
	background: transparent url(img/menu.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 60px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 8px; width: 74px;}
#tickets	{left: 319px; width: 100px;}
#about	{left: 429px; width: 118px;}
#sponsors	{left: 558px; width: 121px;}
#history	{left: 689px; width: 149px;}
#contact	{left: 849px; width: 139px;}

#home a:hover {background: transparent url(img/menu.jpg) -8px -60px no-repeat;}
#tickets a:hover {background: transparent url(img/menu.jpg) -319px -60px no-repeat;}
#about a:hover {background: transparent url(img/menu.jpg) -429px -60px no-repeat;}
#sponsors a:hover {background: transparent url(img/menu.jpg) -558px -60px no-repeat;}
#history a:hover {background: transparent url(img/menu.jpg) -689px -60px no-repeat;}
#contact a:hover {background: transparent url(img/menu.jpg) -849px -60px no-repeat;}

	/*	Speakers Navigation	*/
	
#speakers	{
	height: 225px;
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#speakers #menu_speakers	{
	height: 225px;
	width: 1000px;
	background: transparent url(img/speakers.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#speakers #menu_speakers li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu_speakers li, #menu_speakers a {
	height: 225px;
	display: block;
	}
	
#speakers #menu_speakers li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#speaker1	{left: 280px; width: 180px;}
#speaker2	{left: 460px; width: 180px;}
#speaker3	{left: 640px; width: 180px;}
#speaker4	{left: 820px; width: 180px;}
	
	/*	Data Tables	*/

.header	{
	background: #036;
	color: #fff;
	font-weight: bold;
	}

.data	{
	border: 1px solid #039;
	background: #fff;
	}

.alt	{
	background: #ddeafa;
	}
	
	/*	Other Styles	*/
	
#logos	{
	width: 920px;
	height: 110px;
	margin: 10px auto;
	padding: 10px 0 0 10px;
	background: transparent url(img/sponsors/bg.png) top left no-repeat;
	}
	
	/*   Links 	*/

a:link	{
	color: #036;
	font-weight: bold;
	}
	
a:visited	{
	color: #369;
	font-weight: bold;
	}
	
a:hover	{
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	}
