﻿body { font: bold 8pt Tahoma; color: #606060; background: #EAEAEA; padding: 0px; }
a { text-decoration: none; outline: none; color: #800000; }
a:visited { color: #800000; }
a:active { color: #B30705; }
a:hover { color: #B30705; }	

/* header */
	
#headerbg {
	background: url(images/header_bg.png) repeat-x;
	width: 100%;
	height: 249px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerbg .header {
	background: url(images/header.png) no-repeat;
	height: 201px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#headerbg .content_up {
	background: url(images/content_up.png) no-repeat;
	height: 35px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;

}

/* header */

/* navigation */

#nav {
	background-image: url(images/nav_div.png);
	background-repeat: repeat-x;
	background-position: right; 
	color: #ffffff;
	height: 40px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	}
	
#nav a {
	background: url(images/nav.png) no-repeat 0 0;
	height: 35px;
	width: 100px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	padding: 11px 25px;
		}
			
#nav a:hover {
	background-position: -100px 0;
	color: #ffffff;
}

#nav a.current {
	background-position: -100px 0;
	color: #ffffff;
}

#nav .splite {
	background: url(images/nav_split.png) no-repeat;
	height: 35px;
	width: 2px;
}

#nav 

/* navigation */

/* content */
#content {
	background: #edecec;
	width: 780px;
	height: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content .footer {
	background: url(images/footer.png) no-repeat;
	height: 48px;
	width: 780px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.style1 {
	background-image: url('images/content_left.png');
}
.style2 {
	background-image: url('images/content_right.png');
}
.style3 {
	background-color: #EDECEC;
}
.aa {
	margin: 22px;
}
.style4 {
	font-size: small;
	color: #B30705;
}
.style5 {
	color: #808080;
}
.style6 {
	color: #FF9900;
}
.style7 {
	color: #000000;
}
.style8 {
	text-align: center;
}
.style9 {
	background-color: #EDECEC;
	text-align: center;
}
.style10 {
	color: #C0C0C0;
}
/* content */
