
*
{
	border:				0px;
	padding:			0px;
	margin:				0px;
}

body
{
	background-color:		white;
	background-image:		url('http://www.n-gate.net/A/img/layout/tile2.png');
	background-repeat:		repeat;
	background-attachment:	fixed;
}

#menu
{
	position:				fixed;
	background-color:		transparent;
	background-attachment:	fixed;
	opacity:				1.0;
	
	left:					0;
	top:					65px;
	width:					15%;
}

#masthead
{
	position:			absolute;
	background-color:	transparent;
	opacity:			1.0;
	left:				0;
	top:				0;
	width:				99%;
	height:				64px;
	text-align:			left;
	vertical-align:		top;
}

#content
{
	background-color:	white;
	background-image:	none;
	background-repeat:	repeat-x;
	opacity:			1.0;
	position:			absolute;
	left:				15.5%;
	top:				65px;
	width:				66%;
	z-index:			1;
	border:				none;
	border:				solid 1px rgb(153,32,204);
	border-top:			solid 8px rgb(153,32,204);
	border-bottom:		none;
	
	-webkit-box-shadow:			black 0 4px 8px;
	-moz-box-shadow:			black 0 4px 8px;	
}

#sidebar
{
	position:			absolute;
	left:				82%;
	top:				65px;
	width:				17%;
	background-color:	rgb(204,204,204);
	/*
	background-image:	none;
	background-repeat:	no-repeat;
	background-position: 0 32px;
	*/
	border:				solid 1px rgb(51,102,153);
	border-top:			solid 8px rgb(51,102,153);
	border-bottom:		solid 4px rgb(51,102,153);
	opacity:			1.0;
	padding:			0;
	z-index:			1;
	
	-webkit-box-shadow:			black 0 4px 8px;
	-moz-box-shadow:			black 0 4px 8px;

}

#sidebar_text 
{
	opacity:			1.0;
	padding:			4px;
	z-index:			2;
}


#main
{
	padding:			1em 2em 1em 2em;
}

#footer
{
	background-color:	rgb(102,102,102);
	background-image:	url('http://www.n-gate.net/A/img/layout/footerback-blue.png');
	opacity:			1.0;
	left:				0;
	padding:			1px 2px 1px 2px;
	z-index:			2;
}


