/* CSS Document */
#fixed{
	position:fixed;
	height:89px;
	top:0px;
	left:0px;
	z-index:2;
	width:100%;
}
	#header{
		position:absolute;
		left:0px;
		top:0px;
		height:89px;
		width:350px;
		background-image:url(/images/header.png);
		z-index:2;
	}
		#header a:hover{
			cursor:pointer;
		}
	#header2{
		position:absolute;
		left:350px;
		top:0px;
		height:89px;
		width:100%;
		background-image:url(/images/headerpixel.png);
		z-index:2;
	}
	#tabs{
		position:absolute;
		left:0px;
		top:60px;
		height:20px;
		width:100%;
		min-width:500px;
		z-index:2;
		text-align:center;
		font-family:Verdana;
		font-size:16px;
		color:#CCCCCC;
	}
		#tabs a:hover{
			text-decoration:underline;
			cursor:pointer;
		}
	
	#loader{
		visibility:hidden;
		position:absolute;
		right:10px;
		top:0px;
		width:50px;
		height:20px;
		z-index:2;
	}
/*--------------------------------*/
#scrolls {
	position:absolute;
	top:90px;
	left:00px;
	width:100%;
	min-width:750px;
	z-index:1;
}
	#nav{
		position:absolute;
		top:0px;
		left:50%;
		width:120px;
		margin-left:-375px;
		z-index:1;
		border-width:0px;
		border-right-width:1px;
		border-color:#000000;
		border-style:solid;
	}
	#content {
		position:absolute;
		top:0px;
		left:50%;
		width:500px;
		margin-left:-255px;
		z-index:1;
		padding-left:10px;
	}
	
	#sidebar {
		position:absolute;
		top:0px;
		left:50%;
		margin-left:255px;
		width:120px;
		z-index:1;
		border-width:0px;
		border-left-width:1px;
		border-color:#000000;
		border-style:solid;
	}

/*--------------------------------*/
body{
	overflow:expression("hidden");
	background-color:#FFFFFF;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}

/*--------------------------------*/
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

	p a:link{
		text-decoration:underline;
	}

	p a:hover{
		text-decoration:underline;
		cursor:pointer;
	}

/*--------------------------------*/
.ptype {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

	.ptype a:link{
		text-decoration:underline;
	}

	.ptype a:hover{
		text-decoration:underline;
		cursor:pointer;
	}

/*--------------------------------*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
}

	h1 a:link{
		text-decoration:underline;
	}

	h1 a:hover{
		text-decoration:underline;
		cursor:pointer;
	}

/*--------------------------------*/
.h1type {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
}

	.h1type a:link{
		text-decoration:underline;
	}

	.h1type a:hover{
		text-decoration:underline;
		cursor:pointer;
	}

/*--------------------------------*/
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

	h2 a:link {
		text-decoration:underline;
	}

	h2 a:hover {
		text-decoration:underline;
		cursor:pointer;
	}

/*--------------------------------*/
.h2type {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

	.h2type a:link {
		text-decoration:underline;
	}

	.h2type a:hover {
		text-decoration:underline;
		cursor:pointer;
	}

