#container {
	width : 800px;
	height: inherit;
	margin : 0 auto;
	padding : 0;
	position : relative;
	background-color: #FFCC66;
}

#pictureTable {
	font-size:9px;
	color:#000000;
}

#navigation {
	background-color:#663300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFF33;
	margin-top: 20px;
	margin-left: 10px;
	width: 140px;
	height: 200px;
	position:absolute;
	top:25px;
}


#spacer {
	position: relative;
	height: 300px;	
}

#contain-footer {
	position: relative;
	width : 800px;
	height: inherit;
	margin : 10px auto;
	padding : 0;
	font-size: smaller;
}

#footer1 {
	position : absolute;
	margin-top: 10px;
	text-align : center;
	width: 325px;
	border-top-style:double;
	border-top-color:#CC0000;
	border-top-width:medium;
	border-bottom-style:double;
	border-bottom-color:#CC0000;
	border-bottom-width:medium;
	font-size: small;
}

#footer2 {
	position : absolute;
	margin-top: 10px;
	left: 325px;
	text-align : center;
	width: 150px;
	border-top-style:double;
	border-top-color:#CC0000;
	border-top-width:medium;
	border-bottom-style:double;
	border-bottom-color:#CC0000;
	border-bottom-width:medium;
	font-size: small;
}

#footer3 {
	position : absolute;
	margin-top: 10px;
	left: 475px;
	text-align : center;
	width: 325px;
	border-top-style:double;
	border-top-color:#CC0000;
	border-top-width:medium;
	border-bottom-style:double;
	border-bottom-color:#CC0000;
	border-bottom-width:medium;
	font-size: small;
}

#text{
	position:relative;
	top:0;
	left:150px;
	width:630px;
	padding: 10px 10px 0 10px;
	display: block;
	background-color: #FFCC66;
	text-align:justify;
	color:#0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	min-height: 600px;
	margin-bottom:20px;
}

h4 {
	font-size:medium;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF33;
	margin-left: 10px;
	margin-top: 15px;
}

h3 {
	color:#000000;
	font-weight: 700;
	border-bottom-style:dotted;
	border-bottom-color:#CC0000;
}

a.me:visited {
	color:#FFFF33;
	text-decoration: none;
}
a.me:active {
	color:#FFFF33;
	text-decoration: none;
}
a.me:link {
	text-decoration: none;
	color:#FFFF33;
}
a.me:hover {
	color:#FF3300;
}
