body {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-color:#FAFAFA;
}

html { 
	height:100%;
}

#header {
	background-image: url(http://fauxism.org/skins/2.jpg);
	background-repeat: repeat-x;
	height: 247px;
	margin-bottom:-10px;
}

#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 100%;
	background-color: #FAFAFA;
}


#container {
	height:100%;
	position: relative;
}


#side-a {
	float: left;
	width: 234px;
	background-color:#202020;
	font-family: arial;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	position: relative;
}

#side-b { 
	float: left;
	width: 600px;
	height: 100%;
	background-color:#FAFAFA;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial;
	font-size: 13px;
	color: #202020;
	margin-top:20px;
	text-align: justify;
	line-height:12px;
}

.datebox {
	width: 60px; 
	height: 60px; 
	float: left; 
	color:#FF3F99; 
	font-size:22px; 
	font-family:times new roman; 
	background-color: #202020; 
	letter-spacing: -4px; 
	text-align:center; 
	vertical-align: middle; 
	line-height: 60px; 
	margin-right:10px; 
	margin-bottom:10px; 
	text-transform: uppercase;
}

.bar {
	width:500px;
	background-color: #202020; 
	font-family: arial;
	font-size: 11px;
	color: #CCCCCC;
	margin: 10px;
	padding:5px;
	margin-left: 50px;
}

.topic, h3 {
	font-family: times new roman;
	font-size: 30px; 
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	}
table {
	color: #CCCCCC;
	border: 0px;
	font-family: arial;
	font-size: 11px;
}

textarea {
    background-color:#DCDCDC;
    border: 1px solid #BEBEBE;
    border-width: thin;
    padding: 2px;
    font-family: arial;
    font-size: 11px;
    line-height: 11px;
    width:100%;
	color: #202020;
    }
input {
    background-color:#DCDCDC;
    border: 1px solid #BEBEBE;
    border-width: thin;
    padding: 2px;
    font-family: arial;
    font-size: 11px;
	color: #202020;
    }
img {
    border: 0px;
    }

hr {
	width:500px;
	color: #202020;
}

a:link {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a:visited {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a:active {
	color: #FF3F99;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a:hover {
	color: #FF3F99;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

a.updates {
display:block;
background-position:top left;
height:23px;
width:49px;
background-image:url(http://fauxism.org/skins/updates.jpg);
}a.updates:hover {background-position: top right;}

a.portfolio {
display:block;
background-position:top left;
height:23px;
width:61px;
background-image:url(http://fauxism.org/skins/portfolio.jpg);
}a.portfolio:hover {background-position: top right;}

a.content {
display:block;
background-position:top left;
height:23px;
width:51px;
background-image:url(http://fauxism.org/skins/content.jpg);
}a.content:hover {background-position: top right;}

a.exits {
display:block;
background-position:top left;
height:23px;
width:29px;
background-image:url(http://fauxism.org/skins/exits.jpg);
}a.exits:hover {background-position: top right;}

a.lightsmb {
display:block;
background-position:top left;
height:23px;
width:57px;
background-image:url(http://fauxism.org/skins/lightsmb.jpg);
}a.lightsmb:hover {background-position: top right;}


a.port:link img, a.port:visited img {
    border:2px solid #202020;
    }
a.port:focus img, a.port:hover img, a.port:active img {
    border:2px solid #FF3F98;
    }


a.page:link, a.page:visited {
    background-color: #202020;
	padding: 10px;
    }
a.page:hover, a.page:active {
    background-color: #FE4098;
	color: #202020;
	padding: 10px;
    }