body {
	background-image:		url('../images/bg.jpg');
	background-repeat:		repeat-x;
	background-position:	bottom;
	background-attachment:	fixed;
	background-color:		#E3E3E3;
	margin:					0 0 0 0px;
	font-family:            Arial, sans-serif;
	font-size:              12px;
}

div#outer {
	width:				1000px;
	position:			absolute;
	left:				50%;
	margin-left:		-578px;
}

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

div#header {
	position:			absolute;
	left:				78px;
	top:				15px;
	height:				109px;
	background-color:  	white;
    width:              100%;
    
    text-align:         center;
    font-family:	    Arial, sans-serif;
	font-size:			40px;
    /*padding-top:        30px;*/
    padding-top:        5px;
}

div#header img#pw_logo {
    float:              left;
}

div#header div#header_pictures {
    float:              right;
    padding-right:      5px;
    width:              390px;
    text-align:         left;
}

div#top_menu {
	position:			absolute;
	z-index:			1;
	left:				78px;
	top:                124px;
	height:				30px;
	font-family:        Arial, sans-serif;
	font-size:          12px;
	background-color:  	white;
    width:              100%;
    border-bottom:      1px dotted blue;
}

div#content {
	position:		    absolute;
	left:			    78px;
	top:			    154px;
	font-family:        Arial, sans-serif;
	font-size:          12px;
	width:			    100%;
    float:              left;
}
div#innercontent {
    float:              left;
    overflow:           hidden;
    height:             100%;
}

div#left_menu {
    background-color:  	white;
    width:              190px;
    border-right:       1px dotted blue;
    padding:            5px;
    height:             590px;
    float:              left;
    padding-bottom:     2000px;
    margin-bottom:      -2000px;
}

div#main {
    background-color:  	white;
    width:              789px;
    padding:            5px;
    float:              left;
    padding-bottom:     2000px;
    margin-bottom:      -2000px;
}

div#footer {
    position:           relative;
    clear:              both;
    background-color:  	white;
    text-align:         center;
    border-top:         1px dotted blue;
    height:             18px;
	font-family:        Arial, sans-serif;
	font-size:          12px;
    padding-top:        10px;
}

p.notice {
    border:      		1px dotted green;
    background:  		white;
    padding:     		1px;
    font-weight: 		bold;
    font-size:   		90%;
	color:				black;
}

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

