body {
	background-color: #5D9AC4;
	margin: 0em 0.75em 0.75em 0.75em;
}
ul.arc { color: #5D9AC4; }
body, input, textarea {
	color: #000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1em;
}
input, textarea {
	border: 1px solid black;
	margin-top: 0.5em;
}
h1 {
	margin: 0em;
	font-size: 3em;
	font-weight: normal;
	display: inline;
	text-shadow: 0.05em 0.05em 0.05em #000;
}
h2 {
	margin: 0em;
	font-size: 1em;
	font-weight: bold;
}
h3 {
	display: inline;
}
hr {
	border-top: 0em;
	border-left: 0em;
	border-right: 0em;	
	border-bottom: 0.1em solid #5D9AC4;
}
blockquote { 
    font-style: italic;
    font-size: 0.85em;
	padding: 1em;
	border: 0.1em solid #C0C0C0;
}

a:link { text-decoration: none; color: blue; background-color: #FFF; }
a:visited { text-decoration: none; color: blue; background-color: #FFF; }
a:hover { text-decoration: underline; color: blue; background-color: #FFF; }
a:active { text-decoration: underline; color: blue; background-color: #FFF; }

a.appleLogo { text-decoration: none; color: #FFF; background-color: #5D9AC4; }
a.permalink { text-decoration: none; background-color: #5D9AC4; color: #FFF;}

a.validateLink { font-size: 0.9em;	color: #E9E9E9;	background-color: #FFF; }
a.validateLink:visited { font-size: 0.9em; color: #E9E9E9; background-color: #FFF; }
a.validateLink:hover { font-size: 0.9em; color: #000; background-color: #FFF; }
a.validateLink:active { font-size: 0.9em; color: #000; background-color: #FFF; }

a.homeLink { text-decoration: none; color: #E9E9E9; background-color: #5D9AC4; }
a.navLink {
	display: block;
	margin-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	background-color: #FFF; 
}
a.navLink:hover {
	text-decoration: underline;
	color: #000;
	background-color: #FFF; 
}

#head {
	text-align: center;
	color: #E9E9E9;
	background-color: #5D9AC4; 
}
#main {
	background-color: #FFF;
	color: #000;
	padding: 1em 1em 1em 10em;
}
#content { 
	min-height: 275px;
}
#menu {
	float: left;
	margin: 1em 1em 1em 1em;
	width: 8em;
/*	border: 0.1em solid #5D9AC4;*/
}
#stats {
	text-align: right;
	font-size: 0.9em;
	color: #E9E9E9;
	background-color: #FFF; 
}
#foot {
	text-align: center;
	font-size: 1em;
	color: #E9E9E9;
	border-bottom: 10px solid #FFF;
	background-color: #5D9AC4; 
}
.flright { float: right;}
.goRight { text-align: right; }
.goCenter { text-align: center; }
.noBorder {	border: 0px; }
.postTitle {
	background-color: #5D9AC4;
	color: #E9E9E9;
	padding-left: 10px;
	min-width: 550px;
}
.postBody {
	margin-bottom: 1em;
	background-color: #FFF;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	border: 0.2em solid #5D9AC4;
	min-width: 550px;
}
.chanList {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.intelCoreDuo {
	width:32px;
	height:32px;
	float:right;
	margin-top:10px;
}
.grAvatar {
	width: 48px;
	height: 48px;
	border-left: 1px solid #5D9AC4;
	border-bottom: 1px solid #5D9AC4;
	border-top: 0px;
	border-right: 0px;
	float: right;
}
.commentCell {
	border: 1px solid #5D9AC4;
	min-height:75px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
}
.clientCellTitle { 
	display: inline-block;
	width: 100px;
	font-weight: bold;
}
.clientCellInfo { 
	display: inline-block;
}
.postLink {
	height: 16px;
	width: 16px;
}

/*div { border: 1px dashed green; }*/
