/*
	style sheet look & feel for slackersunion.com
*/

body
{
	background: #000000; 
	background-image:url("./layout/background_strip.jpg");
	background-position: topleft;
	background-repeat: y-repeat;
	background-attachment: fixed;
}

TR
{
}

TD
{
	font-family: calibri, trebuchet ms, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
}

.wrappy
{
	width:900;
}

.rowsy
{
	border-spacing: 10px;
}

.title
{
	font-variant: small-caps;
	font-size: 14pt;
	font-weight: bold;
}

.caption
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #003371;
}

.tough
{
	font-weight: bold;
	color: #FFFFFF;
}

.sixty
{
	width: 60%;
	background-image:url('./layout/boxy_blue.png');
	padding: 20px;
	vertical-align: top;
}

.forty
{
	width: 40%;
	background-image:url('./layout/boxy_gray.png');
	padding: 20px;
	vertical-align: top;
}

.footy
{
	width:760;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
}

.fully
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}


