/* Start of CMSMS style sheet 'position.css' */
/* Table of contents 
	General
	Navigation
	Headings
	Footer	
	Special Elements*/
	
/* GENERAL */

#wrap {
	width:960px;
    margin:60px auto 0 auto;
}

#content {
	padding: 0 240px;
}

/* NAVIGATION */

ul#nav {
	display: inline;
	width:240px;
	float:left;
	margin:0px;
	position:relative;
	top: -0.75em;
	right: 2em;
}

ul#nav ul{
	margin:0px;
}

/* Fix IE6 3px gap */
#content p {
	display:inline-block;
}

/* HEADINGS */

/* FOOTER */

p#footer {
    clear:both;
    display:block;
	margin: 1em 0 0 0;
}

/* SPECIAL ELEMENTS */

ol, ul, blockquote, code {
	margin: 0.5em 60px;
}

code {
	clear:both;
    display:block;
	font-size:1em;
}





/* End of 'position.css' */

