/*General*/
body{
	margin:0px;
	background-color:#ffffff;

}
img{

	border-width:0px;

}
p{

	margin:0px;
	padding:0px 0px 1em 0px;

}
a{

	color:#576a68;

}

/*Layout*/
#page{
	width:100%;
	text-align: center;
	padding:25px 0px 25px 0px;
}

#content{
	overflow:show;
	margin:0px;
	padding:0px;
	width:960px;
	margin:0 auto;
	position:relative;
}

* html #header{
	height:1%; /* So IE plays nice */
}

/*Header*/
* html #header{
	height:1%; /* So IE plays nice */
}
#header{
	/*position:relative;*/
	overflow:show;
	margin:0px;
	padding:0px;
	width:960px;
	margin:0 auto;

}
#header #left_column_header{
	/*border-right:150px solid #c33;*/ /* The width and color of the rail */
	/*margin-right:-150px;*/ /* Hat tip to Ryan Brill */
	float:left;
}
#header #left_column_header #left_column_content{
	display:inline;
}
#header #right_column_header{

	padding:0px;
     border:0px solid blue;
	height:109px;
	width:743px;
	position:relative;
	float:right;

}
#header #right_column_header #right_column_content{

	position:absolute;/*an absolute positioned element inside of a relative positioned element will allow you to align to the bottom - it also inherits its parent's height and width*/
	top:34px;
	right:0px;
	width:743px;
	text-align:left;

}

/*Navigation*/
#nav_container_0{

	height:41px;
	background-image: url('http://www.inkandmagic.com/apennysworth/images/nav_bg.png');
	background-repeat: repeat;
	margin-bottom:25px;

}

#nav_container_1{

	height:41px;
	background-image: url('http://www.inkandmagic.com/apennysworth/images/nav_edge_left.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:15px;

}

#nav_container_2{

	height:41px;
	background-image: url('http://www.inkandmagic.com/apennysworth/images/nav_edge_right.png');
	background-position: top right;
	background-repeat: no-repeat;

}

table#navigation{

	height:41px;

}
table#navigation tr td{

	height:41px;
	padding:0px;
	vertical-align:middle;

}
table#navigation img{

	border-width:0px;
	vertical-align:middle;
	margin:0px 10px 0px 10px;

}
table#navigation img.divider{

	border-width:0px;
	vertical-align:middle;
	margin:0px 5px 0px 5px;

}

/*Body*/
#body{

	padding:0px;
	width:960px;

}

#body #left_column_body{
	width: 144px;
	padding-right:15px;
	float: left;
}
#body #right_column_body{
	border-left:1px solid #cccccc;
	padding-left:15px;
	width:785px;
	/*Text alignment*/
	text-align:left;
	float:right;
}

/*Font*/
#body #right_column_body{

	font-family:georgia, times, arial;
	font-size:12pt;
	line-height:160%;
	text-align:justify;

}

/*User login*/
table#login_details_container{

	width:100%;
	border:0px solid #cccccc;

}
table#login_details_container tr td{

	text-align:center;
	vertical-align:middle;
	padding:0px;

}
#login_details{

	margin:0px auto;
	border:0px solid blue;
	width:960px;
	text-align:right;
	font-family:georgia, times, arial;
	font-size:12pt;
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #cccccc;

}

/*NEGATING FLOAT OVERFLOW*/
.overflow_negator{
	border:0px solid red; margin:0px; padding:0px; line-height:0px; font-size:0px; height:0px; width:0px; clear:both;
}

/*Footer*/
#footer{

	margin:35px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	border-top:1px solid #cccccc;
	text-align:right;
	font-family:georgia,arial;
	font-size:10pt;
	color:#576a68;
	
}