/* Format */


*{
	margin:0px;
	padding:0px;
	}

h1,h2,h3,h4,h5,h6,h7{
	font-size:11px;
	line-height:15px;
	font-style:normal;
	}

/* ie makes the i-tag somehow widther than 100%, breaking the float */
/* but this makes i-tags acting like block elements in ie7..
* html i {
	width:99%;
	}
*/

html, body{
	width:100%;
}

.invisible{
	display:none;
	}

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
		}
.clearfix{
	display: block;
		}
/* End hide from IE-mac */

body {
	font-family:Arial, Geneva, Helvetica, san-serif;
	font-size:11px;
	line-height:15px;
	color:#1F1F1F;
/*
	background-image:url(../images/subaru-bg.gif);
	background-repeat:repeat-y;
*/
	}

a:link,a:visited{
	text-decoration:underline;
	color:#333333;
	}

a:active,a:hover{
	text-decoration:underline;
	color:#D1D1D1;
	}

a img {
	border-style:none;
	}

ul{
	list-style-type:none;
	}


/* Container */

body{
	text-align:center;
	background-image:url(img/subaru-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#container{
	width:900px;
	margin: 0 auto;
	text-align: left;
	}
	
/* Header */

#header{
	width:900px;
	height:80px;
	}

#header h1{
	display:inline;
	float:left;
	}

#header p{
	display:inline;
	float:right;
	}


/* Title */

#title{}


/* ContentsHeader */

#pagetitle{
	border:#1F1F1F 1px solid;
	background-color:#E6E6E6;
	padding:3px;
	}

#pagetitle .title{
	float:left;
	width:100%;
	height:22px;
	margin-right:-80px;
	}

#pagetitle .title h3{
	font-size:12px;
	margin:3px 83px 3px 7px;
	}

#pagetitle .title-none h3{
	font-size:12px;
	color:#ABABAB;
	margin:3px 83px 3px 7px;
	}

#contentsspec{
	margin:4px 10px 0 10px;
	}

#contentsspec .location,
#contentsspec .filename{
	float:left;
	width:420px;
	}

#contentsspec .filename{
	text-align:right;
	}


/* Contents */

#contnetsheader{
	margin:20px;
	}

#contents{
	width:860px;
	margin:20px;
	}



/* Footer */

/*#footer{
	clear:both;
	width:860px;
	margin:40px 20px 20px 20px;
	}

#footer .pagetop{
	text-align:right;
	}
*/

#footer{
	margin:20px 0;
	background-color:#EBEBEB;
	color: #777575;
	font-size:11px;
	line-height:14px;
	padding-top:2px;
	width:900px;
}

#footer a{
	text-decoration:none;
	color:#777575;
}

#footer a:hover{
	text-decoration:underline;
	color:#777575;
}