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

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; }
	
::-moz-selection { background:#4f81bc; color:#fff; }
::selection { background:#4f81bc; color:#fff; }

body { background:#8f8f8f;	margin:0px 0px 20px 0px; padding:0;	text-align:center; font-family:Myriad Pro, Helvetica, Arial, sans-serif; }

#wrapper { margin:auto; width:1024px; height:700px; text-align:left; background:#FFF url(../images/bg-index.png) no-repeat bottom right; }

#top { 	width:100%;	height:60px; }

#logo {	width:240px; height:57px; float:left; margin-left:2em; margin-top:2em;}
#logo h1, #logo small { margin:0px;	display:block; text-indent:-9999px; }

#menu { float:left; text-align:center; font-weight:bold; margin-top:3.5em; margin-left:2em;}
#menu ul li { padding-right:2em; display:inline; height:20px; }
#menu li a { text-decoration:none; }
#menu li a:hover {	text-decoration:none; }

#main { width:100%; height:auto; }

#title { width:436px; height:100px; margin-top:14em; margin-left:2.5em }
#title h2 { margin:0px;	display:block; text-indent:-9999px; }

#text { width:670px; height:auto; margin-top:1em; margin-left:2.5em; }
#text p { margin:0; padding:0; font-size:.8em; color:#8f8f8f; }
#text p a { text-decoration:none; color:#4f81bc; }
#text p a:hover { text-decoration:underline; color:#8f8f8f; }

#footer { width:1024px; margin-left:auto; margin-right:auto; height:auto; margin-top:1em; }
#footer p { margin:0 0 0 2em; padding:0; color:#f4f4f4; font-size:.7em; text-align:left; letter-spacing:.15em; } 