/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000;
	background-image: url(../Images/BkgdTile_b.jpg);
	background-repeat: repeat-y;
	position: left;
	text-align: center;
}
#header {
	background-color: #666;
	height: auto;
	width: auto;
	border:	solid 3px #CCC;
	margin-top: 0px;
}

#navigation {
	height: auto;
	width: auto; 
	position: relative;
}

#page-name {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	position: relative;
	height: auto;
	width: inherit;
	top: auto;
	color: #FC0;
}

#main {
	height: auto;
	width: auto;
	top: auto;
	text-color: #FC0;
}

#footer {
	height:155px;
	border-top:3px solid #ccccee;
	position: relative;
	background-color: #000;
}

p.solid {
	border-style: solid;
	border-width: medium;
	border-color: #FC0;
}
p.double {
	border-style:double;
}
p.groove {
	border-style:groove;
}
p.ridge {
	border-style:ridge;
}
p.inset {
	border-style:inset;
}
p.outset {
	border-style:outset;
}
p.hidden {
	border-style:hidden;
}
