

/***************************************************
 * Livery Yard CSS v0.1
 * Mark Furnevall - Sunspace
 * Email mark@sunspace.ltd.uk
 * May 2008
 ***************************************************/
 
* {/* removes all default padding/margins */
padding:0px;  
margin:0px;
}

body { 
	background: #fff; 
	font: 76%/1.6em Arial; 
	color: #34314F; 
	text-align: left; 
}

/*----- main divisions and elements -----*/

div#wrapper{
	width:725px;
	margin: 10px auto 15px auto; 
}

div#top,
div.mid,
div.bot{
	border: 1px solid black;
	margin:5px;
	padding:15px;
}

div#top h1{
	margin-top:50px;
	text-align:center;
}

div.topside {
  padding-left:10px;
}

div#menu {
	clear:both;
	text-align:right;
}

div#menu a{
	font-size:1.1em;
}

/*------- general / global elements -------*/

a{
	color:#053581;
	font-weight:bold;
}



p{
	margin:10px 0;
}

h1, h2, h3{
	color:#053581;
	text-align:left;
	margin:15px 0;
}

h1{
	font-size:1.9em;
}
h2{
	font-size:1.7em;
}
h3{
	font-size:1.5em;
}



img{  /* no default border for image links */
border:none;
}

div.small_spacer{
clear: both;
height: 10px;
}

div.spacer{
clear: both;
height: 20px;
}

div.big_spacer{
clear: both;
height: 30px;
}


div.row{
clear: both;
margin-bottom:15px;
}

div.row span.menu-link{
float: left;
width: 210px;
margin-bottom:2px;
text-align: left;
}

div.row span.spacer{
float: left;
height:10px;
}

div.row span.label{
font-weight:bold;
font-size:12pt;
}

div.row span.red{
color:red;
}

div.row span.content{
font-family:verdana,sans-serif,times;
font-size:10pt;
float: left;
width: 500px;
text-align: left;
margin-bottom:6px;
}

div.row span.short-content{
font-family:verdana,sans-serif,times;
font-size:10pt;
float: left;
width: 175px;
text-align: left;
margin-bottom:6px;

}

div.row span.rght{
font-family:verdana,sans-serif,times;
font-size:10pt;
float: left;
width: 550px;
text-align: right;
}



