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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:arial, helvetica, verdana;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:url(../img/bg.gif) repeat-y top center;
	margin:0;
	min-height:100%;
	width:100%;
	height:auto !important;
}

#wrap {
	height:auto !important;
	min-height:100%;
	position:absolute;
	width:100%;
}

#container {
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	padding:40px 0 0 0;
	margin-bottom:60px;
}

.logo {
	margin:0 0 100px 0;
	text-align:center;
}

.rightbox {
	float:right;
	width:350px;
	margin:0 0 0 20px;
	background:url(../img/b.gif) no-repeat;
	padding:0 0 0 100px;
}

.rightboxbig {
	float:left;
	margin:0 0 0 20px;
	background:url(../img/b.gif) no-repeat;
	padding:0 0 0 100px;
}

.rightbox  h2, .rightboxbig  h2{
	color:#000;
	font-family:georgia, arial, verdana;
	font-size:1.8em;
	margin:0 0 10px 0;
}

.leftbox {
	float:left;
	width:330px;
	margin:0 20px 0 0;
	background:#000 url(../img/a.gif) no-repeat;
	padding:0 0 0 110px;
}

.leftboxbig {
	float:left;
	margin:0 20px 0 0;
	background:url(../img/a.gif) no-repeat;
	padding:0 0 0 110px;
}


.leftbox h2, .leftboxbig h2 {
	color:#fff;
	font-family:georgia, arial, verdana;
	font-size:1.8em;
	margin:0 0 10px 0;
}

.leftbox p, .leftboxbig p {
	font-size:0.8em;
	color:#cccccc;
	margin:0 0 10px 0;
}

h1 {
	font-size:0.8em;
	color:#eee;
	margin:00;
}


p {
	font-size:0.8em;
	color:#666666;
	margin:0 0 10px 0;
}

a {
	color:#000;
	font-weight:bold;
	font-family:georgia, arial, verdana;
	font-size:1.3em;
	margin:20px 0 0 0;
}

a.white {
	color:#fff;
}

.footer {
	background:#000 url(../img/footerbg.gif) repeat-x;
	bottom:0;
	left:0;
	position:absolute;
	text-align:center;
	width:100%;
	height:45px;
	padding:8px 0 0 0;
}

.footer  p{
	padding:0;
	margin:0;
}

.footer  a{
	color:#666;
	font-size:0.9em;
	font-weight:normal;
	font-family:arial, verdana, helvetica;
}




