@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0}
body {
	background:#FFFFFF;
}

h2 {
	padding:0;
}

a, a:hover {
    background:none;
}
div#wrapper {
	width:1003px;
	margin:0 auto;
    position:relative;
    background:url(../img/header-side.png) no-repeat 838px 119px;
}

h1#header {
    display:block;
	width:1003px;
	height:119px;
    margin:0;
    padding:0;
	background:url(../img/header.png)  no-repeat;
}
h1#header a {
    display:block;
    width:189px;
	height:113px;
    margin:0;
    padding:0;
    text-indent:-5000px;
    background:none;
}

#navigation {
	width:180px;
    min-height:618px;
    float:left;
    background:url('../img/navigation.png') no-repeat;
    position:relative;
}
#navigation a#videos {
	text-indent:-5000px;
	display:block;
	width:180px;
    margin-top:45px;
	height:100px;
}
#navigation a#about {
	text-indent:-5000px;
    margin-top:20px;
	display:block;
	width:180px;
	height:100px;
}
#navigation a#contact {
	text-indent:-5000px;
	display:block;
	width:180px;
	height:195px;
    position:absolute;
    bottom:0;
    background:url('../img/navigation-foot.png');
}

#content {
	width:823px;
    min-height:618px;
    padding:0;
    margin-left:180px;
    clear:none;
    overflow:visible;
    background:url('../img/navigation-foot-snip.png') no-repeat 0 471px;
}