
body {
	background-color: #f4f4f4;
	margin: 0px;
}
#tl {
	position: absolute;
	top:3px;
	left:0px;
	background-image:url('/images/shadow-tl.png');
	width:4px;
	height:7px;
}
#tr {
	position: absolute;
	top:3px;
	right:-7px;
	background-image:url('/images/shadow-tr.png');
	width:4px;
	height:7px;
}
#sl {
	position: absolute;
	top:10px;
	left:0px;
	background-image:url('/images/shadow-l.png');
	width:4px;
	height:auto;
}
#sr {
	position: absolute;
	top:10px;
	right:-7px;
	background-image:url('/images/shadow-r.png');
	width:4px;
	height:auto;
}
#bl {
	position: absolute;
	bottom:-3px;
	left:0px;
	background-image:url('/images/shadow-bl.png');
	width:10px;
	height:7px;
}
#br {
	position: absolute;
	bottom:-3px;
	right:-8px;
	background-image:url('/images/shadow-br.png');
	width:10px;
	height:7px;
}
#bc {
	position: absolute;
	bottom:-3px;
	left:10px;
	background-image:url('/images/shadow-b.png');
	width:888px;
	height:7px;
}
#shadow {
	position: relative;
	padding: 4px;
	top: 50px;
}

#layout {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: auto;
	background-color: #f4f4f4;
}
#img_csm {
	position: absolute;
	left: 40px;
	top: 25px;
	z-index: 2;
	
}
#img_csm_shadow {
	position: absolute;
	left: 33px;
	top: 25px;
	z-index: 1;
	
}
#nef_frame {
	width: 900px;
	height: 400px;
	background-image:url('/images/nef.jpg');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	opacity:0.75;
	filter:alpha(opacity=75);
}

#mlb_frame {
	width: 900px;
	height: 400px;
	background-image:url('/images/mlb2k11.jpg');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	opacity:0.75;
	filter:alpha(opacity=75);
}

#trout_frame {
	width: 900px;
	height: 400px;
	background-image:url('/images/trout.jpg');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	opacity:0.75;
	filter:alpha(opacity=75);
}

#aca_frame {
	width: 900px;
	height: 400px;
	background-image:url('/images/academy.jpg');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.selected {
	color: #fff;
	background-color:#a42428;
	width: 210px;
}
.gray {
	background-color:#777;
	width: 190px;
}
#nav > div {
	height: auto;
	padding: 20px;
	color: #fff;
	font-family: Verdana;
	font-size: 24px;
	position: relative;
	margin-bottom: 15px;
}
.gray:hover {
	background-color: #888;
	cursor:pointer;
	width: 190px;
}
#nav {
	position: absolute;
	top: 384px;
	left: 40px;
	z-index: 2;
}
#page {
	position: relative;
	top: 0px;
	width: 900px;
	background-color: #fff;
	height: auto;
}
#content {
	width: 550px;
	position: relative;
	float: right;
	padding: 30px;
	font-family: Verdana;
	font-size: 16px;
	color: #555;
}
.header {
	color:#a42428;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}
.wrap {
	padding: 15px;
}
#contact {
	background-color: #444;
	height: auto;
	width: 100%;
	position: relative;
	bottom: 0px;
	background-image:url('/images/shadow-b.png');
	background-repeat:repeat-x;
	font-family: Georgia;
	font-size: 16px;
	color: #eee;
}
#contact > table:first-child {
	width: 70%;
	/*border: 1px solid white;*/
	border-collapse: collapse;
}

#contact > table:first-child td {
	padding: 20px 20px 0px 20px;
}
a {
	color: #eee;
}

#nav a {
	color: #fff;
	text-decoration: none;
}
#contact a {
	color: #eee;
	text-decoration: none;
}
