*{margin:0;padding:0;}
body {
	display: block;
	min-height:420px;
    width:100%;
    height:100%;
    position: absolute;
	font-family: Times;
	overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover { color: #990000; }
	
#container {
	display:block;
    position:relative;
    min-height: 100%;
    height: 100%;
}

#header {
	width: 100%;
	height: 95px;
	margin-bottom: 12px;
	padding-bottom: 6px;
    background: #a6a793 url(header.png) no-repeat 12px 8px;
}
#home-btn {
}
#menu {
	border-style: dashed;
	border-width: 1px;
	border-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	position: relative;
	top: 66px;
	width: 92%;
}
#menu li {
	color: #FFFFFF;
	margin-right: 5px;
	display: inline;
}
#menu a { color: #000000; }
#menu a:hover { color: #757668; }

#content {
	width: 90%;
	margin: 0 auto;
}
/* //background: url(images/footer.png) no-repeat center bottom; */
#footer {
	
}
#contact-btn {
}
/* */
#resumenav {
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 7px;
	padding-bottom: 20px;
}

#resumebody {
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 12px;
	border-style: dashed;
	border-left-width: 1px;
	border-left-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#resumebody h1 {
	font-size: 14px;
	color: #990000;
}
#resumebody h2 {
	font-weight: bold;
	font-size: 12px;
}
.col2 {
	float: right;
	padding-right: 4px;
}

#video {
	display: block;
	position: relative;
	top: 20px;
	margin: auto;
	text-align: center;
}
.thumbcontainer {
	height: 263px;
	width: 274px;
	display: block;
	float: left;
	background-color: #999999;
	overflow: hidden;
	margin: 0 9px 16px;
}

.thumbcontainer img {
	height: 263px;
	width: auto;
	display: block;
	margin: auto;
}

#contactbody {
	font-family: Helvetica;
	list-style-type: none;
	font-size: 18px;
	padding-left: 25px;
	padding-top: 10px;
}