/*
client		
author		
date		
version		
*/

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: collapse; border-spacing: 0;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
input, select {vertical-align: middle;}
img {display: block;}

/* used colours 

*/

/* general */
html, body {
	height: 100%;
}
body {
	font: 100%/1.5 Georgia, "Times New Roman", serif;
	background: #F1F3F5;
	color: #333;
}
h1 {
	font-size: 150%;
	margin-bottom: 0;
	text-transform: uppercase;
}
h1.mag {
	font-family: Helvetica, Arial, sans-serif;
	color: #ff0000;
	font-weight: bold;
}
h2 {
	font-size: 135%;
	font-family: Helvetica, Arial, sans-serif;
	xcolor: #1e549c;
}
h2.rep {
	font-family: "Handwriting - Dakota", serif;
	width: 240px;
	height: 26px;
	background: url(../img/handmade-small.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 5px auto;
}
h3.org {
	font-size: 120%;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:hover {
	color: #333;
}

#container {
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	width: 700px;
	margin: 0 auto -310px;
	position: relative;
	padding: 0 16px;
}
#content {
	margin: 0 0 4em;
}
ul.boxes {
	overflow: hidden;
}
ul.boxes li {
	width: 50%;
	float: left;
	xheight: 250px;
	text-align: center;
	padding-top: 200px;
}

div.vcard {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.street-address {
	margin: 0 1em;
}
.email {
	margin-right: 1em;
}
#push {
	height: 310px;
}

#footer {
	height: 290px;
	position: relative;
	padding: 20px 0 0;
}
#footer img {
	margin: 10px auto;
}