body {
	margin: 0px;
	background: #C7E5C8;
}
h3 {
	margin: 1em 0px 0px 0px;
}
hr {
	border-style: inset;
}
a {
	text-decoration: none;
	color: #3C0;
	font-weight: bold;
}
a:visited {
	color: #693;
}
ul {
	list-style-type: circle;
	padding-left: 20px;
}
#header {
	height: 150px;
	background: -webkit-linear-gradient(#449447, #73BF76); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#449447, #73BF76); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#449447, #73BF76); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#449447, #73BF76); /* For IE */
	background: linear-gradient(#449447, #73BF76); /* Standard syntax */
	-webkit-box-shadow: 0px 5px 5px #888; /* For Safari 5.1 to 6.0 */
	-o-box-shadow: 0px 5px 5px #888; /* For Opera 11.1 to 12.0 */
	-moz-box-shadow: 0px 5px 5px #888; /* For Firefox 3.6 to 15 */
	-ms-box-shadow: 0px 5px 5px #888; /* For IE */
	box-shadow: 0px 5px 5px #888; /* Standard syntax */
	position: relative;
	z-index: 1;
}
#header-wrap {
	width: 80%;
	min-width: 900px;
	margin: 0px auto;
	height:150px;
}
#logo-wrap {
	float: left;
	height: 150px;
	width: 200px;
}
#logo {
	height: 100px;
	margin: 0px auto;
	position: relative;
	top: 5px;
	-webkit-animation: logo_float ease 2s infinite;
	-o-animation: logo_float ease 2s infinite;
	-moz-animation: logo_float ease 2s infinite;
	-ms-animation: logo_float ease 2s infinite;
	animation: logo_float ease 2s infinite;
}
@-webkit-keyframes logo_float {
	50% {top: 25px;}
	100% {top: 5px;}
}
@-o-keyframes logo_float {
	50% {top: 25px;}
	100% {top: 5px;}
}
@-moz-keyframes logo_float {
	50% {top: 25px;}
	100% {top: 5px;}
}
@-ms-keyframes logo_float {
	50% {top: 25px;}
	100% {top: 5px;}
}
@keyframes logo_float {
	50% {top: 25px;}
	100% {top: 5px;}
}
#shadow {
	position: relative;
	height: 10px;
	top: 30px;
	margin: 0px 10px;
	background: #666;
	opacity: 0.3;
	border-radius: 100%;
	-webkit-animation: shadow_react ease 2s infinite;
	-o-animation: shadow_react ease 2s infinite;
	-moz-animation: shadow_react ease 2s infinite;
	-ms-animation: shadow_react ease 2s infinite;
	animation: shadow_react ease 2s infinite;
}
@-webkit-keyframes shadow_react {
	50% {margin: 0px 30px; opacity: .8;}
	100% {margin: 0px 10px; opacity: .3;}
}
@-o-keyframes shadow_react {
	50% {margin: 0px 30px; opacity: .8;}
	100% {margin: 0px 10px; opacity: .3;}
}
@-moz-keyframes shadow_react {
	50% {margin: 0px 30px; opacity: .8;}
	100% {margin: 0px 10px; opacity: .3;}
}
@-ms-keyframes shadow_react {
	50% {margin: 0px 30px; opacity: .8;}
	100% {margin: 0px 10px; opacity: .3;}
}
@keyframes shadow_react {
	50% {margin: 0px 30px; opacity: .8;}
	100% {margin: 0px 10px; opacity: .3;}
}
#header-rest-left {
	float: left;
}
#header-rest-right {
	float: right;
}
#title {
	height: 80px;
	margin: 50px 0px 0px 25px;
	font-size: 72px;
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	text-shadow: 2px 2px 5px #000;
}

#navbar {
	float:left;
	height: 20px;
	min-width: 500px;
	margin-left: 25px;
}
#content-wrapper {
	width: 80%;
	min-width: 900px;
	background: #FFF;
	min-height: 700px;
	height: auto;
	margin: 0px auto;
}
#sidebar {
	float: left;
	width: 180px;
	background: #F1F9F1;
	height: 100%;
	min-height: inherit;
	-webkit-box-shadow: -2px 0px 5px #888; /* For Safari 5.1 to 6.0 */
	-o-box-shadow: -2px 0px 5px #888; /* For Opera 11.1 to 12.0 */
	-moz-box-shadow: -2px 0px 5px #888; /* For Firefox 3.6 to 15 */
	-ms-box-shadow: -2px 0px 5px #888; /* For IE */
	box-shadow: -1px 1px 5px #888; /* Standard syntax */
	padding: 0px 10px;
}
#content {
	margin-left: 200px;
	padding: 50px;
}
#footer {
	height: 20px;
	background: #449447;
}
#copy {
	display: table-cell;
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
	height: 20px;
	padding-left: 10px;
}