/*--------------------------------------------------
Monksmead style sheet for holding page

version 1.0
author: platform 1 design
email: info@platform1design.com
website: http://www.platform1design.com
--------------------------------------------------*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:1.7em;
	color: #38538e;
}

body {
	background-image: url(images/leftband.gif);
	background-repeat: repeat-y;
	margin: 20px 20px 20px 160px;
	width: 550px;
}

h1 {
	font-weight: bold;
	font-size: 14px; 
	margin: 1.7em 0 0 0;
}	

h2 {
	font-weight: bold;
	font-size: 12px; 
	margin: 1.7em 0 0 0;
	}
	
p {
	margin: 0.7em 0 0 0;
	}
	
.field200 {
	width: 30em;
	height: 2em;
	line-height: 2em;
	}
	
.field200multi {
	width: 30em;
	}
	
.warning {
	color: #975524;
	font-weight: bold;
}

a, #footer a {
	border-bottom: 1px dotted;
	text-decoration: none;
	}
	
#footer, #footer a {
	font-size: 9px;
	}
