/* Design, HTML en stylesheets by: 								*/

/* Andre Brocatus Design Consultancy 							*/
/* Andre Brocatus 												*/
/* www.brocatus.com 											*/
/* andre@brocatus.com 											*/

/* RESET START */

body {
	background:#FFF;
	color:#000;
}

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,font,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
	vertical-align:baseline;
}

a img,:link img,:visited img {
	border:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul{
	list-style:none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content:""
}

/* RESET END */

/* Global font styles START */

body {
	font-weight: normal;
	font-style: normal;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	line-height: 18px;
	text-align: left;
	color: #000;
	font-weight: normal;
}

p {
	margin-bottom: 18px;
}

p span {
	display: inline-block;
	width: 150px;
}

a,
a:visited {
	color: #006;
	text-decoration: underline;
}

a:hover,
a:visited:hover {
	color: #00F;
	text-decoration: underline;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

/* Global font styles END */

/* Layout CONTENT START */

html {
	background: #EEE url(../img/gradient.jpg) right top repeat-y;
}

body {
	background: #FFF url(../img/header.gif) 20px 20px fixed no-repeat;
	padding: 20px;
	width: 544px;
	text-align: left;
	padding-left: 356px;
}

#logo {
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
}

#content {
	width: 544px;
	text-align: left;
}

#footer {
display: none;
}

h1 {
	font-weight: bold;
	margin-bottom: 18px;
}

h2 {
	margin-bottom: 18px;
}

/* CONTENT END */


