body{
	color: black;
	/*font-size: 12px; 75%;*/
	font-size: 24px;
	line-height: 30px;
}

.article p{
	font-size: 20px;
	line-height: 27px;
}

a{
	color: black;
}

a, h1, h2, h3, h4, h5, h6{
	font-weight: 500;
}

a:hover,
div#footer li.active a,
div#footer a:hover{
	text-decoration: underline;
}

div#nav a,
div#footer a{
	color: black;
	text-decoration: none;
}

div#header,
div#footer,
blockquote {
	font-family: Futura, Arial, sans-serif;
}

div#footer { font-size: 12px; }

html, body, input, select, textarea, div#galNav{ font-family: Times, serif; }

img,
a img{ border: 0; }

h1, h2{
	font-size: 42px;
	line-height: 1;
	text-transform: uppercase;
}

h3{
	font-size: 28px;
	line-height: 1.2;
}

h4, h5, h6{
	font-size: 1em;
}

p{
	/*width: 87%;*/
	margin-bottom: 1em;
}

#footer p,
.article p,
blockquote p{
	width: auto;
}

caption{
	padding: 0.5em;
	font-weight: bold;
}

table{
	width: 100%;
	margin: 0 0 1.5em 0;
	border-spacing: 0;
	border-collapse: collapse;
}

th, td{
	width: 33%;
	padding: 0;
	border-right: 1px solid white;
	vertical-align: top;
}

th{
	height: 40px;
	line-height: 38px;
}

td{
	height: 43px;
	line-height: 43px;
}

td{
	padding-left: 1.25em;
}

pre{
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1em;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
/*	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

hr {
	clear: both;
	display: block;
	border-top: 1px solid black;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 20px 0;
}

ul, ol{
	margin: 0 0 1em 3em;
}

blockquote{
	width: 50%;
	float: right;
	margin: 0 0 1em 0.85em;
	padding: 0.5em 0 0.01em 0;
	font-style: normal;
	font-weight: 100;
	font-size: 0.75em;
	line-height: 1.5;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

blockquote p{
	margin: 0 0 0.5em 0;
}

p{
	clear: right;
}

.article p{
	clear: none;
}

dl{
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

dt{
	margin: 1.5em 0 0;
	font-weight: bold;
}

dd{
	margin: 0 0 0 3em;
}
 
form{
	margin: 0;
	padding: 0;
}
 
fieldset{
	margin: 0 0 1.5em;
	border: 1px solid #ccc;
	padding: 1em;
	*padding-top: 0;
}
 
legend{
	font-weight: bold;
	*margin-bottom: 1em;
}
 
input, select, textarea, button{
	font-size: 1em;
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
}
 
textarea{ overflow: auto; }
 
input.button, button{
	padding: 0 .5em;
}

textarea{
	font-size: 0.66em;
}
 
textarea,
input.text{
	border-top: 1px solid #777;
	border-left: 1px solid #555;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.75em;
}

input.text{
	width: 250px;
	padding: 3px;
}

input.checkbox{ margin-top: -2px;top: 0; left: 0; border: none; height: 14px; width: 14px; }

input.required,
input.invalid {
	border-color: red;
	background: #fee;
}

.errors { color: red; margin-bottom: 0.75em; }

label {display: block; padding-left: 5px; }
label.checkbox { display: inline; }

.left{ float: left; }
.right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear{ clear: both; }
.hide{ display: none; }

.friends h3 {
	border-top: 1px solid black;
	margin-top: 1em;
	padding-top: 0.5em;
}

