/*
*************************************************

Master Screen Styles - stephenhart.id.au

Created by Studio Stovepot
http://www.stovepot.com.au/

Last Update	:  2008-11-07 19:51:12

*************************************************
*/

/*-------------------------------------------    
    GENERAL SELECTORS
-------------------------------------------*/

body {
	text-align: center;
	background-repeat: repeat-x;
}

#frame {
	width: auto;
	margin-right: 10%;
	margin-left: 10%;
	padding: 0px;
	text-align: left;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

img, #logo {
	behavior: url(iepngfix.htc);
	display: none;
}

p,h1 {
	margin: 0px 10px 10px 10px;
}

#contentleft p {
	font-family: "Microsoft Sans Serif", georgia, verdana, sans-serif;
	font-size: 16px;
	padding: 20px 20px 0 20px;
	color: #2B271A;
}

/* -----Table----------Table----------Table----------Table----------Table----------Table----- */

.preferences {
	border: 1px solid #5687CF;
	border-collapse: collapse;
	margin-left: 102px;
	margin-top: 23px;
}

.preferences td, .preferences th {
	border: 1px solid #5687CF;
}

.preferences td {
	background-color: #e3e3dc;
	text-align: right;
	padding: 19px 40px 0;
	font-size: 2em;
	font-weight: bold;
}

.preferences th {
	text-align: left;
	padding: 7px 129px 0 02px;
	font-size: 1.3em;
}

.preferences caption {
	color: #3A6BA0;
	font-size: 1.1em;
	font-family: Georgia;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

.preferences .pick {
	background-color: #8aa8c8;
	color: white;
}

#menu a,  	#footer p, .skiplink, ol {
	display: none;
}

#menu ul {
	margin: 0;
	display: none;
	padding: 0;
	list-style-type: none;
}
