@charset "utf-8";

/*	-------------------------------------------------------------
	SATO Style Sheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		body {
			margin: 0px;
			padding: 0px;
			background-color: #000000;
			color: #ffffff;
			font-family: Helvetica, Arial,  sans-serif;
			text-align: center;
			font-size: 12px; }
			
		a, a:link, a:visited, a:active {
			background-color: transparent;
			text-decoration: none;
			color: #ff0000; }
			
		a:hover {
			background-color: transparent;
			text-decoration: underline;
			color: #ffffff; }
		
		a img {
			border:0px;}
		
		html {
			height: 100%;
			width: 100%;
			margin-bottom: 1px; }
	
/*	Generic Re-Useable Classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
		.clear {
			clear: both;
			padding: 0px;
			margin: 0px; }
	
		.accesibility {
			display: none;
			visibility: hidden; }
			
			
/*	-------------------------------------------------------------
	Main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Page Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
		#container {
			width: 935px;
			padding: 0px;
			margin: auto auto;
			text-align: left; }
ul#nav {
	float: left;
}

ul#nav li {
	float: left;
	display: block;
	list-style: none;
	margin: 0 2px;
}


