/*
    Document   : navigation
    Created on : Nov 5, 2011, 12:18:27 AM
    Author     : Steve Staples <thestapler.ca@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.navigation
{
	z-index: 100;
    display: block;
	position: fixed;
	top: 90px;
	width: 100%;
	min-height: 25px;
	height: 25px;
}

div.navigation .next
{
	min-width: 1000px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

