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 {
	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%;
}
#wrap_main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#main_left {
	width: 60%;
	font: 85% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	min-width: 400px;
}
#main_link a {
	text-decoration: none;
	padding: .1em 0.5em;
	color:  #fff;
	background-color: #2e2d2d;
	border: 2px solid #3b3a3c;
	border-radius: 5px;
}
#ll a {
	text-decoration: none;
	padding: .1em 0.5em;
	color:  #fff;
	background-color: #2e2d2d;
	border: 2px solid #3b3a3c;
	border-radius: 5px;	
}
#main_left a {
	text-decoration: none;
}
#main_left a:hover {
	text-decoration: underline;
}
#main_left table {
	margin-left: 20px;
	margin-right: 20px;
}
#main_left td, th {
	padding-right: 75px;
}
#main_left_right {
	width: 30%;
	float: right;
}
#main_left_left {
	width: 70%;
}
#main_left_pict_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
}
#main_left_pict_right {
	float: right;
	width: 50%;
	text-align: left;
}
#main_left_pict_left {
	width: 50%;
	text-align: left;
}
#main_right {
	width: 40%;
	float: right;
	margin-left: 20px;
}
#polaroid_out {
	width: 450px;
	height: 550px;
	border: 1px solid black;
	background-color: #ebe8eb;
	text-align: center;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	-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;
}
#polaroid_in {
	width: 423px;
	height: 400px;
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#wrap_about {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #e6e6e6;
	padding: 10px;
	min-width: 80%;
	height: 750px;
	-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;
	background: url("img/overlay_about.png")  repeat;
		-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;

}
#about_left {
	margin: 10px;
	width: 50%;
	text-align: center;
	float: none;
	height: 300px;
}
#about_left_bottom {
	margin: 15px;
	text-align: right;
	position: relative;
	top: 18px;
}
#facebook_title {
	position: relative;
	left: 10px;
	font-size: 110%;
}
#facebook_title img {
	padding-right: 10px;
}
#facebook_stream {
	/*top: 5px;*/
	height: 285px;
	overflow: auto;
	text-align: right;
	width: 300px;
	margin-left: auto;
	margin-top: 0px;
	background-color: white;
	position: relative;
}
#about_right {
	margin: 10px;
	width: 50%;
	float: none;
}
#about_right_top {
	margin-left: 10px;
	font: 80% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
}
#about_right_top h1 {
	/*font-size: 180%;*/
}
#about_right_top a {
	text-decoration: none;
}
#about_right_top a:hover {
	text-decoration: underline;
}
#about_right_bottom {
	margin: 15px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	/*text-align: center;*/
	min-width: 600px;
}
#tw {
	width: 40%;
	float: right;
	position: relative;
	left: -50px;
}
#fb {
	width: 40%;
	float: left;
}
#footer {
	width: 80%;
	height: 60px;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	padding-top: 40px;
	font: 75% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	min-width: 80%;
	clear: both;
	
	-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;
}
