* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg4.png);
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #000099;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	background: url(images/index1.JPG) repeat-y;
}

/* Blog */

#blog {
	float: left;
	width: 700px;
	padding: 20px 16px 0px 10px;
	background: url(images/index2.JPG) no-repeat;
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	padding-top: 5px;
	background: url(images/indexFooter.JPG) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #777777;
}

#footer a {
	color: #000099;
	text-decoration: none;
}
#footer a:hover {
	color: #777777;
	text-decoration: none;
}