﻿/* CSS layout */
#container {
	width:1000px;
	margin:0 auto;
	height: 800px;
}

#masthead {
	background-image: url('../Images/JJMNT%20MastHead.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

#top_nav {
	background-color: #0100E0;
	background-repeat: no-repeat;
}

#page_content {
	float: left;
	width: 700px;
	height: 601px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-image: url('../Images/HomePage Youth.jpg');
	background-color: #CACACA;
}

#right_col {
	font-size: x-small;
	float: right;
	width: 300px;
	background: #CACACA url('../Images/Right%20Column%20News.jpg');
	height: 601px;
	color: #000000;
	font-weight: normal;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	Top: 4px;
	text-align: center;
	font-size: x-small;
	font-weight: 400;
	height: 26px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/Footer Text.jpg');
}
#cometome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	color: #000000;
	letter-spacing: 1px;
	background-image: url('../Images/HomePage Youth.jpg');
}


