/*
www.ChrisBeales.net default Stylesheet - (c) Chris Beales 2006-2007

Version date = 15/09/2007
*/

body {
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: white;
	background-position: center center;

	height: 100%;
	width: 100%;
	margin: 0;
	padding: 2px;
	position: static;

	font-family : times, sans-serif;
	font-size : medium;
	color : black;
}

/*
Headings
*/

h1 {
	font-size : xx-large;
	color : green;
} 

h2 {
	font-size : x-large;
	font-weight : bolder;
	color : red;
} 

h3 {
	font-size : x-large;
	font-weight : bolder;
	color : red;
} 

em {
	font-style : italic;
	font-weight : bolder;
	color : green;
}

/*
Linking
*/

a:link {
	color : navy;
	text-decoration : underline;
}

a:visited {
	color : navy;
	text-decoration : underline;
}	

a:hover {
	color : blue;
	text-decoration : underline overline ;
}	

/* 
Lists
 */

ol {
	list-style-type : none;
}

ul {
	list-style-type : square;
	list-style-position : inside;
}

li {
	margin-bottom : 1em;
}

/*
Tables
*/

tr	{
	padding-bottom : 3px;
}

th, td {
	border : none;
	padding-left : 10px;
	padding-right : 10px;
	margin : 0px;
}

/*
Miscellaneous
*/

.menuContainer {
	position: absolute;
	left: 0%;
	width: 100%;
	clear: both;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.menu	{
	position: relative;
	left: 10%;
	width: 80%; 
	background-image: url('images/watermark.gif'); 
	background-repeat: repeat; 
	border: 2px solid #D75555;
	padding : 10px;
	margin: 0px;
	text-align: center;
}