/*---	
	Copyright (c) 2000-2007 Birmingham Perl Mongers
	birmingham.pm.org XHTML Layout CSS Selectors

	$Revision: 2.0 $
	
	TOC
	1.	Master Page Layout 
	2.	Margins
	
---*/

@import url(layout.css); 
@import url(content.css);

/* Begin: Master Page Layout */
* html body {
/*\*/
	text-align:left;
/* */
}
body {
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	color:#000;
	margin:0;
	padding:0;
	background-color:#505860;
	text-align:left;
}
#pagecontainer {
	margin:0 auto 0 auto;
	width:780px;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;
	background: top right repeat-x #fff;
}
#pageheader {
	position:relative;
	width:749px;
	margin:0 15px 0 15px;
	padding:15px 0 0 0;
	text-align:right;
	background-color:#fff;
}
#pagebody {
	position:relative;
	margin:0 15px 0 15px;
	padding:0;
	width:750px;
}
* html body #pagebody {
	text-align:left;
}
#pagefooter {
	visibility:hidden;
	position:relative;
	margin:0;
	background: 0.5em 0.5em repeat-x;
	border-bottom:1px solid #ccc;
}
/* End: Master Page Layout */


a:link, a:visited, a:active { text-decoration:none; }
a:hover { color:#ff3300; text-decoration:underline; }

img	{ border:none; }
hr	{ border:none; height: 1px; color: black; background-color: black; }

.alert { color: #F00; }

/*td		{ font-size: 80%; }*/
td td	{ font-size: 100%; }
