body {
	background-color: #e3e0bd;
	color: #000000;
}
/*    header   */
#header {
	background-image: url(../images/header_back.gif); 
	background-repeat: repeat-x;
	background-color: #030303;
}
/* ----  horizontal navigation  ---- */
#hor_nav ul {
	background: url(../images/menu_line.gif) no-repeat 10px 0;
}

#hor_nav li.first {
	background: url(../images/menu_line.gif) no-repeat;
}
#hor_nav a{
	color: #dbdcdb;
	background: url(../images/menu_line.gif) no-repeat right 0px;
}
#hor_nav a span {
	background: url(../images/menu_back.gif) repeat-x;
}
#hor_nav a:hover{
	color: #d8d195;
}
/*    second header   */
#sec_header {
	background-color: #e6e7d1;
	background-image: url(../images/sec_header_back.gif);
	background-repeat: repeat-x;
}

#sec_header h1, #sec_header h2 {
	background: url(../images/dots_black.gif) repeat-x 0px bottom;
}
#sec_header .left_col p{
	color: #6b6a6a;
}
#sec_header .right_col p{
	color: #6b6a6a;
}

/* ------ Content ------ */
a {
	color: #5376ad;
}
h1 {
	color: #7f773e;
}
h2 {
	color: #7f773e;
}
h3 {
	color: #f8f5e3;
}
h4 {
	color: #274989;
}

p {
	color: #6d6d56;
}
.lighter {
	color: #a7a170;
}
.red {
	color: #ac3059;
}

#main {
	background-color: #f4f4d4;
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-x;
}

.rightblocks p {
	color: #6d6d56; 
}

.line {
	background: url(../images/dots_lightgrey.gif) repeat-x;
}
.mid_box {
	background: url(../images/main_box_back.gif) repeat-x;
}
.mid_box:hover {
	background: #f5f5d4;
}
.mid_box img {
	border: 3px solid #f2f0da;
}
.mid_box .clear img {
	border: 0px solid;
}
.mid_box .link_text {
	color: #878787;
}
.black {
	color: #555;
}
p.light {
	color: #999;
}
input.txt_field {
	border: 1px solid #c4c097;
}
.front_right p {
	color: #878787;
}

/* footer */

#footer {
	background-color: #e9e6c5;
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
}
.sec_col {
	background: url(../images/quote.gif) no-repeat 4px 36px;
}
#footer h3 {
	border-bottom: 1px solid #deddb9;
}
.date {
	background: #d6d8bf url(../images/day_back2.gif) no-repeat right bottom;
	border: 1px solid #b8b896;
	color: #99926b;
}
.first_col p {
	color: #686452;
}
.sec_col p {
	color: #8a7d33;
}
.auth {
	color: #686452;
}
.third_col p {
	color: #7a754f;
}
.gray_line {
	background: url(../images/dots_grey.gif) repeat-x;
}
p.bottom {
	color: #a29e8a;
}

/* --- Subpage --- */

#sub_menu {
	border-top: 1px solid #e4e4b3;
}

#sub_menu a{
	color: #7a7351;
	border-bottom: 1px solid #e4e4b3;
}
#sub_menu a:hover, #sub_menu a.selected {
	background-color: #f6f6e0;
}

#sub_menu a.third {
	text-indent: 10px;
}

.left_main h1{
	border-bottom: 1px solid #e4e4b3;
}
.ital {
	color: #8f4426;
}
.right_main h2{
	/*background: url(../images/sub_line.gif) repeat-x 0px bottom; */
	border-bottom: 1px solid #e4e4b3;
}
.right_main p {
	color: #6b6a6a;
}
.right_main h4{
	color: #2d2d2d;
}
ul.reference img{
	border: 3px solid #f9f6e5;
}
/* program */
.program th{
	background-color: #e4e4b3;
}
.program {
	color: #6d6d56;
}
.program td{
	border-bottom: 1px solid #e4e4b3;
}