body {
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	background-color: #94cbed;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-size: medium;
}
h2 {
	color: #4866ff;
	font-size: medium;
}
img {
	border-style: none; border-width: 0px
}


#main {
	background-image: url(images/bg_wallpaper.png);
	background-repeat: no-repeat;
	width: 953px;
	height: 825px;
	margin: auto;
}


.topmenu {
	width: 844px;
	height: 170px;
	margin: auto;
	padding-top: 50px;
}

.content {
	width: 844px;
	height: 550px;
	margin: auto;
	background-image: url(images/content_side.png);
	background-repeat: repeat-y;

}
.content img {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.contentScroll {
	overflow: auto;
	height: 550px;
	margin: 0px 20px;
}

#content {
	padding: 20px;
}

.contentBottom {
	width: 844px;
	height: 24px;
	background-image: url(images/content_bottom.png);
	margin: auto;
}
