/*
Welcome to Jackie Warrington's CSS */

/*control main elements*/
body {
	background-color:#d9d9e2;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:0.9em Palatino linotype, Arial, Sans-serif;
	color:#89823e;
	line-height:1.3em;
	}
	/*control selectors*/
p {
	padding:0px 10px 0px 15px;
	margin:10px;
	}
#nav p {
	padding:5px;
	margin:0px;
	font:1em;
	color:#89823e;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	}
h1 {
	font-size:2.7em;
	font-weight:normal;
	color:#89823e;
	padding:10px;
	margin:10px;
	}
h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#89823e;
	padding:0px;
	margin:10px;
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:0px 10px 0px 15px;
	margin:10px;
	}
h4 {
	font-size:1.0em;
	padding:0px 10px 0px 15px;
	margin:10px;
	}
h5 {
	font-size:0.9em;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
h6 {
	font-size:0.7em;
	padding:5px 10px;
	margin:0px;
	}
#nav {
	width: 850px;
	margin:0px auto 0px auto;
	border-bottom:1px solid #461983;
	}
.left {
	width:210px;
	float:left;	
	margin:0px;
	}
.right {
	width:670px;
	float:right;		
	margin:0px;
	}
	/*control various divs*/
#header {
	width:850px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding-bottom:10px;
	position:relative;
	border-bottom:1px solid #461983;
	}
#container {
	width:100%;
	text-align:center;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	}
#stream {
	width: 850px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding:0px 10px 20px 10px;
	}
.padding {
	margin:0px;
	padding-top:15px;
	}
/*control footer*/
#footer {
	width:850px;
	height:75px;
	margin:0px auto;
	border-top:0px solid #461983;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding:20px;
	margin:0px;
	font-size: 0.77em;
	line-height:1.1em;
	}
/*control links*/
a:link {  color: #89823e;
	font-weight:bold;
	text-decoration:underline;
	}
a:visited {  color: #89823e;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {  color: #461983; 
	text-decoration:none;
	}
a:active {  color: #461983; 
	text-decoration:none;
	}
#nav a:link {  color: #89823e;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:visited {  color: #89823e;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:hover {  color: #461983; 
	text-decoration:none;
	}
#nav a:active {  color: #461983; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
.image_float{
	float:left;
	margin:0px;
	}
/*float right site*/
.site_float_r{
	float:right;
	margin:5px 10px 0px 25px;
	}
.float_r{
	float:right;
	margin:15px;
	}
.border {
	border:1px solid #89823e;
	margin:5px 2px;
	}
ul {
	margin-left:50px;
	padding:0 10px;
	line-height:140%;
	list-style-image:url(images/bullet.gif);
	}
.clear {
	clear:both;
	}
.justify {
	text-align:justify;
	}
hr {
	border:1px solid #096;
	padding:0px;
	margin:0px;
	}
