/*-------------------------------------------------------------
 *  Overall
 *------------------------------------------------------------*/
head, body {
    top:				0%;
    left:				0%;
    right:				0%;

	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	background-color:	rgb(100,100,100);
	
	font-family: 		Verdana, Helvetica, sans-serif;
	font-style:  		normal;
	font-variant:		normal;
	font-weight:		normal;
	font-stretch:		normal;
	font-size:			14px;
	line-height:		16px;
	color:				rgb(0,0,0);
}

/*-------------------------------------------------------------
 *  Main section
 *------------------------------------------------------------*/
#main {
	position: 			absolute;
	top:      			3%;
	left:     			3%;
	right:    			3%;
	bottom:				3%;
	height: 100%;
		
	color:				#000;
	background-color:	#fff;
	border-style: 		solid;
	border-color: 		rgb(0,0,0);
	border-width: 		1px;
}	

/*-------------------------------------------------------------
 *  Heading section
 *------------------------------------------------------------*/
#heading {
	position: 			 relative;
	top: 				 0%;
	left: 				 0%;
	right:				 0%;
	height: 			 120;

	background-image: 	 url(1pix_yellow.gif);
	background-position: top left;
	background-repeat:   repeat;
	background-color:	 #fff;
	color:			 	 #000;
		
	margin:				 0px 0px 0px 0px;
	padding:			 0px 0px 0px 0px;
}
#heading img {
	position: 			absolute;
	top: 				30;
	right: 				30;
	height: 			130;	
	border-style: 		outset;
	border-color: 		rgb(e,e,e);
	border-width: 		2px;
}
#heading h1 {
	position: 			absolute;
	top:				0;
	left:				0;
	right:				0;
	height:				15;
	width:				100%;
	color:				#fff;
	background-color:	#000;
	text-align:			left;
	font-size:			14px;
	line-height:		16px;
	letter-spacing: 	0.4cm;
}

#heading hr {
	position: 			absolute;
	top: 				16;
	border-style: 		solid;
	border-color: 		rgb(255,255,255);
	border-width: 		2px;
}

#heading ul {
	position: 			absolute;
	top: 				50;
	left:				5%;
	list-style-type: 	disk;
}

#heading a {
	font-size:			13px;
	line-height:		16px;
}
	
/*-------------------------------------------------------------
 *  Content section
 *------------------------------------------------------------*/
#content {
	position: 	relative;
	top: 		30;
	left: 		10%;
	width: 		60%;
	height: 100%
	bottom:		0;
	padding:	0px 0px 50px 0px;
	margin:		1em 1em 1em 1em;
}
#content h1 {
	font:normal normal bold 14px/16px Verdana,  helvetica, sans-serif; 
}
#content h2 {
	font:normal normal bold 12px/14px Verdana,  helvetica, sans-serif; 
}

#content ul {
	list-style-type: 	circle;
	line-height:		15px;
}

#content li p { 
	margin-top:   -12;
	margin-bottom: 20; 
}
	
#content li a { 
	font-weight:	normal;
}

/*-------------------------------------------------------------
 *  the rest.....
 *------------------------------------------------------------*/
p         { color:#000; font:normal normal normal 14px/16px Verdana, Helvetica, sans-serif; }

a         {color:#000; text-decoration:none; font-weight:bold;  }
a:link    {color:#000;}
a:visited {color:#000;}
a:hover   {color:#000; text-decoration:underline;}
