body,
html {
margin: 0;
padding: 0;
color: #000;
background: white;
font-family: myriad pro;
background: url("img/egg_shell.png")  repeat;
}
a img {border: none; }
#header {
	display:block;
	width: 80%;
	height: 120px;
	background-color: #1a1a1a;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-width: 980px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
}
#header_left {
	display: inline-block;
	float: left;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
#header_right {
	display: inline-block;
	float: right;
	height: 120px;
	background-color: #1a1a1a;
}
#navigation_bar {
	width: 80%;
	height: 30px;
	background: black url("img/peebles.png") no-repeat scroll right;
	margin-left: auto;
	margin-right: auto;
	font-family: myriad pro;
	min-width: 980px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
}
#navigation {
	padding: 6px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font: 85% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	min-width: 980px;
}
#navigation ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
} 
#navigation ul li {
	margin-left: 0px;
	padding: 0px 1px;
	list-style: none;
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	padding: .1em 0.3em;
	color:  #fff;
	background-color: #2e2d2d;
	border: 2px solid #3b3a3c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.415s ease-in-out;
    -moz-transition: all 0.415s ease-in-out;
    -o-transition: all 0.415s ease-in-out;
    -ms-transition: all 0.415s ease-in-out;
     transition: all 0.415s ease-in-out;
}
#navigation ul li a:hover {
	background-color: #008000;
}
#welcome {
	width: 80%;
	height: 130px;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	background: url("img/overlay_welcome.png")  repeat;
	color: #AFAFAF;
}
#faceandiwit {
	padding: 10px;
	width: 20%;
}
#welcome_message {
	width: 60%;
	float: right;
	margin-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#welcome_message h1 {
	margin: 5px;
}
#welcome_clear {
	float: right;
	width: 20%;
}
a {
	font: 100% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
}
#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
	text-align: center;
}
#content table {
	margin-left: auto;
	margin-right:auto;
	/*padding: 30px;*/
	margin-top: 60px;
}
tr {
	padding-top :10px;
	margin-top: 20px;
	padding: 15px 15px 15px 0;
}
tr td {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 55px 15px 0;
	vertical-align: top;
	text-align: center;
}
#videos {
	width: 80%;
	text-align: center;
	padding-bottom: 40px;
	background: url("img/overlay.png")  repeat;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	/*height: 900px;*/
	margin-left: auto;
	margin-right: auto;
}
#videos_table {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	padding-bottom: 50px;
}

#pictures {
	width: 80%;
	text-align: center;
	padding-bottom: 40px;
	background: url("img/overlay.png")  repeat;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	/*height: 900px;*/
	margin-left: auto;
	margin-right: auto;
}
#pictures_table {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	padding-bottom: 50px;
}
#footer {
	width: 80%;
	height: 60px;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 75% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	clear: both;
	min-width: 980px;
	padding: 15px;
	padding-top: 40px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
