
/* fratbeat layout */
	
/* Layout divisions and rules */

html { 
	min-width: 750px;
	}
	 
	 
body	{
	text-align: center;
	border: 0;
	color: #000;
	margin:10px auto 10px auto;
	padding: 0;
	background: #bbb url(/images/bg.gif) repeat;
	font: 12px verdana, arial, helvetica, helve, sans-serif;
	line-height:1.4em;
	}

img		{
	border: 0;
	}

p	{
	text-align: left;
	margin:10px auto 10px auto;
	}

h1	{
	font: 20px verdana, arial, helvetica;
	color: #333;
	font-weight: bold;
	margin:10px auto 0px auto;
	background: #eee;
	width: 580px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

h2	{
	font: 16px verdana, arial, helvetica, helve, sans-serif;
	font-weight: bold;
	margin:10px auto 10px auto;
	}

h3	{
	font: 13px verdana, arial, helvetica, helve, sans-serif;
	margin:10px auto 5px auto;
	}
	
a	{
	color: #960;
	}

hr	{
	margin:10px auto 10px auto;
	height: 1px;
	noshade
	}

a:hover	{
	color: #666; 
	}

.fine	{
	text-align: left;
	color: #666;
	margin: 0px 0px 0px 0px;
	font: 9px verdana, arial, helvetica, helve, sans-serif;
	}

#content	{
	width: 620 px;
	margin: 15px 15px 15px 15px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	}

#content img#title	{
	text-align: center;
	margin:10px auto 10px 25px;
	}	

#content img#desktitle	{
	text-align: center;
	margin:10px auto 0px 25px;
	}	

#content-thin	{
	width: 350px;
	margin: 0px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	background: #fff;
	text-align: left;
	}

#content-thin img#title	{
	text-align: center;
	margin:10px auto 10px 17px;
	}	
	
#homebox	{
	width: 335px;
	margin: 3px 4px 4px 4px;
	padding: 5px 3px 3px 3px;
	text-align: left;
	line-height:1.4em;
	}

#homebox	img {
	margin: 0px 6px 6px 0px;
	float: left;
	padding: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}
	
#homebox	a {
	text-decoration: none;
	font-weight: bold;
	}
	
#sidebox	{
	float: right;
	width: 225px;
	margin: 8px 4px 4px 4px;
	padding: 5px 3px 8px 3px;
	background: #eeeeee; 
	text-align: left;
	line-height:1.4em;
	}
	
#sidebox	a {
	text-decoration: none;
	font-weight: bold;
	}
	
#sidebox	img {
	margin: 6px 0px 6px 0px;
	padding: 0;
	}
	
#sidebox	img#thumb {
	float: left;
	margin: 0px 5px 0px 5px;
	}
	
#sidebox	img#go {
	margin: 0px 0px 0px 0px;
	}

#boxfine	{
	text-align: center;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	font: 10px verdana, arial, helvetica, helve, sans-serif;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #eee;
	}
	
#head	{
	width: 750px;
	height: 78px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #fff;
	}
	
#sidebar	{
	float: left;
	width: 130px;
	height:100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-align: center;
	background: #666;
	}

#sidebar p	{
	color: #000;
	margin: 5px 0px 5px 20px;
	font: 11px verdana, arial, helvetica, helve, sans-serif;
	text-align: left;
	}
	
#foot	{
	background: #D4AE70;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 750px;
	font: 10px verdana, arial, helvetica, helve, sans-serif;
	}

#foot a	{
	color: #960;
	text-decoration: none;
	font-weight: bold;
	}
	
#foot a:hover	{
	color: #333;
	}
	

	/* Main nav */

#mnav	{
	width: 130;
	border: 0;
	color: #000;
	padding: 3px 0px 0px 0px;
	margin: 0;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
#mnav ul	{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#mnav li	{
	text-align: center;
	margin: 6px auto 6px auto;
	padding: 1px 0px 1px 0px;
	width: 130px;
	border: 0;
	color: #000;
	background: #ddd;
	}
	
#mnav li a	{
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}

#mnav ul li a:hover	{
	color: #960; 
	}
	
.hide 	{
	display: none;
	}

.page	{
	margin:0px auto 0px auto;
	padding: 0;
	border: 1;
	width: 750px;
	background: #fff; 
	}