/*Main Tags*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffc040;
	font-size: small;
	font-family: sans-serif;
}
#main {
	border: 1px solid red;
}

.art {
	display: none;
}
.art:target, .art.sftarget {
	display: block;
}


/*banner*/

#banner {
	text-align: center;
	height: 100px;
	border-bottom: 1px solid red;
}


/*navigation*/

#header {
	float: left;
	width: 10em;
	border-right: 1px solid red;
}
#nav * {
	list-style: none;
	display: inline;
}
#nav a {
	color: #800;
	text-decoration: none;
	display: block;
}
#nav li a {
	padding-left: 1em;
}
#nav li ul a {
	padding-left: 2em;
}
#nav li ul li ul a {
	padding-left: 3em;
}
#nav a:hover, #nav a.sfhover {
	color: #fec;
	background-color: #FF8000;
}


/*Content*/

#content {
	margin-left: 10em;
	border-left: 1px solid red;
	height: auto;
	padding-bottom: 1px;
}
#content p {
	padding: 0.5em;
	text-align: justify;
}
#content img {
	width: 15em;
}
#content a img {
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	border-left: 0;
	border-right: 0;
}
#content .img {
	text-align: left;
}
#content h1 {
	text-align: center;
	font-weight: 700;
	font-size: medium;
	padding-top: 0.5em;
}


/*Footer*/

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid red;
}
#footer * {
	font-size: x-small;
}
