body {
	background-color:	white;
	margin:             0px 0px 0px 0px;
    background-color:   #E3E3E3;
}

a:link, a:visited, a:hover, a:active {
	color:				#000000;
	text-decoration:	none;
}

div#outer {
    position:			absolute;
    left:				50%;
	margin-left:		-450px;
    top:                20px;
    height:             970px;
	width:				900px;
    background-image:   url(../images/surrounding_border.png);
	background-repeat:  no-repeat;
    padding-left:       1px;
    padding-top:        1px;
}

div#header {
	position:			absolute;
}
.header_logo {
    position:           absolute;
    width:              418px;
    height:             240px;
    z-index:            1;
    top:                -18px;
    left:               -18px;
    border:             none;
}
div#header_top {
    position:           absolute;
    background-image:   url(../images/header_top_bg.png);
	background-repeat:  no-repeat;
    width:              897px;
    height:             40px;
}
div#header_main {
    position:           absolute;
    top:                40px;
    height:             170px;
    width:              897px;
    background-color:   white;
}
div#header_pictures {
    position:           absolute;
    top:                40px;
    left:               447px;
    height:             171px;
    width:              450px;
}

div#menu {
    position:           absolute;
}
#main_menu {
    position:           absolute;
    top:                211px;
    height:             100px;
    width:              897px;
    background-image:   url(../images/main_menu_bg.png);
    background-repeat:  no-repeat;
    padding-left:       7px;
}
div#main_menu a {
    float:              left;
    margin-right:       8px;
    text-align:         center;
    padding-top:        26px;
    margin-top:         30px;
    background-image:   url(../images/menu_button.gif);
	background-repeat:  no-repeat;
    width:              170px;
    height:             70px;
    display:            block;
    font-weight:        bold;
    font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
    color:              black;
}
div#main_menu .active, 
div#main_menu a:hover  {
    background-image:   url(../images/menu_button_active.gif);
	background-repeat:  no-repeat;
    color:              white;
}

div#sub_menu {
    position:           absolute;
    top:                311px;
    height:             35px;
    width:              897px;
    background-image:   url(../images/sub_menu_bg.png);
    background-repeat:  no-repeat;
    padding-top:        6px;
    padding-left:       15px;
}
div#sub_menu a {
    color:              white;
    margin-right:       40px;
    font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
}
div#sub_menu a:hover {
    color:              red;
}

div#content {
    position:           absolute;
    top:                346px;
    height:             450px;
    width:              897px;
    background-color:   white;
}
div#main_total {
    float:              left;
    width:              857px;
    height:             406px;
    overflow:           auto;
	text-align:		    left;
    background-color:   white;
    padding:            20px;
    font-family:		Arial, Verdana, Helvetica, sans-serif;
    font-size:			14px;
}
div#main_left {
    float:              left;
    width:              420px;
    height:             406px;
    overflow:           auto;
	text-align:		    left;
    background-color:   white;
    padding:            20px;
    font-family:		Arial, Verdana, Helvetica, sans-serif;
    font-size:			14px;
}
div#main_right {
    float:              left;
    width:              388px;
    height:             406px;
    overflow:           auto;
	text-align:		    left;
    margin-left:        8px;
    background-color:   white;
    padding:            20px;
    font-family:		Arial, Verdana, Helvetica, sans-serif;
    font-size:			14px;
    border-left:        1px solid black;
    background-repeat:  no-repeat;
}

div#footer {
    position:           absolute;
    top:                792px;
    height:             157px;
    width:              897px;
    background-image:   url(../images/footer_total_bg.png);
    background-repeat:  no-repeat;
}
div#footer_top {
    float:              right;
    height:             28px;
    width:              800px;
    font-weight:        bold;
    font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
    text-align:         right;
    padding-top:        10px;
    padding-right:      15px;
}
div#footer_top a {
    margin-left:        50px;
}
div#footer_bottom_adress {
    position:           absolute;
    float:              right;
    top:                62px;
    left:               582px;
    height:             100px;
    width:              300px;
    font-weight:        bold;
    font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
    text-align:         right;
    color:              white;
}
div#footer_bottom_copyright {
    position:           absolute;
    top:                140px;
    height:             28px;
    width:              897px;
    font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
    text-align:         center;
    color:              white;
}

p.notice {
    border:             1px dotted gray;
    background:         white;
    padding:            1px;
    font-weight:        bold;
    font-size:          90%;
}
p.error {
    border:             1px dotted red;
    background:         white;
    padding:            1px;
    font-weight:        bold;
    font-size:          90%;
}
