@media all and (min-width: 780px) {
	#indexMain {
		background-image: url(images/index_layout_2011.jpg);
		height: 750px;
		width: 900px;
		margin: 50px auto 40px auto;
		text-align: left;
		overflow: auto;
	}
	#menu {
		text-align: left;
		width: 600px;
		margin-top: 410px;
		margin-left: 250px;
		color: #FFF;
		font-size: 1.3em;
	}
	#fineprint {
		width: 600px;
		margin-left: 250px;
		margin-top: 50px;
		font-family: "Open Sans", Frutiger, "Lucida Bright", Verdana, sans-serif;
		font-size: 1em;
		line-height: 1.2em;
		color: #B5D3CF;
	}
}
@media all and (max-width: 780px) {
	#indexMain {
		background-image: url(images/index_layout_2011.jpg);
		background-size: 600px;
		background-repeat: no-repeat;
		width: 600px;
		margin: 0 auto;
		text-align: left;
		overflow: auto;
	}
	#menu { 
		text-align: left;
		width: 400px;
		margin-top: 280px;
		margin-left: 165px;
		color: #FFF;
		font-size: 1.2em;
	}
	#fineprint {
		width: 90%;
		margin-left: 5%;
		margin-top: 60px;
		font-family: "Open Sans", Frutiger, "Lucida Bright", Verdana, sans-serif;
		font-size: .9em;
		line-height: 1.2em;
		color: #B5D3CF;
	}
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
#fineprint a:link {
	text-decoration: none;
	color: #FFF;
}
#fineprint a:visited {
	text-decoration: none;
	color: #FFF;
}
#fineprint a:hover {
	color: #F60;
	text-decoration: none;
}
#content a:link, #contentText a:link {
	color: #069;
	text-decoration: none;
}
#content a:visited, #contentText a:visited {
	text-decoration: none;
	color: #060;
}
#content a:hover, #contentText a:hover {
	color: #F60;
	text-decoration: none;
}
body {
	font-family: "Open Sans", Frutiger, "Lucida Bright", Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #666;
	background-color: #121F1E;
}
h3 {
	font-family: "Open Sans", Frutiger, "Lucida Bright", Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	color: #BE1E2D;
	letter-spacing: 1px;
}
.sectionHead {
	font-family: "Open Sans", Frutiger, "Lucida Bright", Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	color: #000;
	letter-spacing: 2px;
	position: relative;
	top: 5px;
}
.heading, .headingLight {
	font-weight: 600;
	font-size: 1.2em;
	color: #BE1E2D;
}
.headingLight {
	font-weight: 400;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #BBB;
}
#smallHeader {
	margin-top: 20px;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#contentText {
	background-color: #F3FAFF;
	padding: 20px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding: 20px;
	width: 600px;
	margin-left: 155px;
}
#container {
	text-align: center;
	width: 100%;
}
.name {
	font-family: "Open Sans", Frutiger, "Lucida Bright", Verdana, sans-serif;
	font-size: 2.5em;
	color: #BD1F2D;
	margin-bottom: 120px;
}
#categoryHeader {
	margin-top: 35px;	
}
#categoryThumbs { /*the block the thumbnails go inside of*/
	width: 600px;
	height: 120px;
	margin-bottom: 5px;
}
#categoryThumbs img {
	float: left;
	border: solid #000 1px;
}
#thumbCaption {
	margin-left: 210px;
	color: #555;
}
#categoryPage {
	width: 675px;
	height: 640px;
}
#contentText img.center {
	margin-left: 25px;
	text-align: center;
	border: solid black 1px;
}