/* 
author - Dave Woods
date - 18/02/2008
file - reset.css
*/

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font: 83%/1.5 "lucida sans", verdana, arial, helvetica, sans-serif;
        background:#fff url(images/bg.jpg) no-repeat 50% 0;
}
h1, h3, h4, h5, h6 {
	padding-bottom: 0.8em;	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1em;	
	padding-bottom: 0em;	
}
h3 {
	font-size: 1.6em;	
}
h4 {
	font-size: 1.4em;	
}
h5 {
	font-size: 1.2em;	
}
h6 {
	font-size: 1em;	
}
p {
	padding-bottom: 1.2em;	
}

/* ~~~~~~~~~~ reusable class ~~~~~~~~~~ */

.error {
	color: #C00;
	font-weight: bold;	
}
.confirmation {
	color: #080;
	font-weight: bold;	
}
div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;
}
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}
/*
 * =content
 * ------------------------- */
#container {
	font-size: 1em;
	width: 700px;
	margin: 0 auto;
        min-height: 100%;
        height: auto !important;
        height: 100%;
}
#header h1 {
  text-indent:-9999px;
  line-height:20px;
}  

#content {
        margin-top:0px;
        position:relative;
        left:18em;
        width:50%;
}        
.subtitle {
        float:left;
        text-align:right;
        margin-left:-9em;
        position:relative;
        width:8em;
}
#content ul {
        margin-bottom:1.5em;
}        
#content li {
        list-style:none;
}        
#footer p{
        margin-right:5em;
        text-align:right;
}        
.clearboth {
}
