body {
	font-family: 'Cabin', 'Gill Sans', 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 17px;
	margin:0px;
	padding:0px;
	background-image:url(art/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-align:center;
	
}
#page {
	width:1050px;
	overflow:hidden;
	margin:0px auto;
}
#header {
	width:1025px;
	float:left;
	height:159px;
	background-image:url(art/header.jpg);
	background-repeat:no-repeat;
	padding:164px 25px 0px 0px;
	background-position:top left;
	text-align:right;
	font-size:30px;
}
a.email {
	text-shadow:1px 1px #2F1740;
	font-size:35px;
	float:right;
	text-decoration:none;
	color:#B387D3;
	margin:0px 4px 29px 0px;
}
a.email:hover {
	color:#2F1740;
	text-shadow:1px 1px #B387D3;
}
#buttons {
	width:675px;
	float:right;
	height:55px;
}
a#but {
	float:left;
	width:20%;
	height:54px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	padding:11px 0px 0px 0px;
	font-size:21px;
}
a#but:hover {
	color:#9CA013;
}
#main-pic {
	width:1000px;
	float:left;
	height:280px;
	border:3px solid #FFFFFF;
	margin:0px 0px 40px 22px;
}
#main-pic img {
	float:left;
	margin:0px;
	border:none;
}
h1 {
	float:left;
	color: #D8D8D8;
	font-size:75px;
	font-weight:normal;
	text-align: center;
	margin:15px 0px 0px 0px;
	text-shadow:1px 1px #909090;
	width:100%;
	padding-bottom:25px;
	overflow:hidden;
	border-bottom:1px dashed #9CA013;
}
#text-box {
	width:31%;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:25px;
	margin:0 1%;
}
h2 {
	width:100%;
	float:left;
	font-size:29px;
	text-align:center;
	padding:15px 0px 30px 0px;
	border-bottom:1px dashed #9CA013;
	margin-bottom:15px;
}
#text-box img {
	margin:0px auto;
	display:block;
	border:none;
}
#foot {
	width:100%;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	background-color:#E4E8BA;
	padding: 15px 0px;
	text-align:left;
}
#footer {
	width:1000px;
	overflow:hidden;
	margin:0px auto;
	font-size:17px;
	color:#666666;
	line-height:30px;
}
#footer a {
	float:right;
	text-decoration:none;
	color:#999999;
}
#content {
	width:100%;
	float:left;
	overflow:hidden;
	text-align:center;
	line-height:35px;
	padding:20px 0px;
}
a#thumb {
	width:275px;
	float:left;
	border:10px solid #CCCCCC;
	margin:25px;
	background-color:#CCCCCC;
	color: #9CA013; 
	text-decoration:none;
}
a#thumb img {
	width:275px;
	border:none;
	float:left;
}
a#thumb:hover {
	border-color:#2F1740;
	background-color:#2F1740;
	color:#FFFFFF;
}
a#thumb .title {
	width:100%;
	float:left;
	text-align:center;
	color:#2F1740;
	text-decoration:none;
	padding-top:10px;
	overflow:hidden;
}
a#thumb:hover .title {
	color:#FFFFFF;
}
.text-box {
	padding:10px;
	border:none;
	background-color:#B5BA16;
	color:#381C4D;
	font-family: 'Cabin', 'Gill Sans', 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 17px;
}
.text-box:hover {
	background-color:#381C4D;
	color:#FFFFFF;
}
.grey {
	color:#666666;
	width:100%;
	float:left;
	font-size:15px;

}
	
	
