html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}

html
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body
{
    font-size: 1.1em;
    color: #333;
	margin-top: 30px;
	height: 580px;
}

#wrapper
{
	position: relative;
	width: 930px;
	height: 560px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #c3dab3;
}

#blocktop
{
	width: 930px;
	height: 148px;
	margin: 0;
	padding: 0;
	background: url(../images/block-top.jpg) no-repeat left top;
}

#blockleft
{
	width: 190px;
	height: 412px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/block-left.jpg) no-repeat left top;
}

a
{
	outline: none;
    text-decoration: none;
	color: green;
}

a:hover
{
    text-decoration: underline;
	color: green;
}

object
{
  outline: none;
}

p {
	line-height: 1.6;
	margin: 0px 20px 10px 20px;
	text-align: left;
}

p.bigger {
	font-size: 1.4em;
	font-weight: bold;
}

p.bold {
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 8px;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.holder {
	float: left;
	margin: 0;
}

#menu {
	float: left;
}

#menu a {
	display: block;
	width: 109px;
	height: 24px;
	margin: 28px 0 0 0;
	background: url(../images/menu-back.jpg) no-repeat left top;
	color: #fff;
	text-decoration: none;
	text-indent: 6px;
	padding-top: 8px;
}

#menu a:hover {
	background-position: 0 -32px;
}

#menu a.active {
	background-position: 0 -32px;
}