/* @override http://www.ilze.co.uk/jolanta.co.uk/css/main.css */

/*Eric Meyer reset style*/
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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}/* remember to define focus styles! */:focus {	outline: 0;}body {	line-height: 1;	color: black;
	font-family : verdana, sans-serif;
	font-weight: normal;
	background: #fff;
}ol, ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

/* content styling */

body {
	background: #231f20 url(../images/bg.gif) top left no-repeat fixed;
}

h1{
	display: block;
	width: 500px;
	height: 129px; 
	margin-left: 35%;
	margin-top: 48px;
	text-indent: -2000px;
	background: transparent url(../images/header.gif) top right no-repeat;
}

#content{
	display: block;
	width: 500px;
	margin-left: 35%;
	padding-top: 40px;
	padding-bottom: 50px;
}

#content p{
	display: block;
	width: 500px;
	padding-bottom: 1.4em;
	font-size: 0.9em;
	line-height: 1.5em;
	color: white;
	text-align: justify;
}

img{
	padding-bottom: 15px;
}

#left{
	display: block;
	width: 400px;
	position: absolute;
	top: 53px;
	left: 30px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#left p{
	color: #ffffff;
	text-align: left;
	padding-bottom: 0.9em;
}

#left p.bold{
	color: #9c9c9c;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	padding-bottom: 0.8em;
}






