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#top_menu {
	position:		    absolute;
	z-index:		    1;
	left:			    78px;
	top:			    0px;
	height:			    21px;
	font-family:	    Palatino Linotype, Tahoma, Georgia, "Trebuchet MS", sans-serif;
	font-size:	        12px;
	background-color:   #262626;
    width:              100%;
}
div#top_menu_left {
    margin-left:        3px;
    padding:            2px;
    float:              left;
}
div#top_menu_left a, div#top_menu_right a {
    color:              white;
    text-decoration:    none;
    font-weight:        bold;
}
div#top_menu_right {
    margin-right:       3px;
    padding:            2px;
    float:              right;
}

div#header {
	position:			absolute;
	z-index:			1;
	left:				78px;
	top:				21px;
	height:				109px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:  	white;
    width:              100%;
}
div#header_left {
    float:              left;
}
div#header_right {
    float:              right;
    padding-top:        25px;
    padding-right:      40px;
}

div#down_menu {
	position:			absolute;
	z-index:			1;
	height:				21px;
	left:				78px;
	top:				130px;
	font-family:		Palatino Linotype, Tahoma, Georgia, "Trebuchet MS", sans-serif;
	font-size:			12px;
    background-color:  	#262626;
    width:              1000px;
}
div#down_menu_left {
    width:              21px;
    float:              left;
    margin-bottom:      -4px;
}
div#down_menu_center {
    width:              958px;
    float:              left;
    text-align:         center;
    padding-top:        2px;
}
div#down_menu_center a {
    color:              white;
    text-decoration:    none;
    font-weight:        bold;
}
div#down_menu_right {
    width:              21px;
    float:              left;
    margin-bottom:      -4px;
}

div#content {
	position:		    absolute;
	z-index:		    1;
	left:			    78px;
	top:			    159px;
	overflow:		    visible;
	font-family:	    Verdana, Arial, Helvetica, sans-serif;
	font-size:		    12px;
    background-color:   white;
    width:              100%;
}
div#content_top_left {
    float:              left;
}
div#content_top_right {
    float:              right;
}

div#main {
	text-align:		    center;
    width:              1000px;
    float:              left;
}

div#footer {
    position:		    relative;
	z-index:		    1;
	font-family:	    Verdana, Arial, Helvetica, sans-serif;
	font-size:		    12px;
    clear:              both;
    width:              1000px;
    top:                15px;
}
div#content_bottom_left {
    float:              left;
}
div#content_bottom_center {
    float:              left;
    width:              969px;
    background-color:   white;
    padding-bottom:     5px;
}
div#content_bottom_right  {
    float:              right;
}

div#copy {
	clear:              both;
	float:			    right;
	font-family:	    Verdana, Arial, Helvetica, sans-serif;
	font-size:		    11px;
    font-weight:        bold;
    position:           absolute;
    padding:            50px 0px 30px 650px;
}
