/* Stylesheet by Cornish WebServices for Christian Marshall STonemasons
Colours are:
	orange text :#FF9900;
------------------------------------------------------------------------------------*/

/*************************/
/*  MAIN BODY */
/*************************/

body {
	font-size: 100%;
	margin: 0em ; 
	padding: 0em; 
	font-family: Times New Roman, Times, serif;
	background: #fff;
}
h1 {font-family: Times New Roman, Times, serif; 	color:#FF9900; font-weight:normal;}
h2 {font-family: Times New Roman, Times, serif; 	color:#FF9900;font-weight:normal;}
h3 {font-family: Times New Roman, Times, serif;}
p {font-family: Times New Roman, Times, serif;}
li {font-family: Times New Roman, Times, serif;}

/*************************/
/*  General Styles */
/*************************/
.floatleft {float:left; margin-right:10px;}
.floatright {float:right; margin-left:10px;}
.center {text-align:center;}

/*************************/
/* Page Regions */
/*************************/
#page {
	font-size: 100%;
	margin: 1em ; 
	padding: 0em; 
	font-family: Times New Roman, Times, serif;
	background: #fff;
	background-image:url(../images/orange-gradient.gif);
	background-repeat:repeat-y;
	color: #222;	
}

#leftmenu {
	width: 120px; 
	margin: 0em ; 
	padding-top:80px;
	float:left;
	text-align:center;
	border:none;
}
a.menubutton { 
	margin-bottom:4px;
	background-image:url(../images/stone.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:108px; height:32px;
	display:block; 
	padding-top:2px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	color:#336666;
}
a.menubutton:visited {	color:#336666;}
a.menubutton:hover {	color:#336666;}

#maincontent {
	margin-left:140px;	
}
h1 {font-size:110%; text-align:center;}
h2 {font-size:105%;}
/*************************/
/*  Header */
/*************************/
.header {
	text-align:center; margin:0; padding:0; padding-bottom:10px;
}
.header h1 {font-weight:normal; color:#FF9900; margin:0.2em; font-size:200%;}
.header h2 {font-weight:normal; color:#FF9900; margin:0.2em; font-size:140%;}
/*************************/
/*  Footer */
/*************************/
.footer { 
	text-align:center; margin:0; padding:0; padding-top:15px;
}
.links {color:#FF9900;}
a {color:#FF9900;}
a:visited {color:#FF9900;}
a:hover {color:#336666;}

a.footer {color:#000; text-decoration:none;}
a.footer:visited {color:#000; text-decoration:none;}
a.footer:hover {color:#333; text-decoration:none;}
.copyright {font-size:75%; text-align:right; color:#999999;}
.copyright a {color:#999;}
.copyright a:visited {color:#999;}
.copyright a:hover {color:#666666;}
