/* 3-column Liquid Layout */
/*
    white       #FFFFFF
    dark blue   #0061A5
    light blue  #3A8ECA
    grey        #71706E
    green       #9BCC23
*/
#background{
	margin:0 3% 40px 3%;
	padding:0 4px 0 206px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 2px 3px #888;
	box-shadow: 0px 2px 3px #888;
}
.border{
	border:1px solid black;
    margin:-1px;
}
.border-top{
	border-top:1px solid black;
    margin-top:-1px;
}
.border-top-x{
	border-top:1px solid black;
}
.border-right{
	border-right:1px solid black;
    margin-right:-1px;
}
.border-bottom{
	border-bottom:1px solid black;
    margin-bottom:-1px;
}
.border-left{
	border-left:1px solid black;
    margin-left:-1px;
}
#container{
	float:left;
	width:100%;	
	border-left:200px solid #FFF; //#71706E; /* The width and color of the left rail */
	/*border-right:200px solid #c33;*/ /* The width and color of the right rail */
	margin-left:-200px;
	/*margin-right:-200px;*/
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:200px;
	margin:34px 0 0 -200px;
	position:relative;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 2px 3px #888;
	box-shadow: 0px 2px 3px #888;
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
}
#navigation{
	width:100%;
	margin-right:-100%;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	-moz-box-shadow: 0px 2px 3px #888;
	box-shadow: 0px 2px 3px #888;
	/*-moz-border-radius: 15px;*/
	/*border-radius: 15px;*/
}
#rightRail{
	float:right;
	width:200px;
	margin-right:-200px;
	position:relative;
}
#header{
	padding-top:6px;
}
#header, #footer{
	/*background-color:#ddd;*/
	margin-left:-200px;
	/*margin-right:-200px;*/
	clear:both;
}
