/* Yee's Hung Ga SP Stylesheet */

/* Divs */

#container
{
	width:759px;
	margin:0px auto;
	text-align:center;
	float:none;
	display:block;
	vertical-align: middle;
	
}

#header
{ 
	border-bottom-width: 6px; 
	border-bottom-color:#390000; 
	border-bottom-style: solid; 
	margin:0px auto;
}
	

#nav
	{ 
		float: left; 
		text-align: left; 
		vertical-align: top; 
		margin:0px auto;
		padding-left: 30px;
		padding-bottom: 30px;
	}
	
#content_area 
	{ 
		padding-top: 25px;
		background-color: #2a0b0b; 
		background-image:url(ctbg.gif); 
		background-repeat:repeat-x; 
		background-position:top;
		
		border-bottom-width: 6px; 
		border-bottom-color:#290000; 
		border-bottom-style: solid;
		
		width: 759px;
		padding-bottom: 25px;
		line-height: 2em;	
		
		margin:0px auto;
		/*border:1px solid green;*/
	}
	
/* Index Page */
#index_sec1	
	{ 
		float:left; 
		vertical-align: top; 
		
		margin-left:22px;
		width: 569px;
		padding-left: 5px;
		padding-right: 2px;
		
		
	}
	
	
#index_box
	{
		background-color: #0f0303;
		
		padding-top:25px;
		padding-bottom: 25px;
		
		width: 715px;
		margin:0px auto;
		
	}
#img_box 
	{
		float: left; 
		clear: both; 
		padding-right: 22px;
		padding-left: 22px;
		padding-bottom: 1px;
		
	}
	
#ctbx {
		padding:15px; text-align:center; border-top: 1px dotted #fff; padding-top:15px; border-bottom: 1px dotted #fff; padding-bottom:15px; margin-bottom:10px;
}

#left {
	float: left ; margin-left:30px; margin-right:30px; width:180px; text-align:left;
}

#left2 {
	float: left ; margin-left:30px; margin-right:30px; width:180px; text-align:left;
}


.sty {
	border-top: 1px dotted #fff; padding-top:10px; border-bottom: 1px dotted #fff; padding-bottom:10px
}
.sep {
	border-top: 1px dotted #fff; padding-top:10px; border-bottom: 1px dotted #fff; padding-bottom:10px
}

#tops { padding-left: 120px; }

.imgpad { margin: 10px; }

.form { background-color:#1c0707; border: 1px solid #564949; color:#fff }
		
#index_text {  text-align: left; padding-right: 30px;}
/*End Index Page*/


/*Hung Ga Forms */
#hgform
	{
		font-family: Comic Sans, Comic Sans MS, cursive;
		margin:0px auto;
		
	}
#hgformhead
	{
		text-decoration: underline; 
		text-transform: uppercase;
		font-size: 24px;
		padding-bottom: 300px;
	}

/*End Hung Ga Forms */

#footer
	{ 
		padding-top: 95px; 
		margin:0px auto;
	}

.body
{
	background-color: #000000; 
	background-image: url('bg.gif');
	background-repeat: repeat-x; 
	background-attachment: fixed; 
	background-position: bottom center;
	
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	
	margin:0px auto;
	text-align:center;
	font-size: 11px;;
	display: block;
}

/* Schedule Page */
td { border: 1px solid #fff; }

/* Classes */

.clear 
	{ clear: both;}

.index_heading {color: #dbac00; font-weight: bold; font-size: 16px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

.image_left 
	{ float: left; clear: both; margin-left: 10px; margin-right: 20px;}
	
.error {color: red; font-weight:bold; text-align: center; font-size: x-large;}



/* Hyperlinks */
a:link, a:visited, a:active 
	{
		font-size: 12px;
		color: white;
		font-weight: bold;
		text-decoration: none;
		line-height: 2;
	}
a:hover
	{
	 color: #dbac00;
	}
