/* ------------------------------------
Union Street Studio Style Sheet (screen)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:.9em;
	color:#343530;
	background:#fcfef0 url(../images/tile.jpg) top left repeat-x;
	margin:0;
	}
	
#wrap {
	margin: 70px auto;
	width:736px;
	text-align:left;
	}
	
#columnone {
	float:left;
	width:220px;
	}

#columntwo {
	float:right;
	width:516px;
	}	
	
h1 {
	font-size:.9em;/*for IE6/WIN*/
	font-size:inherit;
	font-weight: normal;
	line-height:1.8em;
	padding-bottom:15px;
	}
	
h3, h2 {
	font-size:.9em;/*for IE6/WIN*/
	font-size:inherit;
	font-weight:normal;
	margin-top:0;
	}	
					
p {
	line-height:1.8em;
	padding:10px 0 20px 0;
	}	
	
a:link {
	color:#5d92c2;
	}	

a:visited {
	color:#5d92c2;
	}	

a:hover {
	color:#36648f;
	}	
	
img {
	padding:6px;
	background-color:#fff;
	border:#e7e9dc 1px solid;
	margin:0;
	}		
	
#logo {
	margin-bottom:30px;	
	}
	
#logo img  {
	display: block;
	width: 0;
	padding:0;
	border:0;
	}
	
#logo span {
	display: block;
	width: 295px;
	height: 25px;
	background: url(../images/title.gif) no-repeat ;
	}	
	
ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
li {
	line-height:1.6em;
	background:url(../images/bullet.jpg) no-repeat 0 50%;
	padding-left:17px;
	}	

.contact {
	background:#e4e0ca url(../images/contact_top.gif) top right no-repeat;
	color:#807a5a;
	width:300px;
	float:left;
	padding-top:13px;
	margin-right:20px;
	}				
	
.contact p {
	padding:0 20px;
	line-height:1.6em;
	}
	
.contact a:link, .contact a:visited {
	color:#999272;
	}	
	
.contact a:hover {
	color:#5d92c2;
	}	
	
#lastpara {
	margin: 0;
	padding-bottom: 18px;
	background: url(../images/contact_bot.gif) no-repeat bottom;
	}				
	
#footer {
	width:100%;
	background-color:#e4e0ca;
	text-align:left;
	margin-top:30px;
	}	
	
.footertext {
	width:736px;
	margin: 0 auto;
	padding: 40px 0;
	}
	
blockquote {
	float:left;
	width: 220px;
	text-align:center;
	margin: 0 0 30px 38px;
	padding: 0;
	background: #fff url(../images/top.gif) no-repeat top left;
	display: inline;
	}
	
.quote{
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	background: url(../images/quotes.gif) no-repeat right bottom;
	}

.author{
	margin: 0;
	padding: 0 0 10px 0;
	color:#999;
	background: url(../images/bottom.gif) no-repeat bottom;
	}	
	
.difborder {
	margin:40px 0 0 0;
	}	
	
.notop {
	margin-top:0;
	padding-top:0;
	}					
	
.clear {
	clear:both;
	}	
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	}			