* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrap {
  width: 900px;
  margin: 10px auto;
}
div#header {
  float: left;
  width: 600px;
	padding:10px 0 10px 10px;
  height: 100px;
}
div#auth {
  text-align: right;
  float: right;
  padding: 10px 0px 10px 10px;
  width: 270px;
  height: 80px;
}
div#auth label {
  color: #ffffff;
}

h1 {
	font-size:2.6em;
	letter-spacing:-3px;
	padding-left:10px;
	text-align:left;
}
h1 span {
	color:#D51626;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
}

h2, h3 {
	font-size:1.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	letter-spacing:-2px;
  border-bottom: 1px solid #333333;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.0em;
	font-weight:bold;
}

p {
	margin-bottom:10px;
	line-height:1.3em;
	font-size:0.95em;
	color:#333333;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  background-color: #000000;
}

div#nav_container {
  clear: both;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  height: 26px;
  border-bottom: 26px solid #99101A;
}

ul#nav {
  list-style: none;
  height: 26px;
  background-color: #333333;
}

ul#nav li {
  display: block;
  float: left;
  border-right: 2px solid #000;
  width: auto;
  margin: 0px; padding: 0px;
  background: #333333;
}

ul#nav li ul.sub_nav_list li {
  display: inline;
  border: 0px;
  background: #99101A;
}

ul#nav li:hover {
  background-color: #99101A;
}

ul#nav li.current {
  background: #99101A;
}
ul#nav li a.current {
  font-weight: bold;
}

ul#nav li a, ul.sub_nav_list li a {
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  padding: 7px;
  width: auto;
}

ul.sub_nav_list  li.current a {
  font-weight: bold;
}

ul#nav li ul {
  display: none;
}
ul#nav li:hover ul.sub_nav_list, ul#nav li.current ul.sub_nav_list {
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
}

fieldset { 
	border: 1px solid #dddddd;
	margin: 10px;
  padding: 5px;
}

fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}

form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}
form input.formbutton {
	background:#99101A none repeat-x scroll bottom left;
	color:#ffffff;
	border:1px solid #6A0C12;
	border-bottom:1px solid #EA3443;
	border-right:1px solid #EA3443;
	color:#ffffff;
	font-size:0.6em;
	padding: 3px 10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
  text-align: left;
}
table tr th {
	background:#99101A none repeat-x scroll bottom left;
	color:#ffffff;
	border-bottom:1px solid #EA3443;
	border-right:1px solid #EA3443;
}
table tr td {
	border-bottom:1px solid #dddddd;
}
table tfoot {
  background: #99101A;
  color: #ffffff;
}
table tfoot a, table tfoot a:visited {
  color: #ffffff;
}
table tfoot a:hover {
  color: #000000;
}

/* default links */
a, a:visited { 
	color:#D41525;
} 
a:hover { 
	color:#99101A; 
}

/* centeral page */
div#content_container {
	clear:both;
	margin:0;
	padding:0;
}

div#content_container p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

#gallery {
  background-color: #f5f5f5;
  width: 890px;
  padding: 5px;
}
div#gallery h2 {
  background-color: #ffffff;
  padding-top:10px;
  padding-left: 10px;
}
.photo {
  display:block;
  margin: 10px auto;
}
.arrows {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 1.3em;
}
.news_thumbnail {
  margin-top: 10px;
  margin-bottom: 20px;
}
.news_thumbnail h3 {
  font-size: 1.6em;
  border-bottom: 1px dotted #333333;
}
.news_thumbnail img {
  float: left;
  margin: 0px 10px 10px 0px;
}
.news_thumbnail span {
  font-size: 0.8em;
  font-style: italic;
  color: #444444;
  margin-bottom: 5px;
}
.news_thumbnail p a {
  font-style: italic;
}
ol#comments {
  margin 10px 0;
  list-style-type: decimal;
}
ol#comments li {
  margin-top: 5px;
  list-style-position: inside;
}
ol#comments span {
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}
ol#comments div {
  padding: 5px;
  color: #000000;
  background: #d5d5d5;
}
div.content {
  clear: both;
	background-color:#ffffff;
	padding:10px;
}
.content h2 {
  margin-bottom: 10px;
}
div.thumbnail {
  width:176px;
  margin: 1px 1px 0px 1px;
  background: #ffffff;
  text-align:center;
  float:left;
}
div.thumb_top {
  height: 20px;
  font-size: 0.8em;
}
div.thumb_bottom {
  height: 35px;
  background-color: #99101A;
  padding: 5px;
  font-size: 0.8em;
}
div.thumb_img {
  height: 145px;
  padding: 5px;
}
div.sidebar_item {
  padding: 10px;
}
div#sidebar {
  width: 178px;
  float:left;
}
div#right_content {
  width: 712px;
  float: right;
}
ul#submenu {
  list-style-type: none;
}
ul#submenu li a {
  background: transparent url(arrow.png) no-repeat left center;
  padding-left: 10px;
  text-decoration: none;
  color: #000000;
}
ul#submenu li a:hover, ul#submenu li a.selected {
  background: transparent url(arrow_selected.png) no-repeat left center;
  padding-left: 10px;
  text-decoration: none;
  color: #333333;
}
div.pagination {
	background: #ffffff;
  height: 40px;
  padding-top: 10px;
}

div.pagination a {
	text-decoration: none;
	margin-left: 5px;
	padding: 1px 5px;
	border: 1px #333333 solid;
}
div.pagination a:hover {
	color: #ffffff;
	background: #333333;
	border: 1px #000000 solid;
}
div.pagination span {
	font-weight: bold;
	margin-left: 5px;
}
div#footer {
	clear:both;
	border-top:1px solid #EA3443;
	background:#99101A;
	min-height:30px;
	clear:both;
}
div#footer p {
	text-align:center;
	color:#eeeeee;
	padding:5px;
	font-size:0.9em;
}
div#footer p a {
	color:#eeeeee;
}
.bold {
  font-weight: bold;
}
.clear {
	clear:both;
}
