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

body {
color: #000;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
background-color: #FFF;
background-image:url(images/tiling-background.jpg);
}

#center-all {
width: 100%;
text-align:center;
position: absolute; top: 0px; left:0px;
height: 170px;
background-image:url(images/header-extend.png);
background-repeat:repeat-x;
}


#thousandpxdiv {
width: 1000px; 
margin: 0 auto; 
}

#header {
width: 1000px;
float:left;
height: 147px;
background-image: url(images/headback.jpg);
background-repeat:no-repeat;
padding-left:103px;
}

#nav-contain {
width: 565px;
float: left;
padding-top: 60px;
padding-left: 10px;
height: 53px;
}

#sub-nav-contain {
width: 565px;
float: left;
padding-left: 10px;
height: 23px;
padding-top: 10px;
}

#ninehunpxdiv {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align:left;
	background-image: url(images/mainpageback.png);
	background-repeat:repeat-y;
	float:left;
	margin-left: 1px;
	padding-left: 20px;
	padding-bottom:1px;
}

#left-col {
width: 540px;
padding:0px 10px 10px 10px;
float:left;
}


#videothumb {
	width:  520px;
	padding: 10px;
	border: solid 1px #666; float:left; background-color: #EFEFEF;
}

#right-col {
width: 390px;
padding: 0px 0px 10px 0px;
float: left;
text-align:left;
}


#footer-containter {
	width: 938px;
	float:left;
	background-color: #3A3A3A;
	padding: 10px;
}


#error-msg {
width: 80%;
border: solid #C00 1px;
background-color: #FFF;
padding: 30px;
text-align: center;
color: #000;
font-size: small;
font-weight: bolder;
margin: 0 auto
}

#success-msg {
width: 80%;
border: solid  #999 2px;
background-color: #FFF;
padding: 30px;
text-align: center;
color: #000;
font-size: small;
font-weight: bolder;
margin: 0 auto
}

.pinktext {
color: #f220bc;
}

.greytext {
color: #666;
font-weight: 420;
font-size: medium;
}

.redtext {
color: #36C;
}

.smaller {
	font-size:smaller;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33C;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #36C;
}

.float-left {
float: left;	
}

.large {
	font-size: 2em;
}
