/* CSS Document */

body {
	background-color: #333333;
	background-image: url(../images/rigger_bg.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin: 20px;
	width: 672px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;	
	line-height: 150%;
	margin: 0;
}	

h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 150%;	
	margin: 0;
}

li{
	padding: 0;
}

p{
	line-height: 200%;
}

ul{
	margin: 0;
	padding: 0;
}

#content {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(../images/border-top_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#content a:active, #content a:link, #content a:visited {
	color: #FFCC00;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	color: #CCCCCC;
	display: block;
	font-size: 0.6em;
	padding-top: 15px;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(../images/rigger_header.jpg);
	background-repeat: no-repeat;	
	height: 139px;
}

#navigation {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(../images/border-top_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFCC00;
	font-weight: bold;	
	margin-top: 50px;
	padding-bottom: 6px;
}

#navigation a {
	font-weight: bold;	
	padding-bottom: 3px;
	padding-right: 2px;
	text-decoration: none;
}

#navigation a:active, #navigation a:link, #navigation a:visited {
	background: none;
	color: #FFCC00;
	font-weight: bold;		
	text-decoration: none;
}

#navigation a:hover {
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #FFCC00;
	font-weight: bold;	
}

.footer {
	display: inline;
	list-style-type: none;
	padding-left: 2px;
}

.nav  {
	display: inline;
	list-style-type: none;
	padding-right: 2px;
}