* 		{
			padding: 0; 
			margin: 0; 
			border: 0; 
			font-family:Verdana,Tahoma,Arial; 
			font-size: 20px;
                        color:#F7931D;
		}		
		
body 	{
			height: 100%;
		}
		
div 	{
			padding:0px;
			margin:0px;
		}
		/* border: thin solid red; */

td		{
			text-align: top;
			vertical-align:top;
			font-size: 17px;
		}	

a		{
			color:#00AEEF;
			text-decoration:none;
		}

a.nav	{
			font-size:17px;
			color:#00AEEF;
			text-decoration:none;
		}

/* DIV Layers */
#wholepage 		{
					height:100%;
					width:100%; 
					overflow:hidden;
					z-index:1; 
				}
				
#navigation	{
					z-index:1;
					top:100%;
					height: 25px;
					margin-top:-28px;
					position:absolute;
				}

#content 		{
					height:94%;
					width:96%;
					top: 3%;
					bottom: 3%;
					left: 2%;
					right: 2%;
					overflow:show;
					z-index:3; 
					position:absolute; 
				}
				
#img_wrapper 	{
					height:96%;
					width:500px;
					top: 2%;
					bottom: 2%;
					right: 2%;
					overflow:hidden;
					float:right;
					z-index:2;
					position:relative;
					background-image: url("../image/vertline.png");
					background-repeat: repeat-y;
					background-position: center;
				}
				
#content_top	{
					z-index:3;
					height:50%;
					margin-bottom: -20px;
				}
				
#img			{
					height: 500px;
					width:	100%;
					margin-top: -250px;
					top: 50%;
					overflow: hidden;
					z-index: 2;
					position: relative;
					valign: middle;
				}
#img_border		{
					height: 100%;
					widht:100%;
					z_index: 2;
					background-image: url("../image/img_boarder.png");
				}


#title_line		{
					height:40px;
					margin-right: 263px;
					z-index:3;
					position: relative;
					vertical-align: bottom;
					
				}
				
				
#title_content	{
					width:100%;
					margin: 0px;
					background-image: url("../image/linkline.png");
					background-repeat: repeat-x;
					background-position: center center;
					z-index:3;
					float: left;		
				}

#title_text		{
					float: left;
					margin: 0px;
					font-family: Verdana-Bold,Verdana,Arial,Tahoma;
					font-size: 22px;
					font-weight: bold;
					color: #00AEEF;
				}

.title_img		{
					float:right;
					position:absolute;
					right:-25px;
					z-index:4;
					top: 50%;
					height:25px;
					width:25px;
					margin-top:-19px;
					overflow:hidden;
					background-image: url("../image/title_dot.png");
					background-repeat:no-repeat;
					background-position: right center;
				}
				
.title_img_h	{
					float:right;
					position:absolute;
					right:-25px;
					z-index:4;
					top: 50%;
					height:25px;
					width:25px;
					margin-top:-19px;
					overflow:hidden;
					background-image: url("../image/title_dot_h.png");
					background-repeat:no-repeat;
					background-position: right center;
				}
.title_img_f	{
					float:right;
					position:absolute;
					right:-25px;
					top: 50%;
					height:25px;
					width:25px;
					margin-top:-19px;
					overflow:hidden;
					background-image: url("../image/title_dot_f.png");
					background-repeat:no-repeat;
					background-position: right center;
				}

.links                          {
                                        font-size:17px;
}
.links a                        {

                                        color:#F7931D;
                                        display:block;
                                        font-size:17px;
                                        text-decoration: underline;

}
