@charset "utf-8";
/* CSS Document */

/* CSS Document */

/* element types */

* {
	padding:0;
	margin:0;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
	dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
	a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
	strong, sub, sup, tt, var {
		margin: 0;
		padding: 0;
	}

ul {
	list-style-type:none;
}

h1	{
	font-size: 16px;
	margin: 0 150px 30px 150px;
	color: #df0088;
	border-bottom: solid #df0088 1px ;
}

body {
	padding:0;
	margin:0;
	background: #000000 url(../images/bg_0609_01.gif) top center no-repeat;
	color: #ffffff;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

  a:link               { color:#df0088; text-decoration:underline;}
  a:hover              { color:#df0088; text-decoration:underline;}
  a:visited            { color:#df0088; text-decoration:underline;}
  a:visited:hover      { color:#df0088; text-decoration:none;} 

p {	padding: 5px 20px}

#outer {
	width:923px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#header	{
	width: 923px;
}

#footer	{
	background: #333333 url(../images/bg_stripe.gif) repeat;
	height: 120px;
	width: 100%;
	bottom: 0;
	left:0;
	border-top: 10px solid #404040;
	margin: 20px 0 0 0;
	text-align:center;
	font-size:11px;
	padding: 10px 0 0 0;
}

dl#contact	{
	position: absolute;
	top: 320px;
	right: 100px;
	color:#fff;
	border-left:#df0088 1px solid;
	padding: 0 0 0 10px;
}

dl#contact dt	{
	font-size: 110%;
	font-weight:bold;
	padding: 0 0 5px 0;
}