/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{
	font-family:Tahoma, Helvetica, sans-serif; 
	font-size:14px; 
	text-align:center;
	margin:0px; 
	padding:0;
	background-color: black; 	
	color:#fff;
	}

h1, h2, h3, h4, h5, h6{margin:0; padding:0; font-weight: normal;}
h1{font-size:24px; line-height: 20px; text-transform:uppercase; color:rgb(255,194,48);}
h2{font-size:18px; line-height: 20px;}
h3{font-size:14px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}
p{letter-spacing:1px;}

a:link, a:visited{color:rgb(255,194,48); text-decoration:none;}
a:hover{text-decoration:none;}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color:rgb(226,221,196); text-decoration:none;}
h2 a:hover, h3 a:hover{color:rgb(255,194,48); text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width */

#container{width:925px; margin:10px auto;}
#topbar{
	width:975px;
	min-height:40px;
	position:relative;
	margin:0px -35px 35px -35px;
}



#main{width:625px; height:400px; margin:20px auto 0px; padding:25px 0px 0 5px;
			background:url(images/vidborder.png) no-repeat;}

#footer{width:auto; display:block; padding:0;}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

img {margin:0; padding: 0; border: 0;}
#topbar img {margin:0px 0px;}
