body {
	margin:0;
	padding:0;
}

body, form {
	padding:0;
	margin:0;
}

body, p, input, textarea, select, td, th {
	font: 10pt "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

th, td {
  text-align:left;
  vertical-align:top;
}

th {
	font-weight:bold;
}

img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Sans-Serif;
}

h1 {
	margin:0;
	padding:0;
	font-size:18pt;
	color:#000;
	margin-bottom:10px;
}

h2 {
	margin:0;
	padding:0;
	font-size:12pt;
	font-weight:bold;
	color:#FF6600;
	margin-bottom:5px;
}

#skin_wrap {
	position:relative;
	margin:0 auto;
	width:955px;
}

#top {
	position:relative;
	margin-top:4px;
	width:955px;
	height:79px;
	background:url('/images/top.png') top left no-repeat;
	z-index:10;
}

#top_pic {
	position:absolute;
	top:1px;
	left:1px;
	cursor:pointer;
	z-index:20;
}

#about_me, #about_us {
	position:absolute;
	left:697px;
	top:1px;
	height:78px;
	width:15px;
	cursor:pointer;
}

#about_me {
	background:url('/images/about_me.gif') top left no-repeat;
}

#about_us {
	background:url('/images/about_us.gif') top left no-repeat;
}

#my_info {
	position:absolute;
	top:2px;
	left:730px;
}
#my_info p {
	margin:0;
	padding:0;
	font-size:9pt;
	line-height:14px;
}

#my_pic {
	position:absolute;
	height:78px;
	width:176px;
	overflow:hidden;
	top:1px;
	left:520px;
}

#my_pic img {
	position:absolute;
}

#bottom {
	position:relative;
	width:955px;
	height:13px;
	background:url('/images/bottom.png') top left no-repeat;
}

#nav {
	position:relative;
	width:955px;
	height:26px;
}

#nav ul {
	position:absolute;
	right:0;
	top:5px;
	list-style:none;
	padding:0;
	margin:0;
}

#nav li {
	position:relative;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	margin-right:10px;
	padding-right:10px;
	font-size:10.5pt;
	font-weight:bold;
	border-right:1px solid #FFF;
}

#nav li.end {
	border:0px;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	color:#000;
	text-decoration:none;
}

#nav li a:hover {
	color:#666;
	text-decoration:none;
}

#content_wrap {
	position:relative;
	width:953px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	z-index:5;
}

#right_col {
	position:relative;
	float:right;
	margin-left:10px;
	width:250px;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:10px;
}

#primary_content {
	position:relative;
	padding:10px;
}

#min_fill {
	position:relative;
	float:right;
	height:450px;
	width:1px;
	right:0;
	top:0;
}

#footer {
	position:relative;
	width:930px;
	margin:0 auto;
	margin-top:2px;
}

#footer, #footer p {
	font-size:8pt;
}

#footer a:hover {
	color:#FFF;
}

.clear {
	position:relative;
	clear:both;
	height:0;
	overflow:hidden;
}

.error {
	border:1px solid red;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:red;
}

.message {
	border:1px solid green;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:green;
}

.pagination {
	position:relative;
	border:1px solid #666;
	background-color:#EEE;
	padding:2px;
	padding-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:8.5pt;
}

.video_list {
	position:relative;
	margin-bottom:20px;
}
.video_list img.i {
	position:relative;
	float:left;
	margin-right:10px;
	border:1px solid #000;
	width:150px;
	height:84px;
	cursor:pointer;
}
.video_list .t {
	position:relative;
	font-size:11pt;
	font-weight:bold;
}
.video_list .d {
	position:relative;
	margin-top:5px;
	font-size:9pt;
	color:#000;
}
.video_list .tm {
	position:relative;
	margin-top:5px;
	color:#666;
	font-size:8pt;
	font-weight:bold;
}


.video_details img.i {
	position:relative;
	float:left;
	margin-right:10px;
	border:1px solid #000;
	width:90px;
	height:53px;
	cursor:pointer;
}
.video_details .t {
	position:relative;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:5px
}
.video_details .d {
	position:relative;
	margin-top:5px;
	font-size:8pt;
	color:#000;
}
.video_details .tm {
	position:relative;
	margin-top:5px;
	color:#666;
	font-size:8pt;
	font-weight:bold;
}

