html,body {
	height: 100%;
}
#non_footer {
	position: relative;
	min-height: 100%;
	_height: 100%;
}
#container {
	padding-bottom: 275px;
}
#footer {
	position: relative;
	margin-top: -275px;
	background-color: #191919;
	height: 275px;
}
#footer_container {
	padding-top: 20px;
}

body {
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
}

#header {
	height: 59px;
	margin-top: 19px;
}
#nav {
	height: 50px;
	line-height: 50px;
}
#submenu {
	height: 50px;
	line-height: 50px;
}
#submenu ul, #submenu li {
	margin: 0px;
}
#submenu li {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}
#submenu li a {
	text-decoration: none;
	color: #5A5A5A;
}
#submenu ul {
	list-style-type: none;
	
}
#content {
	/* padding-top: 50px; */
	background-image: url('/images/foundersbadge.gif');
	background-repeat: no-repeat;
	background-position: center 20px;
	min-height: 300px;
	padding-bottom: 20px;
}

h1,h2,h3,h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1.25px;
	margin: 0px;
	line-height: 40px;
}
h1 {
	font-size: 32px;
	color: #191919;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	font-weight: normal;
	color: #737373;
	margin-bottom: 20px;
}
h3 {
	letter-spacing: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0029;
}
#footer h3 {
	line-height: 20px;
	margin-bottom: 20px;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	color: #5A5A5A;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A5A5A;
	line-height: 20px;
}
#footer p {
	color: #686868;
	font-size: 12px;
	line-height: 20px;
}
#footer p strong {
	color: white;
}
#footer a {
	text-decoration: none;
	color: white;
}
#footer hr {
	border-color: #303030;
}
#footer_nav {
	text-align: right;
	font-size: 12px;
}
#footer_nav ul, #login_menu ul {
	list-style-type: none;
	margin: 0px;
}
#footer_nav ul li, #login_menu ul li {
	display: inline;
	margin: 0px;
	padding-left: 10px;
}
#footer_nav a, #login_menu a {
	color: #999999;
	text-decoration: none;
}
#footer_nav a:hover, #login_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_nav p {
	color: #3A3A3A;
}
#nav {
	background-image: url('/images/nav_bg.png');
}
#nav ul, #nav li {
	margin: 0px;
}
#nav ul,#submenu ul {
	list-style-type: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .3px;
}
#nav li {
	display: block;
	float: left;
}
#nav a {
	color: white;
}
#nav li a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}
#nav .active {
	background-color: #E5E5E5;
	color: #002626;
	font-weight: bold;
}
#nav .active a {
	color: #191919;
}
#nav li a:hover {
/*	background-image: url('/images/nav_on_bg.png'); */
}

.news_calendar {
	background-image: url('/images/calendar.png');
	background-repeat: no-repeat;
	width: 58px;
	height: 55px;
}
.news_calendar p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.news_calendar .month {
	font-size: 10px;
	color: white;
	line-height: 16px;
	/* text-transform: uppercase; */
}
.news_calendar .date {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
}
h5 {
	color: #191919;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -0.5px;
}
h5 a {
	color: #191919;
	text-decoration: none;
}
.byline {
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	color: #8C8C8C;
}
.byline a {
	color: #006699;
}
.archives {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;	
	line-height: 20px;
	font-weight: bold;
}
.archives a {
	color: white;
	background-color: #666666;
	text-decoration: none;
	line-height: 20px;
	padding: 3px;
	font-size: 10px;
	border: 1px solid #4C4C4C;
	text-transform: uppercase;
}
#brothers_only p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FF0029;
	text-transform: uppercase;
	text-align: right;
	padding-top: 32px;
}
#link_box {
	/* margin-top: 50px; */
	background-image: url('/images/box_bg.png');
	text-align: center;
}
#link_box .link {
	margin: 6px;
	border: 0px;
}
#login label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	line-height: 20px;
}
#login .styled_input {
	line-height: 20px;
	padding: 6px;
	background-color: #3A3A3A;
	border: 1px solid #424242;
}
#login .input {
	margin-top: 7px;
}
#login .image_input {
	margin-top: 27px;
}
.callout {
	border: 5px solid #3A3A3A; */
	/* border: 1px solid #CCCCCC;
	padding: 4px; */
}

.users h3 a {
	color: #FF0029;
	text-decoration: none;
}
.news h1 a {
	color: #191919;
	text-decoration: none;
}
.align-left {
	text-align: left;
}
.white {
	color: white;
}
#error,#notice {
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
#error {
	border: 5px solid #FF0029;
}
#notice {
	border: 5px solid green;
}
a {
	color: #551A8B;
}
.user-name, .gallery-name {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 0px;
}
.user-name a, .gallery-name a {
	color: #551A8B;
}
.user-major, .gallery-location {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #777777;
}
.left {
	float: left;
	margin-right: 10px;
}
.lh40 {
	line-height: 40px;
}
.mb0 {
	margin-bottom: 0px;
}
#login_menu {
	padding-top: 33px;
	text-align: right;
	font-size: 11px;
}
.hidden {
	display: none;
}