/*
WNW Design Ltd.
StarterSite Template #1
XHTML/CSS Compliant
Last Edited 5th May 2005
*/


/* wildcard, meaning "every child" attribute. Sets this attribute for everything on the page. You can also add other style properties to this which need to appear sitewide */

* {
text-decoration : none;
vertical-align : top;
}

	img {
	border : none;
	}


/* main body attribute - sets font specifications. fonts should be specified as a percentage so that it is both cross-browser compatible and can be resized */ 

body {
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0px;
}


/* marquee */

#marquee {
background : #1F477D;
color : #fff;
display : block;
padding : 5px 0;
font-size : 2.4em;
width : 100%;
text-align: center;
}

	#marquee span {
	text-shadow:#000000;
	font-weight: bold;
	color: #FFFF00;
	}

	#marquee a {
	color : #fff;
	}
	
		#marquee a:hover {
		color : #c0c0c0;
		}


/* logo on left controlled by background-image property, if wider than 90 pixels, adjust the padding-left accordingly to get the h1 in the right position */

a#logo {
background : url(images/logo.jpg) no-repeat;
color : #000;
display : block;
font-size : 3.2em;
padding : 40px 10px 40px 200px;
}


/* container for main body, the background color on the left is specified by a repeating background image, this is so that when the content expands, the color on the right expands aswell. background image is 150 pixels wide and 1 pixel high */

#container {
background : url(images/back.jpg) repeat-y;
height : 1%;
}

	html>body #container {
	height : auto;
	overflow : auto;
	}


/* left navigation area, adjust background-color property accordingly */

ul#left {
color : #fff;
float : left;
font-size : 1.1em;
margin : 0;
list-style : none;
padding : 0;
width : 150px;
}

	ul#left li {
	border-bottom : 2px solid #fff;
	padding : 5px 10px;
	}

	ul#left a {
	color : #fff;
	font-weight : bold;
	}
	
		#left a:hover {
		color : #c0c0c0;
		}


/* this is the entire right content area, no need to edit this, unless you need to add a background-color property */

#right {
font-size : 1.2em;
margin : 0 0 0 150px;
text-align : center;
}


/* this h1 controls the page title */

h1 {
background : #c0c0c0;
border-left : 2px solid #ffffff;
font-size : 2.2em;
margin : 0;
padding : 15px 20px;
text-align : right;
}


/* this is the main content division, the right area is floating, and can be removed in the template - if done, remove the margin-right property on the #contentleft division */

#content {
height : 1%;
margin : 30px auto;
text-align : left;
width : 700px;
}

	html>body #content {
	height : auto;
	overflow : auto;
	}


/* main */

#main {
float : left;
line-height : 1.5em;
width : 500px;
}

	#main table {
	font-size : 1em;
	margin : 0 0 13px 0;
	}

	#main p {
	margin : 0;
	padding : 0 10px 12px 0;
	}

		#main p#message {
		background : #eee;
		border : 1px solid #c0c0c0;
		margin : 0 10px 12px 0;
		padding : 5px;
		}

	#main a {
	color : #4F81BD;
	}
	
		#main a:hover {
		color : #000;
		text-decoration:underline;
		}


/* images */

#images {
float : left;
width : 200px;
}

	#images img {
	border : 0;
	margin : 0 0 5px 0;
	}


/* spiderlinks */

p#spiders {
background : #c0c0c0;
color : #1F477D;
font-size : 1.1em;
margin : 0;
padding : 10px;
}

	p#spiders a {
	color : #1F477D;
	}
	
		p#spiders a:hover {
		color : #000;
		}


/* forms */

form {
margin : 0;
padding : 0;
}

	input, select, textarea {
	border : 1px solid #c0c0c0;
	font-family : Arial;
	font-size : 1em;
	width : 372px;
	}
	
		input#code {
		background : #fff url(images/common/code.gif) no-repeat;
		}
	
		textarea {
		height : 100px;
		}