* {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #0072BC;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5 { 
	font-family: "Times New Roman", Times, serif;
	color: #000D33; 
	margin: 10px 0;
}
h2 {
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px solid #9B8B40;
}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	text-align: center;
}
table td {
	padding: 5px;
}
.clear { clear: both;}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	background: #000D33 url(../img/bg.gif) repeat-x;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 952px;
	background: url(../img/bodybg.gif) repeat-y;
	overflow: hidden;
}
#logo {
	height:167px;
	width:952px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9000px;
	float: left;
}
#left {
	width: 231px;
	font: 1em "Times New Roman", Times, serif;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	color: #FFF;
	font-size: 1.2em;
}
#navcontainer ul {
	margin: 20px 0;
	padding: 0 0 0 2px;
	list-style-type: none;
}
#navcontainer li {
	margin-left: 0;
	background: none;
	text-indent: 0;
	border-bottom: 1px solid #9B8B40;
}
#navcontainer a {
	display: block;
	text-indent: 10px;
	line-height: 28px;
	height: 28px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #FFF;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #9B8B40;
	text-decoration: none;
}
#twitter_div, #meetings, #theme-logo, #ri-rss {
	padding: 10px;
	color: #FFF;
}
#twitter_div h2 {
	color: #FFF;
}
#twitter_div ul {
	padding-left: 0;
	list-style: none;
	font-size:1.1em;
}
#twitter_div ul li {
	padding: 10px 0;
}
#twitter_div a, #twitter_div a:visited {
	color: #9B8B40;
	font-weight:bold;
} 
#twitter_div a:hover {
	color: #FFF;
}
#meetings h2 {
	padding: 0;
	font-size: 1.3em;
	color: #FFF;
	border: none;
}
/* --- END LEFT--- */
#content {
	width: 600px;
	padding: 40px 60px;
	float: left;
	background: url(../img/copy-top.gif) no-repeat;
}
#speakers, 
#callout {
	padding: 10px;
	width: 180px;
	color: #FFF;
	background: #000D33 url(../img/callout.gif) repeat-y;
	float: right;
	clear: both;
}
#speakers {
	margin: 50px 0 20px 20px;
}
#callout {
	margin: 20px 0 20px 20px;
}
#speakers h2, 
#callout h2, #callout h2 a {
	color: #FFF;
	text-align: center;
	font-style: italic;
	border-bottom: none;
}
#callout a {
	color: #9B8B40;
	font-style: italic;
	text-decoration: none;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;
	border: 1px solid #9B8B40;
}
div.caption {
	margin: 0 0 10px 10px;
	width: 200px;
	float: right;
	clear: right;
	text-align: center;
}
div.caption p {
	text-align: center;
}
div.caption img {
	padding: 4px; 
	border: 1px solid #9B8B40;
}
/* Member images */
div.float {
	float: left;
	width: 120px;
	height: 160px;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: 1px solid #9B8B40;
}
div.float p { 
	text-align: center; 
	margin: 0;
	padding: 0;
	clear: both;
}
div.float img {
	text-align: center;
}
/* end Member images */
/* Gallery images */
div.gallery {
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: 1px solid #EEE;
}
div.gallery p { 
	text-align: center; 
	margin: 0;
	padding: 0;
	clear: both;
}
div.gallery img {
	text-align: center;
}
/* end Gallery images */
#footer {
	margin: 0px auto;
	position: relative;
	width: 952px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #EEE;
	border: none;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #EEE;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #9B8B40;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #FFF;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #9B8B40;
	text-decoration: none;
}