* { font-family: Verdana, Arial, Helvetica, san-serif; }

body {
	background-color: #fdeec1;
	background-image: url(/images/header-bkgd.gif);
	background-repeat: repeat-x;
	}

p {
	font-size: 0.8em;
	}
a:link {
	color: #df0000;
	}

a:visited {
	color: #df0000;
	}
	
strong {
	color: #330300;
	}
	
#container {
	background-color: white;
	background-image: url(/images/content-bkgd.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	position: absolute;
	top: 71px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	}

#content {
	width: 800px;
	}

#content-main {
	width: 450px;
	float: left;
	padding: 10px 30px 0 20px;
	}
	
#content-main ol {
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	}

.return {
	color: #777;
	font-size: 0.7em;
	}

#content-main table {
	font-size: 0.8em;
	background-color: silver;
	}

#content-main thead { color: white; }

#content-main thead td {
	background-color: silver;
	}

#content-main td {
	background-color: white;
	padding: 4px;
	}

#content-main thead {
	font-weight: bold;
	}

#content-main .photo-caption {
	font-size: 10px;
	color:#333333;
	text-align: center;
}

#content-right {
	width: 246px;
	float: right;
	padding: 10px 30px 0 20px;
	min-height: 500px; /* - for all standard compliant browsers - */
	}
  /* hack for IE 6 --http://www.cssplay.co.uk/boxes/minheight.html-- 
   *  in IE if content gets larger than height below #content will grow
   *  naturally
   */
    /*\*/

    * html #content-right {
      height: 500px;
      }
    /**/

#content-right ul {
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	}

#content-right ol {
	color: #333;
	font-size: 0.8em;
	line-height: 2.5em;
	list-style-image: url(/images/bullet.png);
	}

#content-right h2 {
	color: #330300;
	font-size: 0.8em;
	margin-top: 2em;
	}

#content ul {
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	}
#content h4 {
	color: #796b46;
	}

#content h5 { color: #796b46; font-size: 1.1em; font-family: serif; }

#console  /* Flash intro */ {
	width: 800px;
	height: 320px;
	float: left;
	clear: both;
	}

#tagline {
	background-color: #bf0303;
	width: 800px;
	height: auto;
	float: left;
	clear: both;
	}

#tagline h2 {
	color: #ffd700;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0.6em 0;
	}
	
#base {
	line-height: 1.2em;
	background-color: #e5d194;
	background-repeat: no-repeat;
	background-position: 360px 3px;
	width: 780px;
	float: left;
	clear: both;
	padding: 10px;
	}

#base-conference {
	width: 280px;
	height: auto;
	float: right;
	padding: 0 20px;
	}

#base-conference p {
	font-size: 0.8em;
	}

#base-conference h3 {
	color: #000;
	font-size: 0.9em;
	}

#base-conference img {
	float: right;
	border: none;
	}

#base-text {
	background-color: #fdeec1;
	width: 400px;
	float: left;
	padding: 0 20px;
	}

#base-text p {
	font-size: 0.8em;
	}

#base-text ul {
	font-size: 0.8em;
	margin-left: 0.8em;
	list-style-image: url(/images/bullet.gif);
	}

#footer {
	background-image: url(/images/footer-bkgd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	font-size: 0.7em;
	background-color: black;
	width: 760px;
	float: left;
	clear: left;
	padding: 10px 20px;
	}

#footer-nav {
	float: right;
	padding-bottom: 10px;
	}

#footer-nav a:link {
	color: #fdeec1;
	}

#footer-nav a:visited {
	color: #fdeec1;
	}

#footer-nav a:hover {
	color: #fff;
	}


