html, body {
	margin: 0; padding: 0; height: 100%;
	background: #c0c0c0 url(../images/main/body_bg.png) repeat-x top left;
	font-family: sans-serif; font-weight: normal; font-variant: normal; text-decoration: none;
}

img {
	border: 0;
}

form, h1, h2 {
	margin: 0; padding: 0;
	font-family: sans-serif; font-weight: normal; font-variant: normal; text-decoration: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #dddddd;
}

a {
	text-decoration: none;
}


#main {
	width: 980px;
	position: absolute; left: 50%; margin-left: -490px;
	border: 0px solid red;
}

#top {
	width: 980px; height: 29px;
	background: url(../images/main/top_bg.png) no-repeat;
}

#logo {
	width: 980px; height: 124px; padding: 16px 0 0 0;
	background: url(../images/main/content_bg.png) repeat-y;
	text-align: center;
}

#content {
	width: 880px; padding: 30px 50px 50px 50px;
	color: #554848; font-size: 10pt; font-weight: normal; line-height: 16pt;
	background: url(../images/main/content_bg.png) repeat-y;
}

#content a {
	font-size: 10pt; font-weight: normal; color: #a60000; line-height: 14pt;
}

#content a:hover {
	color: #8a4c4c;
}

#content h1 {
	color: #a60000; font-size: 15pt; font-weight: bold; line-height: 17pt;
	margin: 0 0 5px 0;
}

#content h2 {
	color: #767676; font-size: 12pt; font-weight: normal; line-height: 17pt;
	margin: 0 0 20px 0;
}

#content li {
	list-style-type: square;
}

#content .grouping_close {
	margin: 0 0 10px 0;
}

#content .grouping_close a.grouping, #content .grouping_close a.grouping:hover {
	border: 0; color: #554848; background: #e8e8e8 url(../images/icons/grouping.png) 0px 1px no-repeat;
	padding: 4px 5px 4px 25px;
	display: block;
}

#content .grouping_close .gcontent {
	display: none;
}

#content .grouping_open {
	margin: 0 0 10px 0;
}

#content .grouping_open a.grouping, #content .grouping_open a.grouping:hover {
	border: 0; color: #554848; background: #e8e8e8 url(../images/icons/grouping.png) 0px -25px no-repeat;
	padding: 4px 5px 4px 25px;
	display: block;
}

#content .grouping_open .gcontent {
	margin: 10px 0 0 0;
}

#bottom {
	width: 925px; height: 75px; padding: 18px 40px 0 15px;
	background: url(../images/main/bottom_bg.png) no-repeat;
	font-size: 9pt; font-weight: normal; color: #8a4c4c; line-height: 14pt; text-align: right;
}

#bottom a {
	font-size: 9pt; font-weight: normal; color: #a77878; line-height: 14pt;
}

#bottom a:hover {
	color: #d5bfbf;
}





