body {
	font-family: Verdana;
	color: #838e3c;
	background: url('../images/bg.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #710029;
}


/* Main content box styling */
#body {
	width: 100%;

}

#container {
	width: 1000px;
	margin: auto;
	background-color: #f2f2df;
	box-shadow: 0px 0px 24px rgba(0,0,0,0.6);
}


/* Navagation Stlying */
#nav {
	margin-top:-.5em;
	font-family:helvetica;
	font-weight:100;
	height: 90px;
	list-style: none;
	background-image: url(../images/nav.png);
	
}

#nav li {
	float: right;
	width: 25%;
	text-align: center;
}

#nav a {
	font-size: 16pt;
	border: none;
	display: block;
	padding: 8px 30px;
	color: #fff;
	text-decoration: none;
}
		
		
#nav a:hover,
body#home #t-home a,
body#services #t-services a,
body#about #t-about a,
body#contact #t-contact a {
	padding-top:16px;
	padding-left:-16px;
	padding-bottom: 65px;
	background-image: url(../images/tab_hilite.png);
	background-repeat: no-repeat;
}



#services {
}

#college {
	font-weight:500;
	margin-top:-3em;
	font-family:helvetica;
	font-size: 13pt;
	text-align: center;
	padding: 12px;
}

#footer {
	background-color:#d8d9b4;
	height:200px;
	Width:1000px;
}

#footer h4{
color:#710029;
font-weight:500;
}

#footer ul{
	float:left;
	list-style: none;
	width: 244px;
	
	margin-left:20px;
}

#footer li{
	font-family:helvetica;
	color:#838c3e;	
	padding-top:5px;
}

#footer a{
text-decoration: none;
color:#710029;
}

table.photos {}
table.photos td {
	padding: 12px;
}
table.photos img {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

.card {
	padding: 20px;
	background: white;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}