
/* WRAP */
#Wrap {z-index:200; position: relative; width: 100%; height: 100%; margin: 0 auto;}


/* Global Shadow*/
.Shadow{z-index:200; position: relative; left: 50%; width: 1000px; margin-left: -500px;}
.ShadowT{background: transparent url(../images/bkg/shadow.top.png) bottom center no-repeat;}
.ShadowM{background: transparent url(../images/bkg/shadow.png) top center repeat-y;}
.ShadowB{background: transparent url(../images/bkg/shadow.footer.png) top center no-repeat;}


/* Global Position*/
.CenterThis {z-index:200; position: relative; left: 50%; width: 960px; margin-left: -480px; text-align: left; vertical-align:top;}



/* Frames */
.Frame{position:relative; width:100%;}

	
.Frame#Top {font-family:century gothic;}
.Frame#Top .CenterThis{height:39px; text-align:right;}

.Frame#Header {font-family:century gothic;}
.Frame#Header .CenterThis{height:137px; background:#FFF;}

.Frame#NavBar {}
.Frame#NavBar .CenterThis{height:78px; background:#FFF;}

.Frame#Content {/* font-size: 0.7em; */}
.Frame#Content .CenterThis{min-height:400px; background:#FFF;}

.Frame#Footer {font-family:century gothic; color:#FFF;}
.Frame#Footer .CenterThis{height:122px; background:#000 url(../images/bkg/footer.png) top center no-repeat;}

.Frame#Bottom {}
.Frame#Bottom .CenterThis{height:39px;}
