/*
CSS for 2007 Murrumbidgee Field Nats site
*/


body {	
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: transparent;
	line-height: 125%;
	padding: 0px;
	margin: 0px;
	background-color: #ffff66;
	}

h1	{
	font: normal bold Serif;
	color: black;
	text-align: center;
	padding-bottom: 5px;
	}

h2	{
	font: normal small-caps bold Lucida;
	color: navy;
	line-height: 125%;
	}

p	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: small;
	color: black;
	text-align: justify;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 20px;
	}

ul	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: small;
	color: black;
	text-align: justify;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	}

form.newsletter fieldset {
	border: 2px solid navy;
	padding: 10px;
}

form.newsletter legend {
	font-weight: bold;
	font-size: small;
	color: navy;
	padding: 5px;
	}
form.newsletter label.fixedwidth {
	diplay: block;
	width: 240px;
	float: left;
	}
form.newsletter .buttonarea input {
	background: #ba3f42;
	color; b7ff6f;
	font-weight: bold;
	padding: 5px;
	border: 1px solid navy;
	}
.feature	{
	float:right;
	margin: 10px;
	}


a:link	{
	color: black;
	}

a:visited	{
	color: navy;
	}

a:hover	{
	text-decoration: none;
	color: white;
	background-color: Navy;
	}

a:active	{
	color: aqua;
	background-color: navy;
	}

#navigation	{
	font-size: small;
	padding: 1px 1px 1px 1px;
	background-color: #cccc66;
	color: navy;
	font-weight: bold;
	font-color: navy; 
	width: 200px;
	height: 200%;
	}
#footer	{
	font: normal normal lighter Arial, Helvetica, Sans-Serif;	
	font-color: navy;
	font-size: small;
	}

#header	{
	background-color: #cc3300;
	font-family: Lucida;
	font-size: x-large;
	font-weight: lighter;
	height: 150px;
	padding-bottom: 10px;
	}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/


#navigation, #bodycontent, #header, #rightnav, #kidspix	{
	position: absolute;
	}

#header	{
	width: 100%;
	}

#navigation, #bodycontent, #kidspix	{
	top: 100; 
	padding-top: 10px;
	}

#kidspix	{
	padding-left: 30px;
	}

#navigation	{
	top: 160px;
	}

#bodycontent	{
	top: 200px;
	left: 200px;
	width: 80%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}


#rightnav	{
	top: 200px;
	left: 800px;
	width: 450px;
	}

