	/*html elements*/
	/*----------------------------------------------------------------*/
	/*1. body*/
	body{
    	font-family: Tahoma, Arial, Verdana;
    	color: #333333;
		font-size: 12px;
    	border: solid 0px;
    	margin:0px;
    	scrollbar-DarkShadow-Color:#808080;
		scrollbar-3dLight-Color:#C0C0C0;
		scrollbar-Arrow-Color:#0000A0;
		scrollbar-Base-Color:#646464;
		scrollbar-Face-Color:#9B9DA4;
		scrollbar-Highlight-Color:#ffffff;
		scrollbar-Shadow-Color:#ffffff;
		scrollbar-Track-Color:#FFFFFF;
		background-image:url(../pics/bg.gif);
		background-repeat:repeat;
		
	}
	body td{
    		font-family: Tahoma, Arial, Verdana;
    		font-size: 12px;	
	}	
	body a:link{
		text-decoration: none;
		color: #CCCC00;
		color: #0000FF;
	}
	body a:visited{
		text-decoration: none;
		color: #008080;
	}
	body a:hover{
		color: #F6E30E;
	}

	
/*------------------------------------------------------------*/
/*	Main */
/*-----------------------------------------------------------*/
	.main{
		background-repeat:no-repeat;
		border:solid 0px #000000;
		height:650px;
		width:500px;
		margin:0px;
	}		
			
	.main h1{ font-family:Tahoma, Arial, Verdana;
		font-size:15px; color:#0000bb; display:inline;}
	
	.main a:link{
		color:#993333;
		text-decoration:underline;
	}
	.main a:visited{
		color:#993333;
		text-decoration:underline;	
	}
	.main a:hover{
		color:#993333;
		text-decoration:underline;
		font-weight:bold;
	}

	.main td{ text-align:justify;}

/*-----------------------------------------------------------------------------------*/
/* menu	*/
/*-----------------------------------------------------------------------------------*/
	.menu{
		background-repeat:no-repeat;
		border:solid 0px #000000;
		height:650px;
		width:120px;
	}		



			
/*defined div blocks*/
/*----------------------------------------------------------------*/
/*1. header*/
.header{
	left: 0px;
	width: 180px;
	height: 600px;
	top: 0px;
	overflow: hidden;
	padding-left: 0em;
	padding-top: 0em;
	background-color: #ffffff;
	position: absolute;
	border:solid 0px #000000;
}
/**************************************************************/
/*  main block  ********************************************/
/**************************************************************/


/**************************************************************/
/*  bg block  												  */
/**************************************************************/
.bg{
	top: 30px;
	left: 180px;
    width: 490px;
	height: 520px;
    padding: 0em 0em 0em 0em;
	position: absolute;
	margin: 0px 0px 0px 0px;
	border: 0px solid #AFAFAF;
	overflow: hidden;
	Background-Repeat: No-repeat;
}
	
/**************************************************************/
/*  footer block  											  */
/**************************************************************/
.footer{
		left: 180px;
		width: 490px;
		top: 550px;
		height: 50px;
		/*color: #69A3F8;*/
		padding-top:12px;
		padding-right: 22px;
		position: absolute;
		border: 0px dotted #000000;
		overflow: hidden;
		text-align: right;
		Background-Repeat: No-Repeat;
		color:#FFFFFF;
		background-color:#444444;
}
.footer a:link{	color:#FFFFFF;}
.footer a:visited{	color:#FFFFFF;}
.footer td{	color:#FFFFFF;}
		
/******************************************************************************************************/.stylemaster {
}
