/*
MASTER CSS - SJH Visuals
Author:		Paul Anthony West
Created:	2007/01/09
Edited:		2007/01/09
*/

@import url(content.css);

/* GLOBAL */
*{
/* set the fonts to a uniform size, including form fields as well as all headings etc */
	
	margin:0;
	padding:0;
}

html{
	height: 100%;
	font-size: 62.5%;
	}

body{
	text-align: center;
	background-color:  #000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #fff;
}

p{height: 1.4285em;}

img{border: 0px;}

a{
	color: #99ff00;
	text-decoration: none
}

a:hover{text-decoration: underline;}

/* CONTAINERS */
#header, #mainContainer, #footer{
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#header{height: 86px;}

#mainContainer{height: 520px;}

#logo, #navL1, #navL2, #content{position:relative;}

#logo, #navL2{float:left;}

#navL1, #content{float:right;}

#navL2{width: 261px;}

#content{width: 679px;}
