/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
a,h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-size: 12px;
	line-height:1.4em;
	}
ul, dl, dt, dd {
	list-style: none;
	}
ul, ol{
	list-style-position:inside;}

span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	}
em, strong {
	border: none;
	font-style: normal;
	}
a {
	color: #6600ee;
	text-decoration: underline;
	}
a:hover {
	color: #666;
	text-decoration: none;
	}
hr.none{
	display:none;
}
body {
	font-size: 12px;
	text-align: center;
	background:url(images/bg.gif);
}

h1{
	padding-left:10px;
}
h1 a{
	color:#000000;
	text-decoration:none;
}

#rap{
	background-color:#fff;
	background:url(images/bg_rap.gif) repeat-y;
	width:760px;
	margin:0 auto;
}

.content{
	text-align:center;
	margin-bottom:20px;
}

.link{
	width:468px;
	margin:0 auto;
	padding-bottom:25px;
}
#footer{
	width:760px;
	margin:0 auto;
	background:url(images/bg_footer.gif) no-repeat;
	padding-top:10px;
	text-align:center;
}