body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(background_top.gif);
	background-repeat: repeat-x;
	}

div {
	position: relative;
	}

wrap{}

#wrap {
	left: 50%;
	width: 900px;
	margin: 0px 0px 0px -450px;
	background-image: url(background_content.gif);
	background-repeat: repeat-y;
	}

	#wrap p {
		font-family: Arial;
		font-size: 12px; 
		color: #777;
		margin: 0px;
		}

	#wrap acronym {
		border-bottom: 1px dotted #333;
		cursor: help;
		}

header{}

	#wrap #header {
		height: 60px;
		margin: 0px;
		background-image: url(background_header.gif);
		background-repeat: no-repeat;
		}

		#wrap #header ul{ 
			padding: 5px 0px 0px 0px;
			margin: 0px;
			list-style-type: none;
			text-align: center;
			}

			#wrap #header ul li {
				display: inline; 
				margin: 0px 10px 0px 10px;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-transform: uppercase;
				font-weight: bold;
				}

				#wrap #header ul li a {
					color: #333;
					text-decoration: none;
					padding: 7px 10px;
					}

					#wrap #header ul li a:link {
						text-decoration: none;
						}

					#wrap #header ul li a:visited {
						text-decoration: none;
						}

					#wrap #header ul li a:hover {
						color: #555;
						text-decoration: underline;
						}

					#wrap #header ul li a:active {
						text-decoration: none;
						}

				#wrap #header ul li.unused_link {
					color: #999;
					text-decoration: none;
					padding: 7px 10px;
					}

content{}

	#wrap #content {
		width: 800px;
		margin: 0px 50px 0px 50px;
		font-family: Arial;
		font-size: 12px; 
		color: #777;
		}

		#wrap #content h1 {
			font-family: Tahoma, Arial;
			font-size: 24px; 
			font-weight: normal;
			color: #A5D70F;
			margin: 0px 13px 13px 13px;
			}

		#wrap #content h2 {
			font-family: Tahoma, Arial;
			font-size: 20px; 
			font-weight: normal;
			color: #A5D70F;
			margin: 0px 13px 13px 13px;
			}

		#wrap #content p {
			text-align: justify;
			margin: 7px 13px 7px 13px;
			}

			#wrap #content p a{
				color: #FF9900;
				text-decoration: none;
				}

				#wrap #content p a:link {
					color: #FF9900;
					text-decoration: none;
					}

				#wrap #content p a:visited {
					}

				#wrap #content p a:hover {
					text-decoration: underline;
					}

				#wrap #content p a:active {
					}

/*
		#wrap #content #content_footer {
			width: 740;
			clear: both;
			background-color: #EDEDED;
			}
*/

footer{}

	#wrap #footer {
		clear: both;
		height: 60px;
		margin: 0px;
		background-image: url(background_footer.gif);
		background-repeat: no-repeat;
		}
