@charset "UTF-8";
/* CSS Document */
/* --- RESET ---*/


html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*--RULES--*/

body{
	background-color:#FFF;
	font-family: Helvetica, sans-serif;
}
	
	#wrapper{
	margin:auto;
	background-image:url(images/main.jpg);
	width:1024px;
	height:677px;
}

h1{
	color:#000;
	font-size:21px;
	margin-left:-4px;
	font-weight: normal;
}

.normal{
	margin-right:8px;
	color:#000;
	font-size:12px;
	line-height:150%;
}

li{
	margin-left: 15px;
	margin-bottom:5px;
}

.greeting{
	color:#000;
	font-size:16px;
}

a:link, a:visited{
	color:#33C;
	text-decoration:none;
	line-height:150%;
}

a:hover{
	color:#03C
	text-decoration:none;
	font-style:normal;
	line-height:150%;
}

#box{
	color:#CCC;
	margin-top:105px;
	margin-left:590px;
	width: 360px;
	height: 450px;
	float: left;
}

#scrollbox{
	scrollbar-face-color:#FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #CCC;
	scrollbar-arrow-color: #CCC;
	scrollbar-base-color:#FFF;
	height:450px;
	width:405px;
	overflow-n:hidden;
	overflow-y:auto;
	}

#nav{
	width:700px;
	height:47px;
	float:right;
	margin-top:45px;
	margin-right:-15px;
}
