body {
	background-color: #EDEDD3;
	text-align: center; /* Center wrapper for IE/Win */
	font-family: ariel, sans-serif;
	font-size: 13px; /* set doc font size, use 100% in rest of doc */
	margin: 0px;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	}

#header {
	height: 95px;	
	background: url(../images/rigg-logo.png);
	}
	
#header h1 {
	display: none;
	}

h2 {
	font-size: 110%;
	margin: 0;
	}
/* ================================= */

/* Begin Navigation */
#nav 	{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	}

#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: #1E6E25 url(../images/out.png) center center repeat-x;
	}

#nav ul li {
	display: inline;
	}

#nav ul li a {
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
	}

#nav ul li a:visited	{
	color: white;
	}

#nav ul li a:hover, #nav ul li .current {
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(../images/in.png) center center repeat-x;
	}

	/* End Navigation */
	/* ====================================== */	
	/* inline images */
.picture 
	{ 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 3px; 
	font: italic 80% Arial, sans-serif;
	text-align: center;
	}
	
.picture img 
	{ 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
.right 
	{
	 margin: 0.5em 0pt 0.5em 0.8em; 
	 float:right; 
	}
	
.left 
	{ 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	} 	
	/* end inline images */
	/* =================================== */	

#content {
	background-image: url(../images/shadow2.gif);/* nav shadow */
	background-repeat: repeat-x;	
	padding: 0.8em;
	}

#footer {
	padding-top: 1.5em;	
	clear: both;
	/* background: #EEE9BF; */
	text-align: center;
	}

#footer img {
	border-style: none;
	}
	
#extra
	{
	
	background-color: #fff;
	padding-top: 50px;
	text-align: center;
	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	}

#videos {
	width: 562px;
	margin-left: 110px;
	border-top: 1px solid #ccc;
}

/* ************************* */
/* Layout for the links page */

/* Links container */

img {
	border-style: none;
}

.links {
	width: 680px; /* Width of the DIV */
	margin-left: 60px; /* Push DIV right 60px to center it */
	}

/* Image and link here */
.linksLogo {
	width: 200px;
	float: left;
	}
	
/* Link description here */
.linksCaption {
	width: 465px;
	float: right;
	}
/* End layout for links page */

.clearboth {
	clear: both;
	}
	
	/* Begin nav for downloads page */
	.navbuttons a {
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	background-color: #A2AAB5;
	display: block;
	padding: 3px 0px 3px 0px;
	width: 116px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-image: url(../images/out.png); /* This is where a bg image goes */
	background-repeat: repeat-x;
	} 
	
	.navbuttons a:hover, .navbuttons a:active {
	background-color: #333333;
	color: #FFFFFF;
	padding: 4px 0px 2px 0px; /*shift text down 1px for selected and active item*/
	background-image: url(../images/in.png); /* This is where the bg image goes */
	background-repeat: repeat-x;
	} 
	/*  nav for downloads page */	
