/*
 * (c) 2004 the Mute.
 *
 * Layout look taken from an old design of the now-defunct artwiz.artramp.org.
 * This is the CSS edition, the original was table-happy.
 *
 * The Two-Column hell hack taken from an article on A List Apart.
 *
 * Yes, I abuse tags that I shouldn't.  Oh well.
*/
body {
	color: #efefef;
	background-color: #3070b0;
	font-family: Palatino, Palatino Linotype, Bookman, Georgia, serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}

a { text-decoration: none; }
a:active { color: #000000; }
a:link { color: #0050a0; }
a:visited { color: #002080; }
a:hover { color: #0050a9; text-decoration: underline; }

#title {
	text-align: center;
}

#carrier {
	color: #202020;
	border: solid 1px #000000;
	padding: 4px;
	width: 76%;
	margin: 10px 13% 10px 11%;
	background: #fafafa;
}

#container {
	width: 100%;
	float: left;
	margin-right: -95px;
	background: #fafafa;
}

#content {
	text-align: justify;
	margin-right: 95px;
}

#nav {
	float: right;
	text-align: center;
	width: 95px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 10px;
}


#right {
	font-size: 10px;
	text-align: center;
}

#box {
	background-color: #e8e8e8;
	border: solid 1px #b8b8b8;
	width: 100%;
	padding: 4px;
}

h1 {
	color: #686868;
	font-size: 14px;
	text-align: left;
	margin: 2px 2px 1px 4px;
}

h5 {
	color: #686868;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 2px 2px 1px 4px;
}


h2 {
	float: left;
	color: #686868;
	font-size: 14px;
	text-align: left;
	margin: 2px 2px 1px 4px;
}

h3 {
	color: #686868;
	font-size: 12px;
	text-align: right;
	margin: 4px 4px 1px 2px;
}

#sectext {
	margin: 4px 4px 4px 30px;
}

.clearing {
	height: 0;
	clear: both;
}


