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

img, div { behavior: url(iepngfix.htc) }

body,  html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) no-repeat center top #000;
}

h1 {
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 0 auto;
	font-size: 15pt;
	padding-top: 8px;
	padding-bottom: 0px;
	*padding-bottom: 0px;
}

p {
	margin: 1em 0 1em 0;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.container {
	width: 960px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: right;
}

.header {
	width: 960px;
	height: 134px;
	background-image: url(images/logo-tag.png);
	background-repeat: no-repeat;
	float: left;
	background-color: #1B3550;
	
}

#header {
    width: 225px;
    height: 133px;
    float: left;

}

#header a {
    float: left;
    top: 0;
    left: 0;
    width: 225px;
    height: 133px;

}

.flashBack {
	width: 960px;
	height: 32px;
	margin: 0 auto;
	float: left;
}

body#index .flashBack {
	height: 255px;
}

.butts {
	width: 206px;
	margin: 20px 20px;
	float: right;
}

.nav {
	width: 960px;
	height: 38px;
	text-align: center;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	background-image: url(images/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 12px;
	float: right;
}

.nav a {
	color: #000;
	text-decoration: none;
	margin: 7px;
}
	
.nav a:hover {
	color: #1F4B5C;
}

.content {
	width: 920px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	float: left;
	background-color: #C7BFAD;
	padding: 0px 20px 18px 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;

}

.contentWhite {
	width: 880px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	float: left;
	background-color: #FFF;
	padding: 0px 20px 18px 20px;
	margin-top: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px #000 solid;

}

body#index .contentWhite {
	width: 920px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	float: none;
	background: none;
	padding: 0;
	margin-top: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: none;
}

.contentUpper {
	width: 920px;
	min-height: 350px;
	margin-top: 13px;
	float: left;
}
.movie {
	width: 425px;
	height: 344px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.welcome {
	width: 445px;
	height: 347px;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	text-align: left;
	float: right;
	background-color: #FFF;
	border: #FFF 1px solid;
	color: #555;
	font-size: 8.5pt;
}

.welcome img {
	padding-left: 8px;
}

.box {
	width: 264px;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	border: 1px solid #000;
	float: left;
	padding: 12px 12px 12px 12px;
	margin: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 10pt;
	text-align: left;
}

.thumbs {
	width: auto;
	float: left;
	margin: 5px;
	text-align: center;
	font-size: 8pt;
}

.footer {
	width: 960px;
	height: 40px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 9pt;
	color: #FFF;
	background-image: url(images/bg-bott.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	text-decoration: none;
	float: left;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #CCC;
	text-decoration: none;
}

a {
	color: #004990;
	text-decoration: underline
}

a:hover {  
	color: #999; 
	text-decoration: none
}

.pagination { 
  padding: 2px; 
} 
 
.pagination ul { 
  margin: 0; 
  padding: 0; 
} 
 
.pagination li { 
  list-style-type: none; 
  display: inline; 
  padding-bottom: 1px; 
} 
 
.pagination a, .pagination a:visited { 
  padding: 0 5px; 
  border: 1px solid #AAAAAF; 
  text-decoration: none;   background-color: #E8E8E6; 
  color: #666666; 
} 
 
.pagination li.currentpage { 
  font-weight: bold; 
  padding: 0 5px; 
  border: 1px solid #AAAAAF; 
  background-color: #666666; 
  color: #E8E8E6; 
} 
 
.pagination li.disablepage { 
  padding: 0 5px; 
  border: 1px solid #AAAAAF; 
  color: #929292; 
} 
 
.pagination li.nextpage { 
  font-weight: bold; 
} 
 
* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/ 
  margin-right: 5px; 
  padding-right: 0; 
} 
