
@import url("global.css");

/***** Basic Elements *****/
body { background:#000; font:12px Georgia, "Times New Roman", Times, serif; color:#020200 }
h1  { font-size:30px; color:#eeece6; padding:0 0 8px 20px; }
h2  { font-size:24px; color:#020200; padding-top:5px; }
h3  { font-size:30px; color:#eeece6; padding:0 0 8px 20px;}
h4  { font-size:14px; }
a { color:#aa0000; text-decoration:underline; }
a:hover { color:#aa0000; }
a:visited { color:#aa0000; }

/***** Basic Layout *****/  
.wraper { margin:0 auto; width:998px; background:#ac9c78 url(../images/wraper.gif) repeat-y 0 0; }
#header { background:url(../images/header.jpg) no-repeat 0 0; height:45px; padding-top:157px; font-family:Georgia, "Times New Roman", Times, serif; }
#content-container { float:left; width:100%; background:url(../images/content-container.gif) no-repeat 0 0; }
#content { margin:0 0 0 255px; width:484px; padding:20px 0 20px 0; }
#leftsidebar { float:left; margin-left:-100%; width:229px; background:url(../images/leftsidebar-bottom.jpg) no-repeat center bottom; padding:40px 0 80px 0; }
#rightsidebar { float:left; margin-left:-234px; width:163px; padding:40px 0 20px 38px; color:#ece9e1; }
#footer { background:url(../images/footer.gif) no-repeat 0 0; clear:both; padding:42px 60px 0 60px; height:40px; font-weight:bold;}
  
/***** Header *****/  
.header-nav .header-lang {
	font-size:12px;
	width:80px;
	padding-top:5px;
}
.header-nav .header-name {
	font-size:20px;
	width:300px;
	margin-right:60px;
}
.header-nav {
	list-style:none;
	font-size:18px;
}
.header-nav li {
	float:left;
	text-align:center;
	width:130px;
}
.header-nav .nav-item1 {
	width:150px;
	margin-right:8px;
}
.header-nav .nav-item2 {
	margin-right:5px;
}
.header-nav .nav-item3 {
	margin-right:3px;
}
.header-nav a {
	color:#30321a;
	text-decoration:none;
}

/***** Content *****/  
#content {
	font-size:14px;
}
#content p {
	margin-bottom:8px;
}
.info {
	padding-bottom:20px;
}
.avt {
	font-size:18px;
	padding:0 0 10px 20px;
	color:#eeece6;
}

/***** Rightsidebar *****/
.somediv01 {
	font-size:14px;
	line-height:19px;
	padding-bottom:15px;
}
.somediv01 img {
	margin-bottom:4px;
}

/***** Leftsidebar *****/  
.leftnav {
	list-style:none;
	font-size:24px;
	margin-left:10px;
	padding-bottom:20px;
}
.leftnav li {
	border-bottom:4px solid #30321a;
	height:29px;
	padding:4px 0 5px 5px;
	margin-left:37px;
}
.leftnav a {
	text-decoration:none;
	color:#fff;
}
.leftnav a:hover, .leftnav li.active a {
	color:#fe3a0c;
}
.leftnav li.active {
	background:url(../images/leftnav-active.gif) no-repeat 0 100%;
	padding-left:43px;
	margin-left:0;
}

/***** Footer *****/  
.footer-center {
	margin:0 200px;
	text-align:center;
}
#footer .float-left {
	margin-top:-10px;
}
#footer .float-right {
	color:#30321a;
}

/***** Etc *****/  
/*Continue to define the other sections one by one  */
