body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/teenbg.gif);
	background-repeat: repeat-x
	background-repeat: repeat-y;
	}

#container {
	position: relative;
	top: 0px;
	width: 800px;
	height: 81p2x;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 200px;
	background-image: url(images/teenbanner.jpg);
}

#whiteLine {
	position: absolute;
	top: 200px;
	left: 99px;
	width: 1px;
	height: 600px;
	background-image: url(images/white.jpg);
	background-repeat: repeat-y;
}

#teenContent {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 539px;
	height: 600px;
	background-image: url(images/teencontent.jpg);
	background-repeat: repeat-x;
}

#rightColumn {
	position: absolute;
	top: 200px;
	left: 639px;
	width: 161px;
	height: 600px;
	background-image: url(images/rightcolumn.jpg);
	background-repeat: repeat-y;
}

#teenBar {
	position: absolute;
	top: 800px;
	left: 99px;
	width: 701px;
	height: 20px;
	background-image: url(images/teenbar.jpg);
}

p.rightColumn {margin: -10 10 0 0; font-size: 12; text-align: right;}
p.contentTitle {margin: 20 0 0 20; font-size: 16; font-weight: bold; text-align: left;}
p.content {margin: 0 0 0 60; font-size: 14; text-align: left;}
p.title {margin: 20 0 0 40; font-size: 32px; font-family: sans-serif; text-align: left;}
p.subTitle {margin: 0 0 0 40; font-size: 16; font-family: sans-serif; text-align: left; font-weight: bold;}	
A:link {text-decoration: none; color: 006600;}
A:visited {text-decoration: none; color: 006600;}
A:active {text-decoration: none; color: 00600;}
A:hover {text-decoration: none; color: red; cursor: hand;}
