*{ margin: 0; padding: 0; }* 
body { 
	font-size: 100%;
	line-height: 1.6em;
	color: #000;
	margin-bottom: 15px;
	}
a {
	color: #6e0000;
	text-decoration: underline;
	}
p {
	margin: 0 0 15px 0;
	}

#right {
	margin: 10px;
	padding: 10px 0 0 8px;
}
#right p {
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 1.4em;
	}

#right kbd{
	font-size:1.2em;
	line-height: 1.5em;
}
#right h1 {
	font-size:1.7em; 
	margin: 0;
	padding: 5px 0 5px 0px;
	letter-spacing: -0.2px;
	color: #636363;
	font-weight: bold;
}

#right h2 {
	font-size:1.5em;
	color: #636363;
	font-weight: bold;
	letter-spacing: -.01em;
	background-color: #f5f5f5;
	margin:8px 0px 8px 0px;
	padding: 2px 0 2px 26px;
	border-top: 1px dotted #e4e3e3;
	border-bottom: 1px dotted #e4e3e3;
	background-image: url(images/h2bg.gif); 
	background-repeat: no-repeat; 
	background-position: center left;	
	}
#right h2 a {
	text-decoration: none;
	}	
#right h3 {
	font: bold 1.2em "Arial", Helvetica, Sans-Serif;
	color: #636363;
	font-weight: bold;
	letter-spacing: -.01em;
	background-color: #f5f5f5;
	margin:8px 0px;
	padding: 2px 0 2px 13px;
	border-top: 1px dotted #e4e3e3;
	border-bottom: 1px dotted #e4e3e3;
}
#right h4 {
	font: bold 1em "Arial", Helvetica, Sans-Serif;
	color: #636363;
	font-weight: bold;
	letter-spacing: -.01em;
	background-color: #f5f5f5;
	margin:8px 0px;
	padding: 2px 0 2px 13px;
	border-top: 1px dotted #e4e3e3;
	border-bottom: 1px dotted #e4e3e3;
	}	
#header {
	position:relative;
	width: 90%;
	margin: 0 auto;
	height:190px;
	background: #6e0000 url(images/header_bg_slice.png) repeat-x;
	}

#base {
	width: 90%;
	clear: both;
	background: #fff;
	margin: 0 auto;
	}
#logo {
	position:absolute;
	top:0;
	left:0;
	background: #6e0000 url(images/header_bg_left.png) no-repeat;
	padding: 0;
	float: left;
	height:190px;
	width:292px;
	}
#logo img{
	margin: 0 0 0 0;
	padding:20px 0 0 5px;
	}

#primary { 
	float: right;
	position:absolute;
	top:0;
	right:0;
	background: url(images/header_bg_right.png) top right no-repeat;
	padding: 42px 0 0;
	margin: 0 0 10% 0;
	font-size: 1em;
	font-weight: bold;
	display: inline;
	}
#primary a {
	padding: 30px 15px 0px 0;
	margin: 0 0 0 15px;
	color: #FEFFB8;
	}
#primary a:hover, #primary .active  {
	
	color: #FEFFB8;
	}
#intro { 
	clear: both;	
	height: 95px;
	margin: 0;
	padding: 75px 0 0 290px;
	}

#intro h1 {
	font-size: 2.4em;
	margin: 0;
	letter-spacing: -0.5px;
	}
#intro h1 a {
	color: #feffb8;
	}

#header a:hover, #header a:active, #header a:focus{
	text-decoration:underline;
	background:transparent;
}
#intro p {
	font-size: 1.2em;
	margin-top: 10px;
	color: #ccc;
	}
#menuleft,a.skip,#logo {
	display:none;
	}
