html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
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%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/body_bg.jpg) repeat-x;
	text-align: center;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
p {
	margin-bottom: 15px;
}
#sub p {
	margin-bottom: 12px;
}
a:link, a:visited {
	color: #8e2bff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #7ede53;
}

#wrapper {
	width: 970px;
	background: #fff url(images/content_bg.jpg) repeat-x;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#logo {
	float: left;
   margin: 0 0 15px 0;
   width: 580px;
}
#address {
	width: 320px;
}
#main {
	width: 530px;
	float: left;
	padding: 0 10px 20px 30px;
}
#main img.right {
	float: right;
	margin-left: 12px;
}
#main ul {
	margin-left: 50px;
}
#main ul li {
	padding: 0 0 6px 20px;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;
	background: url(images/bullet.gif) no-repeat 0 4px;
}
p span.name {
	font-size: 1.2em;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-style: italic;
}
.box {
	border: 1px solid #ddbfff;
	padding: 7px 7px 3px 10px;
	margin: 0 auto;
	width: 450px;
}
.box p {
	line-height: 1.5em;
}
blockquote {
	width: 450px;
	padding: 15px 0 15px 0;
	margin: 0 auto;
	text-align: center;
}
blockquote p {
   margin-bottom: 3px;
   font-family: Palatino, Georgia, "Times New Roman", serif;
   font-size: 1.5em;
   font-style: italic;
   letter-spacing: 0.06em;
   line-height: 1.5em;
   font-weight: bold;
   color: #222;
}
blockquote h5 {
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: normal;
	font-weight: normal;
	color: #777;
	text-align: center;
}
#sub {
	width: 320px;
	float: right;
	padding: 0 0 0 10px;
	margin: 25px 10px 0 0;
	text-align: right;
}
.details {
	padding: 30px 10px 30px 0;
	line-height: 1.4em;
}

#footer {
	padding: 10px 0 15px 0;
	width: 970px;
	margin: 0 auto;
	background: #9d46ff url(images/footer_bg.jpg) repeat-x;
	position: relative;
	text-align: center;
}
#footer p {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#footer p.design a:link, #footer p.design a:visited {
	color: #333;
	font-weight: normal;
}
#footer p.design a:hover {
	color: #000;
}
span.large, span.red {
	font-size: 1.2em;
	font-weight: bold;
}

/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}
.clear {
	clear: both;
}

