
BODY {
	background-color: #8FBC8F;
	color: #FFD700;
}

#outer_border {
	border: solid double 10px #FFD700;
	margin: 10px 10px 10px 10px; /* top right bottom left */
}

#nav_col, #left_col, #right_col, #single_col {
	position:absolute;
	top:250;
	height:500;
}


#nav_col {
	left:50;
	width:100;
}

#left_col, #right_col {
	width:350;
}

#single_col {
	width:700;
}

#left_col, #single_col {
	left:175;
}

#right_col {
	left:550;
}


#text1 {
	margin: 0px 0px 0px 20px; /* top right bottom left */
}

#box {
	border: solid double 2px #FFD700;
}


#text1, #box {
	color: #FFD700;
	font-family: Tahoma, "BellGothic Blk BT", serif;
	letter-spacing: 0.15ex;
}