body, html {
    margin: 0;
    padding: 0;
    background: #CCCCCC;
    color: rgb(0,0,0);
}

body {
	min-width: 950px;
}
	
#wrap {
	position: relative;
	margin: auto;
	width: 950px;
	color: rgb(255,255,255);
	background-color: rgb(255,255,255);
}

a {
	color: rgb(0,0,255);
	background-color: inherit;
	text-decoration: none;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 950px;
	background-image: url(images/roundedheader.png);
}

#stripphoto {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 950px;
	background-image: url(images/ncaaphotosstrip.jpg);
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	}

#navigation {
	margin: 0;
	padding: 0;
	width: 946px;
	height: 25px;
	left: 0px;
	top: 0px;
	position: relative;
	background-color: rgb(50,125,192);
	color: inherit;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}

#navigation UL {
	color: rgb(239, 239, 239);

	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: rgb(50,125,192);

	width: 100%;
	float: left;
	
}

#navigation LI {
	display: inline;
}

#navigation A {
	color: rgb(239, 239, 239);
	background-color: inherit;
	margin: 0;
	padding: 6px 20px;
	border-right: 1px dotted rgb(240, 240, 240);
	text-decoration: none;
	float: left;
}

#navigation A:hover, #navigation A.selected {
	color: inherit;
	background-color: #000066;
}

#leftcontent {
	border-right: 1px dotted rgb(200,200, 200);
	border-left: 2px solid #666666;
	border-top: 1px dotted rgb(200,200, 200);
	border-bottom: 1px dotted rgb(200,200, 200);
	color: inherit;
	float: left;
	width: 175px;
	height: 400px;
	margin: 0px;
}

#leftcontent .textBlock {
	color: rgb(65, 65, 65);
	background-color: rgb(240,240,240);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}


#leftcontent .sidebarBlock H2, #leftcontent H2, #content H2 {
	height: 20px;
	color: rgb(240, 240, 240);
	background-color: rgb(95, 109, 118);
	border-bottom: 1px solid rgb(240, 240, 240);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
}

#leftcontent H3 {
	color: rgb(100,100,100);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(200,200,200);
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

#leftcontent .article {
	color: rgb(65, 65, 65);
	background-color: inherit;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 4px 20px;
	font-weight: bold;
	margin: 6px 16px 6px 6px;
	background-image: url(/inknoise/images/items/post.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dotted rgb(65, 65, 65);
}

#leftcontent .article A {
	color: rgb(65, 65, 65);
	background-color: inherit;
	text-decoration: none;
}

#leftcontent .article A:hover {
	color: rgb(101, 115, 106);
	background-color: inherit;
}



#leftcontent P {
}

#centercontent {
	border-right: 1px dotted rgb(200,200,200);
	border-left: 1px dotted rgb(200,200,200);
	border-top: 1px dotted rgb(200,200,200);
	border-bottom: 1px dotted rgb(200,200,200);
	min-height: 400px;
	float:left;
	width: 765px;
	margin: 0px;
}

#centercontent object {
	float: right;
}

#centercontent .sidebarBlock H2 {
	height: 20px;
	color: rgb(240,240,240);
	background-color: rgb(100,100,100);
	border-bottom: 1px solid rgb(240,240,240);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#centercontent P {
	color: rgb(65, 65, 65);
	background-color: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 5px;
	margin-top: 0px;
}

#centercontent .textBlock {
	color: rgb(65, 65, 65);
	background-color: rgb(255,255,255);
	min-height: 350px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#centercontent table {
	height: 20px;
	width: 90%;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-transform: uppercase;
	padding-left: 5px;
	margin: auto;
}

#centercontent h1 {
	height: 20px;
	color: rgb(240,240,240);
	background-color: rgb(100,100,100);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-left: 5px;
	margin: 0px;
}

#centercontent h2 {
	height: 20px;
	color: rgb(100,100,100);
	background-color: rgb(200,200,200);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-left: 5px;
	margin: 0px;
}

#centercontent h3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-left: 5px;
	margin: 0px;
}

#footer {
	border-top: 1px dotted rgb(200,200, 200);
	color: inherit;
	background-image: url(images/roundedfooter.png);
	clear: both;
	width: 950px;
	height: 40px;
}

#footer p {
	color: rgb(65,65,65);
	background-color: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}

