/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

.roll {
display:block;
height:42px; /* use the images' dimensions */
width:420px;
background-image:url(conference-image-files/secure-seat.png);
}
.roll:hover {
background-image:url(conference-image-files/secure-seat-hover.png);
}


h1 {


font-family:Verdana, Arial, Helvetica, sans-serif;


font-size:18px;


}

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
  background-image:url(conference-image-files/road-to-riches-bg.png);
 background-repeat:repeat-x;
 background-color:#b4051f;
 

}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}

#header {
 color: #333;
 width: 922px;
 float: left;
 height: 345px;
 margin: 10px 0px 0px 0px;
 background-image:url(conference-image-files/super-conference-header2.png);
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 30px;
 width: 638px;
 float: left;
 height:auto;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background:#FFF2F4;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 display: inline;
 height:auto;
}
#footer { 
 width: 900px;
 clear: both;
 border: 1px solid #ccc;
 background: #FFCC99;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 color:#000000;
}

#box {
	background-color:#E1F7FF;
	width: 570px;
	border: 3px dotted #99CCFF;
	padding: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
}

ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}


