/*
Main layout for Deleter's Rants.
Written by Deleter. (c)2007
*/
body {
	color: #fff;
	background: #000;
	font-size: small;
	font-family: 'trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align:center
}

a {
	font-weight: bold;
	color: #800;
	text-decoration: none;
	outline: none;
	}
	
a:visited {
	font-weight: bold;
	color: #611;
	text-decoration: none;
	outline: none;
	}

a:hover {
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
	outline:none;
	}
#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

#header {
	width:700px;
	padding:0px;
	float:left;
	background:#fff;
	background-color: #000000;
}

#lefty{
	width:150px;
	float:left;
}

#leftcolumn {
	width:138px;
	padding:0px;
	float:left;
	background:#fff;

	background-color: #000000;
	font-size: 1.5em;

	/*used to be in h1 */
	border-style: solid;
	border-color: #505050;
	border-width:1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	font-size: 1.5em;

}

#rightcolumn {
	width:538px;
	padding:0px;
	float:right;
	background:#eee;
	background-color: #000000;
	text-align: justify;

	/*used to be in h1 */
	border-style: solid;
	border-color: #505050;
	border-width:1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight:normal;
}

#mysig {
	text-align:right;
}

#fbtop50 {
	width:150px;
	text-align:center;
	float:left;
	bottom:auto;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
