
* html {/* fix jitters when using expression*/
	background-image: url(image.jpg);
}
* {
	margin:0;
	padding:0;
}
h1 {
	margin:0;
	text-align:center;
}

marg {
	margin:10px;
}

body{
background:#333366;
}

#leftstrip{
	position:fixed;
	width:200px;
	left:0;
	top:0;
	height:100%;
	
	background:#3399FF;
}

#rightstrip{
	position:fixed;
	width:200px;
	right:0;
	top:0;
	height:100%;
	border-color:#0066FF;
	border-style:solid;
	border-top:none;
	border-left-width:medium;
	border-bottom:none;
	border-right:none;
	background:#3399FF;
}
#left {
	position:fixed;
	width:250px;
	top:0;
	height:100%;

}

#leftinner {
	position:fixed;
	width:250px;
	height:100%;
	border-style:solid;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right-width:medium;
}

#lefttopper{
	/*background-image:url(buttons/black.gif);*/
	text-align:center;
	background-repeat:no-repeat;
	height:231px;
}

#leftbuttons{
/*background:#000000;*/
height:100%;
}

#headerinner{
	width:600px;
	height:231px;
	border-style:solid;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:none;
	
}

#header {
	/*position:relative;*/
	width:600px;
	height:231px;
	float:right;
}
#headerbuttons {
	position:fixed;
	top:99px;
	width:885px;
	height:30px;
	background:#ffffff;
	border-top-style:solid;
	border-color:black;
	border-top-width:thick;
	border-bottom-style:solid;
	border-bottom-width:thick;

}

#footinner{
	width:885px;
	height:30px;
	text-align:center;
}

#footer{
	/*position:fixed;*/
	width:600px;
	height:60px;
	text-align:center;
}

* html #left, * html #header, * html #headerbuttons {
	position: absolute; /* position fixed for IE6 */
top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100 + 'px');
}
* html #header, * html #headerbuttons {
top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}
#content {
	width:800px;
	margin:auto;
	min-height:600px;
	position:relative;
	vertical-align:top;
	overflow:hidden;
	height:100%;
	border-color:#003399;
	border-style:solid;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:none;
	background:#FFFFFF;
	
}
* html #content {
	height:1%
}
#right {
	float:right;
	width:600px;
	padding:0;
	position:relative;
	margin:auto;
}
#rightinner{
	width:590px;
	padding:5px;
	position:relative;
}
p {
	padding:5px;
	margin:0 0 1em 0;
}


