@charset "utf-8";

body {
	background-image: url(images/body.gif);
	background-repeat: repeat;
}
#wrapper {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 800px;
}
#navigation {
	margin: 0px;
	height: 46px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #main {
	background-image: url(images/main_body.gif);
	position: relative;
}
#main #bottom_banner {
	position: absolute;
	bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#mainContent {
	width: 580px;
	float: left;
	background-image: url(images/main_body.gif);
	background-position: center bottom;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
}
#mainContent p img {
	padding: 5px;
	float: right;
}
#mainContent h1 {
	background-image: url(images/h1.gif);
	font-family: "Comic Sans MS", cursive;
	font-size: 1.4em;
	color: #000;
	padding-left: 15px;
	margin-left: -10px;
	background-repeat: repeat;
	line-height: 1.5em;
}
#mainContent h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.3em;
	color: #000;
	background-image: url(images/h1.gif);
	padding-left: 20px;
	margin-left: -10px;
	text-align: center;
	line-height: 1.3em;
}
#mainContent .button{
	float: left;
	margin-left: 20px;
	height: 35px;
	width: 127px;
	margin-bottom: 10px;
}

#advertisement {
	float: right;
	width: 160px;
	background-color: ffcccc;
	background-image: url(images/main_body.gif);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #903;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: .2em;
	text-align: center;
}
#advertisement p a {
	color: #000;
}
#advertisement .addvertise , #advertisement .addvertise1{
	padding-top: 20px;
}

#main_bottom {
	clear: both;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 200px;
	width: 800px;
	font-size: 1.2em;
	text-align: right;
}
#wrapper #footer a {
	color: #000;
	text-decoration: underline;
}
#imageBanner {
	margin-left: 36px;
}
