/*-------------------------------------------------------------
	reset 
	------------------------------------------------ */

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, 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: middle; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
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: &quot;&quot;; }
blockquote, q { quotes: &quot;&quot; &quot;&quot;; }

/*-------------------------------------------------------------
	page layout 
	------------------------------------------------ */
body {
	background: #2a2a6c url(../images/bg.png) repeat-x top center;
}
.wrapper {
	width:960px;
	margin:0 auto;
	display:block;
	overflow:hidden;
}

/*-------------------------------------------------------------
	header
	------------------------------------------------ */
.logo	{
	width:960px;
	margin:0 auto;
}
.contact {
	width:200px;
	margin:0 auto 0 396px;
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#2a2a6c;
	line-height:1.2em;
	padding:30px 0 0 0;
	text-align:center;
}
.contact a, .contact a:link {
	color:#2a2a6c;
	text-decoration:underline;
}
.contact a:hover {
	color:#2a2a6c;
	text-decoration:none;
}
.contact span {
	font-weight:bold;
}