/* StyleSheet for Firework Videos Website */

body	{
	margin:15px;
	background:#001;
	color:#39C;
	font-family:sans-serif;
	font-size:16px;
	}

h1	{
	display:inline;
	padding:0px 2px 2px 2px;
	border-bottom:2px solid #CA0;
	color:#39C;
	font-family:sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}

h2	{
	margin:15px auto 0px auto;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	}

h3	{
	display:inline;
	padding:0px 1px 1px 1px;
	border-bottom:1px solid #CA0;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	}

td	{
	width:110px;
	height:18px;
	color:#39C;
	font-family:sans-serif;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	}

td.t1	{ padding:0px 0px 5px 320px; width:auto; height:30px; }
td.t2	{ padding:0px 0px 0px 320px; width:90px; }
td.t3	{ color:#AA9; }
td.t4	{ width:135px; }
td.t5	{ padding:10px 0px 2px 320px; width:auto; letter-spacing:2px; }
td.download { width:130px; vertical-align:middle; }

a.download {
	display:block;
	padding:8px 0px 0px 40px;
	width:85px;
	height:26px;
	border:1px solid;
	border-color:#249 #136 #136 #249;
	background:url(./download.gif) 1px 1px no-repeat transparent;
	font-size:16px;
	cursor:pointer;
	}

a.download:link, a.download:visited {
	background-color:#247;
	color:#8BD;
	font-weight:bold;
	text-decoration:none;
	}

a.download:hover, a.download:active { background-color:#346; color:#DDB; }

.movie	{ margin:10px auto; background:left center no-repeat transparent; }
.m1	{ background-image:url(./m1.jpg); }
.m2	{ background-image:url(./m2.jpg); }

#content {
	margin:0px auto;
	width:750px;
	border:1px solid #126;
	background:#012;
	}

#header	{
	margin:0px 0px 30px 0px;
	padding:20px 0px 0px 0px;
	height:110px;
	border-bottom:1px solid #126;
	background:url(./b1.jpg) center no-repeat transparent;
	}

#bottom	{
	padding:120px 0px 0px 0px;
	height:20px;
	border-top:1px solid #126;
	background:url(./b2.jpg) center no-repeat transparent;
	font-size:13px;
	text-align:center;
	}

#content { text-align:center; }

#counter { color:#DDB; font-weight:bold; }
