/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Black Canyon
Author : Rhonda Riffey
URL :

Description : Marathon Flash Package Site

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
body {
	background: #000;
	margin: 0 0 10px 0;
	color: #6b736e;
	}

#container{
	width: 550px;
	w/idth: 570px;
	/width: 550px;
	margin: 10px auto;
	}

#header h1{
	width: 220px;
	height: 85px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/logo.jpg) center center no-repeat;
	text-indent: -9000px;
	}
	
	#header h1 a{
		width: 220px;
		height: 85px;
		display: block;
		margin: 0 auto;
		border: none;
		}

#navigation ul{
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	#navigation li{
		list-style-type: none;
		font: 11px Arial, Helvetica, sans-serif;
		}

p, label{
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	}

a:link, a:visited, a:active {
	color: #6b736e;
	text-decoration: none;	
	}
	
a:hover{
	color: #fff;
	}
	
#blackcanyon {
	width: 900px;
	height: 600px;
	font-size: 14px;
	margin: 0 auto;
	}

form{
	padding: 50px 0;
	}

#footer{
	text-align: center;
	}
	
	#footer .vcard{
		padding: 50px 0 25px 0;
		}
	
	.vcard div{
		font: 11px Arial, Helvetica, sans-serif;
		display: inline;
		padding-right: 10px;
		}
		