/*global*/
* {
	margin:0; padding:0;
}
html, body {
	height:100%
}
body {
	background:#fff;
	text-align:center;
	font-size:12px;
	font-family: Arial,Verdana,Tahoma sans-serif;
}
a img {
	border:0
}
table {
	border-collapse:collapse;
}
table td {
	padding:0px;
	border:0px solid black
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#holder {
	margin:0 auto;
	text-align:left;
	height:100%;
}

/*navi*/
#nav {
	background:#fff;
	width:300px;
	padding:5px 0;
}
#nav li {
	display:inline;
	padding:.3em 1em;
	border-left-width:1px;
	border-left-style: solid;
}
#nav li.first {
	border:none
}
#nav li a {
	font-weight:bold;
	text-transform:uppercase;
}



#logo {
	padding-top:20px;
}

#menu li {
	text-align:left;
	padding:10px 0px;
}
#menu li li {
	text-align:left;
	padding: 5px  0 0 10px;
}
#menu ul {
	list-style-position:inside;
}
#menu {
	margin:50px 0 10px 30px;
}
#menu a {
	font-weight:bold;
}

#left {
	width:289px;
	height:100%;
}
#right {
	width:100%;
	height:100%;
}
#sub li {
	display:inline;
	padding:0;
	margin: 0 15px;
}
ul#sub {
	margin:10px 0;
	list-style:none;
}
#sub a {
	font-weight:bold;
}
.last2 {
	float:right;
	border-top:4px solid #d61b1f;
	width:70%;
	margin:-8px 0 0 120px;
}
#content {
	width:99%;
	height:88%;
	_height:100%;
}

#ss {
	width:100px;
	height:48px;
	border:1px solid black;
	text-align:center;
	font-weight:bold;
	color:#d61b1f;
}
#h1 {
	padding-left:20px;
	color:#fff;
	font-weight:bold;
	height:48px;
}
#txt {
	background:#fff;
}

#bot {
	height:220px;
	border-right-width:2px;
	border-right-style: solid;
}
#logo2 {
	background:url(/img/logo2.gif) no-repeat left top;
	border-right-width:2px;
	border-right-style:solid;
	height:100%;
}

#body {
	padding:20px;
	overflow:auto;
	height: 530px;
}

#body img {
	float:left;
	margin:5px 10px 2px 0;
	border-width:2px;
	border-style:solid;
}

#registration {
  text-align:center;
}

#registration form {
  text-align: left;
  width: 300px;
  margin: 0 auto;
}
#registration form input {
  margin: 5px 0 10px 0;
  width: 100%;
}
form#login_form {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: right;
}

form#login_form input {
	font-size: 11px;
}

#board {
	padding-bottom: 10px;
	border-top: 1px solid #eee;
}

.board_message {
	padding:10px;
	border-bottom: 1px solid #eee;
}

.board_message.odd {
	background-color:#fafafa;
}

#more {
	padding-left:20px;
	color:#939598;
}

#video_clips {
	text-align: center;
	margin-top: 10px;
}

#video_clips div {
	padding: 0 5px;
	display:inline;
}

p {
	_height: 0; /*ie5-6*/
	zoom: 1; /*ie7*/
}
#footer {
	text-align:center;
	height:30px;
	width:100%;
}