* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%
}
body {
	font: 12px/18px "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
	background: #ffffe1;
	color: #630;
}

a {
	color: #630;
	text-decoration:none;
}

a:hover {
	color: #500;
	text-decoration:underline;

}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
	background: url(../images/br.gif) repeat-x left bottom;
}

.logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 108px;
	width: 237px;
	margin: 0 auto;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 40px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -40px auto 0;
	height: 30px;
	background: #630;
	padding-top: 10px ;
}

#footer p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	
}

#content h1 {
	font-size: 60px;
	line-height: 1em;
	text-align: center;
	margin: 20px auto;
}

#content h2 {
	font-size: 30px;
	line-height: 1.2em;
	margin: 15px 20px;
}

#content h3 {
	font-size: 24px;
	line-height: 1.2em;
	margin: 10px 20px;
}

#content p {
	margin: 8px 20px 8px;
	color: #000;
	font-size: 22px;
	line-height: 1.2em;
	text-align:justify;
}

#content ul, li {
	margin: 8px 23px 8px;
	color: #000;
	font-size: 22px;
	line-height: 1.2em;
	list-style-image:url(../images/sq.jpg);
}

img {
	border: none;
}
