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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #eee;
	margin:0;
	background-color: #2c2c2c;
}

#top {
	width:100%;
	background: url(ri/bg_header.png) top center repeat-x #ededed;
	margin:0;
	padding:0;
}

#logo {
	width:940px;
	margin:auto;
}

#main {
	width:100%;
	padding: 20px 0 100px 0;
	margin-bottom:100px;
}

#main_content_1 {
	width:800px;
	margin:auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#ccc;
}

h1 {
	font-family: verdana, sans-serif;
	font-size:26px;
	font-weight: 600;
	font-style: italic;
	color:#ccc;
	margin:8px 0 40px 0;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	color: #bbb;
	margin: 10px 0;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #7b9b6c;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7b9b6c;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7b9b6c;
}




















