/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font-family: Century Gothic, Verdana, sans-serif;
	color: #333;
	cursor: default;
	margin-top: 0;
	background: #0f0b09 url(/assets/templates/default/images/twgd-body.jpg);
	}



/* Headers and Paragraphs:
------------------------------------------------ */

h1 { font-family: Century Gothic, Verdana, sans-serif; font-size: 160%; color: #400b0b; font-weight: bold; letter-spacing: 0.05 em;}
h2 {  font-family: Century Gothic, Verdana, sans-serif; font-size: 110%; font-weight: bold; 	letter-spacing: 0.1 em;}
h3 {  font-family: Century Gothic, Verdana, sans-serif; font-size: 90%; font-weight: bold; 	letter-spacing: 0.1 em;}
h4 { font-size: 100%; font-weight: bold; }
h5 { font-size: 90%;}
h6 { font-size: 80% }
p { font-size: 80%;}

.purple {color: #400b0b;}

/* Layout
------------------------------------------------ */

#wrap {
	width: 960px;
	margin: 0 auto;
	}

#imgvid {
	width: 960px;
	height: 713px;
	float: left;
	margin: 0;
	background: #000 url(/assets/templates/default/images/twgd-imgvid.jpg) no-repeat;
	}

#main {
	width: 960px;
	height: 713px;
	float: left;
	margin: 0;
	background: #000 url(/assets/templates/default/images/twgd-main.jpg) no-repeat;
	}

#flash {
	width: 660px;
	height: 500px;
	float: left;
	position: absolute;
	margin: 151px 150px 0 150px;
	}

#schools {
	width: 960px;
	height: 713px;
	float: left;
	margin: 0;
	background: #000 url(/assets/templates/default/images/twgd-main.jpg) no-repeat;
	}

#home {
	margin: 0;
	width: 450px;
	height: 110px;
	float: left;
	position: absolute;
	}

#back {
	margin-top: 370px;
	margin-left: 110px;
	width: 70px;
	height: 70px;
	float: left;
	position: absolute;
	z-index: 50;
	}

#teachers {
	margin-top: 659px;
	margin-left: 384px;
	width: 200px;
	height: 54px;
	float: left;
	position: absolute;
	}

#video {
	margin-top: 123px;
	width: 123px;
	height: 221px;
	float: left;
	position: absolute;
	}
#audio {
	margin-top: 370px;
	width: 122px;
	height: 207px;
	float: left;
	position: absolute;
	}
#photo {
	margin-top: 148px;
	margin-left: 847px;
	width: 113px;
	height: 217px;
	float: left;
	position: absolute;
	}
#map {
	margin-top: 365px;
	margin-left: 847px;
	width: 113px;
	height: 212px;
	float: left;
	position: absolute;
	}

#about {
	width: 730px;
	height: 144px;
	float: left;
	background: #000 url(/assets/templates/default/images/twgd-aboutbkgd.jpg) no-repeat;
	}
#about img{
	margin-left: 569px;
}

#contact {
	width: 230px;
	height: 144px;
	float: left;
	background: #000;
	}

#content {
	width: 520px;
	height: 400px;
	float: left;
	margin: 220px 200px 0px 220px;
	overflow: auto;
	padding-right: 40px;
	position: absolute;
	}

#contentimgvid {
	width: 600px;
	height: 435px;
	float: left;
	margin: 200px 0px 0px 187px;
	overflow: hidden;
	position: absolute;
	}

#horzscroll {
	width: 600px;
	height: 435px;
        white-space: nowrap;
        overflow: auto;
	}



/* Content styling
------------------------------------------------ */

hr {
  border: 1px solid #bbb;
  border-width: 1px 0 0 0 ;
}

a:link {
	color: #400b0b;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}

a:visited {
	color: #666;
	text-decoration: none;
	}




/* Lists 
------------------------------------------------ */

ol {
	padding-left: 20px;
}


/* Images 
------------------------------------------------ */
img {	
	border: 0;
	margin: 0;
	padding: 0;
	}

a:link img, a:visited img, a:hover img, a:active img {
	 border-width: 0px none; 
	}

#horzscroll img {
	padding: 0px 10px;
	max-height: 365px;
        overflow: none;
	}

#content img {	
        margin: 0px 10px;
	}




/* Scroller 
------------------------------------------------ */


.scroll{
	position:absolute;
	display:block;
	overflow:scroll;
	border-right:0;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

