@charset "UTF-8";
body {
	background-color: #ebebeb;
	background-image: url(../images/bg-page.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:76.1%;
font-family:Verdana,Arial,Helvetica,sans-serif;
margin:0px;
}

body {
	text-align:center;
}

* {
margin:0;
padding:0;
}

h1,h2,h3,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	font-weight:normal;
	margin: 0.8em 0;
	color:#999999;
}

h1 {
font-size:2.1em;
color:#999966;
}

h2 {
font-size:1.8em;
}

h3 {
font-size:1.5em;
color:#666666;
}

h4 {
font-size:1.4em;
color:#666666;
}

h5 {
font-size:1.3em;
color:#666666;
}

h6 {
font-size:1.21em;
color:#666666;
}

p {
font-size:1.1em;
line-height:1.6em;
}

a:link, a:visited {
	color: #999966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width:800px; /*center hack*/
	margin:0 auto 10px; /*center hack*/
	text-align:left;
}

#main-body {
	float:left;
	width:800px;
	background-color: #FFFFFF;
}

.footleft{
	height: 10px;
	float:left;
	text-align: left;
}

.foot{
padding-top: 10px;
	height: 40px;
	width: 800px;
	clear: both;
}

.footright{
	height: 10px;
	float:right;
	text-align: right;
}

#copyright,#designer{
font:0.9em Arial,Helvetica,sans-serif;
color:#999;
}

.inside {
padding:20px;
}
