@charset "utf-8";
/* CSS Document */

/*Structure divs */
html {
min-height: 100%;
height: auto;
}
body {
font-size: 62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #fff;
background-color: #333;
}
#wrap {
position: relative;
width: 910px;
padding: 20px 0 0 0;
margin: 20px auto;
text-align: left;
background: transparent url(../images/motiv8/backTop.gif) top left no-repeat;
z-index: 1;
}
#wrap-inner {
position: relative;
background: #000 url(../images/motiv8/backMiddle.gif) 0 50px repeat-y;
overflow: auto;
z-index: 3;
}
#header {
position: relative;
height: 200px;
width: 830px;
padding: 0 35px;
margin: 0 0 20px 0;
}
#mainNavigation {
position: relative;
float: right;
width: 710px;
}
#content {
	position: relative;
	background: transparent url(../images/motiv8/innerBackTop.gif) 35px 0 no-repeat;
	width: 900px;
	overflow: auto;
}
#content-inner {
width: 827px;
padding: 20px 0px 0px 0px;
margin: 10px 20px 00px 35px;
background: transparent url(../images/motiv8/innerBackBot.gif) left bottom no-repeat;
/*height: 350px;*/
overflow: auto;
}
#launch-motiv8 #content-inner #content-flash {
padding: 0px 10px 30px 10px;
}
#content-main {
position: relative;
float: right;
width: 667px;
padding: 5px 5px 5px 0px;
overflow: auto;
}
#content-left {
position: relative;
float: left;
width: 119px;
padding-left: 5px;
overflow: auto;
}
#botNavigation {
width: 827px;
padding: 20px 0px 0px 0px;
margin: 0px 0px 10px 35px;
}
/*footer*/
#footer {
position: relative;
background: #036 url(../images/motiv8/footer.gif) left top no-repeat;
margin-top: 0px;
height: 60px;
}
#crest {
position: absolute;
bottom: 42px;
right: 20px;
z-index: 150;
}
