body{
	background-color: white;
	background-image: url('../images/rounded_bg.png');
	font-family: Arial, Verdana, sans-serif;
	font-size:80%;
	border:0px;
	text-align:left;
	margin:0px auto;
	line-height:140%;
	
	background-repeat: no-repeat;
	display: block;
	color:#444;
	background-color: white;
	background-position: top center;
}
	
div.left-narrow {
	width:70%;
	float:left;
	}

p {
	margin-left:5px;
	/*line-height:140%;*/
}

p.underline {
	text-decoration:underline;
}

p.caption{
	font-size:80%;
	color:rgb(115,115,115);
	padding:0 3em;
	width:350px;
}

p.caption-wide{
	font-size:80%;
	color:rgb(115,115,115);
	padding:0 3em;
	width:550px;

}

.big-cap {
	font-size:115%;
}

img {
	border: 0px solid;
	display:block;
}

ul {
	list-style-type:square;
}

li{
	margin:0.5em;
}

table {
	margin-left:5px;
}

h1,h2,h3 {
	
	border-bottom:1px solid;
	/*background-image: url('images/heading-fade.png');*/
	margin-left:5px;
	margin-top:1em;
	line-height:100%;
}

object {
		margin-left:5px;
}

h1.low {
	margin-top:0.25em;
}

blockquote {
	padding-left:5em;
	color:rgb(100,100,100);
}

table.table-1
{ 
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;}
	
table.table-1 td {
	padding:5px;
	border-bottom: 1px solid;
}

table.contact-form
{ 
	vertical-align:top;
	border: 0px solid;
	border-collapse: collapse;
	border-spacing: 0px;}
	
table.contact-form td {
	padding:5px;
}

.headline{
	font-size:120%;
}

#header{
	border:0px solid;
	width:890px; 
	margin-top:10px;
	margin-bottom:0px;
	height:85px;
}

#container{
	margin:0 auto;
	width:890px;
	padding: 0 0 0 0;
	position: relative;
	background-color:rgb(250,250,250);
	/*border:1px dashed;*/
	/*background-image:url('images/menubar_brush.jpg');*/}

#menubar{
	width:890px;
	height:28px;
	padding:0px 0;
	text-align:center;
	vertical-align:middle;
	background-color:rgb(215,215,215);
	background-image:url('../images/menubar_brush.jpg');
	font-size:100%;
}

#menubar a {
	text-decoration:none;
	padding:0 1em;
	color:black;
}

#menubar a:hover {
	color:blue;
	/*background-color:green;*/
}

#footer{
	width:890px;
	height:30px;
	padding: 9px 0;
	text-align:center;
	vertical-align:middle;
	background-color:white;
	background-image:url('../images/footer_brush.jpg');
	font-size:100%;
	background-repeat: no-repeat;
}

#footer a {
	text-decoration:none;
	padding:0 2em;
	color:black;
}

#footer a:hover {
	color:blue;
	/*background-color:green;*/
}

#flash-demo{
	padding:3px 0 0 0;
}

#page-content{
	padding: 0 6px;
}

#left-column{
	/*width:455px;*/
}

#video{
	width:425px;
	height:344px;
	float:right;
}

#old-content{
	padding:20px 0px 0px 6px;
}