body {
	background-image: url(images/bgimage.png);
	background-repeat: repeat;
}
#wrapper {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(images/blndlyr.png);
	background-repeat: repeat;
	height: 925px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 180px;
	width: 980px;
}
#navigation {
	height: 28px;
	width: 980px;
	text-align: center;
}
#line {
	height: 5px;
	width: 960px;
	margin-left: 10px;
	margin-right: 10px;
}
#content {
	width: 980px;
	height: 600px;
}
#content-left {
	float: left;
	height: 600px;
	width: 10px;
	text-align: center;
}
#content-main {
	float: left;
	height: 600px;
	width: 960px;
	text-align: center;
}
#content-right {
	float: right;
	height: 600px;
	width: 10px;
}
#content2 {
	width: 1280px;
	height: 600px;
}
#content-left2 {
	float: left;
	height: 600px;
	width: 10px;
	text-align: center;
}
#content-main2 {
	float: left;
	height: 900px;
	width: 960px;
	text-align: center;
}
#content-right2 {
	float: right;
	height: 600px;
	width: 10px;
}
#footer {
	height: 50px;
	width: 980px;
	text-align: center;
}
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	color: #000;
}
h3 {
	font-size: large;
	color: #000;
}
h4 {
	font-size: medium;
	color: #000;
}
h5 {
	font-size: small;
	color: #000;
}
h6 {
	font-size: x-small;
	color: #666;
}