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:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

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:	    Verdana, Arial, Helvetica, sans-serif;
	font-size:			40px;
    /*padding-top:        30px;*/
    padding-top:        5px;
}

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

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

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

div#main {
    background-color:  	white;
    width:              789px;
    float:              left;
    height:             590px;
    padding:            5px;
    overflow:           auto;
}

div#footer {
    clear:              both;
    position:           relative;
    left:				78px;
    top:                754px;
    width:			    100%;
    background-color:  	white;
    text-align:         center;
    border-top:         1px dotted blue;
    height:             18px;
    font-family:	    Verdana, Arial, Helvetica, sans-serif;
	font-size:		    12px;
    padding-top:        3px;
}

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;
}
