body {
	background-image: url(images/bg_body.jpg);
	font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
}

a img { border: 0; }

#page {
    width: 912px;
    margin: 20px auto auto auto;
}

#inner_content {
    border: 5px solid #770000;
    background-color: #000000;
    padding: 1px;
    border-spacing: 0px;
}

#inner_content td {
    vertical-align: top;
}

#left_column {
    width: 300px;
    background-image: url(images/left_bkg.jpg);
    min-height: 680px;
}

#right_column {
    width: 600px;
    background-image: url(images/right_bkg.jpg);
    min-height: 680px;
}

#logo {
    margin: 20px;
    text-align: center;
}
#logo img {
    background-color: #ffffff;
    border: 10px solid #ffffff;
}
#logo_text {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    letter-spacing:5px;
    border-top: 1px solid white;
    margin-bottom: 30px;
}

.divider {background-image:url(images/divider_BG.gif); text-align:center; background-repeat:repeat-x;}

h1 {
    font-size: 20px;
    color: #770000;
    background-image: url(images/ornament1.png);
    background-repeat: no-repeat;
    padding: 0 0 0 70px;
}

h3 {
    font-size: 13px;
    color: #770000;
    margin: 0px 0px 5px 0px;;
}

#content div.block {
    padding: 10px 15px 10px 15px;
    background-color: #FFFFFF;
    margin-top: 15px;
}
#content p, #content li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
    margin: 0px;
}
#content p.indent {
    text-indent: 20px;
}
#content span {
    color: #770000;
    font-weight: bold;
    font-style:italic;
}
#content ul {
    color: #770000;
}
#content ul.big_list {
    text-indent: 0px;
    margin-left: 0px;
    padding-left: 15px;
}
#content ul.big_list li {
    margin-bottom: 15px;
}
#content a, #content a:visited {
    text-decoration: none;
    color: #aaaaaa;
}
#content a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}



li {
	margin: 0;
	padding: 0;
}

#copyright {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #E00000;
	padding: 10px 0 0 0;
	float: left;
	width: 300px;
	text-align: center;
}


#languages {
	height: 35px;
	width: 300px;
    background-image: url(images/side_bkg.jpg);
	float: right;
	margin-right: 30px;
}

#languages a {
    float: right;
    margin: 12px 12px 0px 0px;
}

#content {
	margin: 20px 30px 30px 30px;
}

#navigation {
	text-align: center;
    margin-top: 30px;
    color: #ffffff;
	width: 220px;
	font: 13px "Trebuchet MS", sans-serif;
	list-style: none;
}

#navigation a, #navigation span {
	display: block;
	padding: 4px 0;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #600000;
	font-weight: bold;
	font: "Trebuchet MS", sans-serif;
	float: left;
	width: 220px;
}

#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: none;
	color: #FF0000;
}

#navigation .sub_menu {
	font-size: 10px;
	padding: 0;
	list-style: none;
    font-weight: normal;
	float: left;
}

