/* General Styles */
body {
	text-align: center;
	margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

img {
    border: none;
    margin: 0px;
    padding: 0px
}

a, a:link, a:visited {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.title1 {
    font-weight: bold;
    font-size: 12px;
}

.title2 {
    color: #e0350d;
    font-size: 10px;
    font-weight: bold;
}

/* -------------------------------------------- */

/* Main Containers */
#container {
    width: 751px;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("../img/background_container.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#left_container {
    float: left;
    width: 194px;
}

#right_container {
    float: left;
    width: 556px;
}

#footer_container {
    clear: both;
    background-color: #a9a67d;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

/* -------------------------------------------- */

/* Left Area */
#header_left {
    width: 100%;
    height: 203px;
    background-color: #fff;
}

#notification_area_1 {
    width: 100%;
    background-color: #ece9c9;
    overflow: auto;
}

#notification_area_2 {
    width: 100%;
    background-color: #a8de8d;
    overflow: auto;
}

.left_text_wrapper {
    width: 170px;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
}

ul.left_list {
    list-style-type: square;
    padding-left: 7px;
    margin-left: 8px;
    margin-top: 10px;
}

ul.left_list li {
    padding-top: 3px;
}
/* -------------------------------------------- */

/* Right Area */
#header_right {
    height: 203px;
    background-image: url(../img/bg_header_right.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-left: 1px;
}

/* The Menu */
#menu_container {
    height: 14px;
    padding-top: 34px;
}

#menu_container ul {
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

#menu_container ul li {
    display: inline;
    margin-right: 3px;
}

#menu_container ul li img {
    vertical-align: bottom;
}

#menu_container ul li a,
#menu_container ul li a:link,
#menu_container ul li a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

#menu_container ul li a:hover,
#menu_container ul li a.selected {
    text-decoration: underline;
}

/* Text */
#text_container {
    width: 549px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}
/* -------------------------------------------- */

#footer_menu {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

#footer_container #footer_menu a,
#footer_container #footer_menu a:link,
#footer_container #footer_menu a:visited {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fff;
    text-decoration: none;
}

#footer_container #footer_menu a:hover,
#footer_container #footer_menu a.selected{
    text-decoration: underline;
}

#footer_container a,
#footer_container area a:link,
#footer_container a:visited {
    color: #fff;
    text-decoration: underline;
}

#footer_container a:hover {
    text-decoration: none;
}

#galerie_foto {
	overflow: auto;
	width: 500px;
	text-align: center;
	margin: auto auto;
	padding-bottom: 5px;
}

#galerie_foto img {
	margin: 5px;
	border: 2px solid #cbcbcb;
}
