body, html {
	padding: 5px;
	margin: 0;	
}

body {
	background: #FFF;
	font-family: Arial;
	font-size: small;
	color: #333;
}

a {
	color: #369;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em 0;
}

#header {
	float: left;
	width: 100%;
	border-bottom: 2px solid #EEE;
	margin-bottom: 10px;
}

#nav_menu {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 150px;
	list-style-type: none;
}

#nav_menu li {
	float: left;
	margin: 0;
	background: url('../images/layouts/default/menu_right.gif') top right no-repeat;
}

#nav_menu a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	color: #CCC;
	font-size: 80%;
	text-transform: uppercase;
	background: url('../images/layouts/default/menu_left.gif') top left no-repeat;
}

#nav_menu a:hover {
	color: #FFF;
}

#nav_menu li.selected {
	background: #FFF;
	background: url('../images/layouts/default/menu_right_selected.gif') top right no-repeat;
}

#nav_menu li.selected a {
	color: #666;
	background: url('../images/layouts/default/menu_left_selected.gif') top left no-repeat;
}

#nav_menu li.selected a:hover {
	color: #CCC;
}

#account_links {
	float: right;
	height: 16px;
	padding-left: 16px;
	background: url('../images/layouts/default/account.gif') center left no-repeat;
}

#account_links a {
	font-weight: bold;
	font-size: 80%;
}

#page {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#context {
	float: left;
	width: 200px;
	padding-right: 10px;
}

#content {
	float: left;
	border-left: 2px solid #EEE;
	padding-left: 5px;
	min-height: 20em;
}

#footer {
	clear: both;
	border-top: 2px solid #EEE;
	padding-top: 5px;
	font-size: 80%;
}

#footer a {
	font-size: 110%;
	font-weight: bold;
}

#valid {
	float: right;
}

#valid img {
	border: none;
}
