@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/smc_bgnd.png);
	background-repeat: repeat-x;
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#wrapper {
	margin-top: 70px;
	min-width:950px;
	max-width:1200px;
}
#sideColumn {
	background-image: url(../images/sideColumn.png);
	height: 500px;
	width: 100px;
	background-repeat: no-repeat;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: right;
	float: left;
}
.logo {
	height: 80px;
	width: 80px;
	margin-top: 10px;
	margin-left: 10px;
}
#sideColumn ul {
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#sideColumn ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 75px;
	padding-top: 10px;
}
#sideColumn ul li a {
	color: #CCC;
	text-decoration: none;
}
#sideColumn ul li a:hover {
	color: #0CF;
	text-decoration: none;
}
#mainContent {
	width: 750px;
	margin-left: auto;
	height: 600px;
	margin-right: auto;
	background-image: url(../images/mainLid.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.leftColumn {
	background-image: url(../images/leftLid.png);
	background-repeat: no-repeat;
	width: 530px;
	background-color: #FFF;
	float: left;
	height: 680px;
}
.rightColumn {
	background-color: #333;
	height: auto;
	width: 220px;
	margin-left: 530px;
	background-image: url(../images/rightCol_bgnd.png);
	background-repeat: no-repeat;
}
.leftColumn .title {
	font-weight: bold;
	color: #900;
}
.leftColumn p {
	padding-left: 18px;
	padding-right: 25px;
	font-size: 90%;
	line-height: 110%;
	color: #333;
}
.leftColumn a {
	color: #900;
	text-decoration: none;
}
.leftColumn a:hover {
	color: #F00;
	text-decoration: none;
}
#globalNav {
	background-image: url(../images/navBarCutout.png);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 35px;
	background-position: 0px -1px;
}
#globalNav ul {
	list-style-type: none;
	display: inline;
	height: 200px;
	color: #FFF;
	padding-left: 0px;
	font-size: 70%;
}
#globalNav ul li {
	display: inline;
	padding-right: 12px;
	padding-left: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#globalNav ul li a {
	border-right-color: #FFF;
	text-decoration: none;
	color: #FFF;
}
#globalNav ul li a:hover {
	color: #0CF;
	text-decoration: none;
}
.gallery {
	padding-top: 20px;
	padding-left: 5px;
}
.active {
	color: #0CF;
}
.twitter {
	padding-top: 30px;
	padding-left: 5px;
}
.galleryTitle {
	font-size: 90%;
	color: #FFF;
	padding-left: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.bodycopy p {
	line-height: 130%;
}
/*#globalNav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}*/

