/* CSS Document: whatdeck.css */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: normal small Verdana, Tahoma, Arial, sans-serif;
	background: #dfd6d2;
	color: #000;
	text-align: center;
	line-height: 1.3;
}

img {
	border: 0;
}

/* splash page ------ */

div#splash {
	text-align: center;
	margin: 20px auto;
}

#open-blurb {
	font: bold 14px Georgia, Tahoma, Verdana, sans-serif;
	color: #604036;
	line-height: 1.5em;
}

.bl {
	margin: 8px auto;
	background: #EDF5FE url('images/bl.gif') 0 100% no-repeat; 
	width: 540px;
}

.br {
	background: url('images/br.gif') 100% 100% no-repeat;
}

.tl {
	background: url('images/tl.gif') 0 0 no-repeat;
}

.tr {
	background: url('images/tr.gif') 100% 0 no-repeat; 
	padding: 6px 12px;
}

/* site wide divs */

div#container {
	width: 94%;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	border: 1px solid #3e2c24;
	text-align: left;
}

div#header {
	background: #fff;
 	margin: 5px;
}

div#leftcontent {
	float: left;
	width: 260px;
	margin: 5px 0 0 0;
	padding: 0 ;
	border: 0;
	min-height: 550px;
}

div#content {
	margin: 10px 0 0 280px 
	padding: 0 15px 10px 10px;
	border: 0;
	/* border-left: 1px dotted #604036; */
}

div#footer {
	clear: both;
	background: transparent;
	width: 94%;
	border: 0;
	padding: 0;
	margin: 0;
	}

div#footer p { 
	text-align: center;
	font-size: x-small;
	}

/* site wide  ------ menu */
	
p#navigation {
	text-align: center;
	padding-right: 10px;
	margin-bottom: 0;
}

#menu {
	margin: 7px 0 0 3px;
	padding: 0;
	background: #faf5f3;
	list-style-type: none;
	width: 200px;
	float: left; /* Contain floated list items */
}

#menu li  {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	}

#menu a {
	display: block; /* to increase clickable area as a’s default to inline */
	color: #220b00;
	text-decoration: none;
	padding: 0 7px;
	line-height: 2.5;
	border-bottom: 1px solid #fff;
	}

#menu #menu_con a {
	border: none;
}

#menu a:hover {
	background: #220B00;
	color: #fff;
	}

/* site wide ------ headers */

h1 {
	font: bold 22px Georgia, Verdana, Arial, sans-serif;
	font-style: italic;
	color: #5C3935;
}

h2 {
	font: bold 18px Georgia, Verdana, Arial, sans-serif;
	font-style: italic;
	color: #5C3935;
}

/* site wide ------ links */

a:link {
	color: #00f;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

/* site wide ------ miscellaneous */

p#clear {
	clear: left;
}

img.wtd-tiny {
	margin-right: .25em;
	vertical-align: text-bottom;
}

span.abn {
	font: 9px Arial, Verdana, sans-serif;
}

/* Hides from IE5-mac \*/
* html #content {
	height: 1%;
}
/* End hide from IE5-mac */ 