/* @group 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, strong, 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;
	line-height: 20px;
}


/* @end */

body{
	background: transparent url(images/bgbody.png) repeat-x;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6f6f6f;
}

#rap  strong{
	font-weight: bold;
	color: #3e434a;
	width: 617px;
}

h1{
	font-size: 215%;
	color: #2480b0;
	text-align: center;
	margin-bottom: 40px;
}
h2{
	font-size: 150%;
	color: #2480b0;
	margin-bottom: 10px;
}



#rap {
	margin-right: auto;
	margin-left: auto;
	width: 695px;
	text-align: left;
	vertical-align: middle;
	margin: 40px auto 0px;
}

#contenttop{
	width: 695px;
	height: 55px;
	margin: 0;
	background: url(images/content_bg_top.png) no-repeat;
}

#contenttop{
	text-align: center;
}


#content{
	background: url(images/content_bg_body.png) repeat-y;
	width: 520px;
	padding: 180px 80px 80px;
}

#content p{
	margin-bottom: 15px;
}

#contentfooter{
	width: 695px;
	height: 55px;
	margin: 0;
	background: url(images/content_bg_bottom.png) no-repeat;
}