/* global */
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #590505;
	font-size: 11px;
	line-height: 120%;
	background-color: #1F2738;
}

p { padding: 0px 0px 10px 0px; }

h1
{
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 120%;
	padding: 0px 0px 25px 0px;
	color: #1F2738;
	font-family: Futura, "Century New Gothic", sans-serif;
	text-transform: uppercase;
}

h2
{
	letter-spacing: .025em;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	padding: 0px 0px 20px 0px;
	font-family: Futura, "Century New Gothic", sans-serif;
}

h3
{
	padding: 150px 0px 5px 0px;
	font-size: 14px;
	font-family: Futura, "Century New Gothic", sans-serif;
	color: #DBE1ED;
	font-weight: normal;
	text-align: center;
}


/* a */

a { color: #dbe1ed; }

a:hover, a:visited, a:link { color: #dbe1ed; }


/* class */

.sup
{
	vertical-align: super;
	font-size: .8em;
}

.strong { font-weight: bold; }


/* div */

#container
{
	margin: 50px auto 50px auto;
	width: 830px;
	overflow: hidden;
}

#masthead
{
	margin: 0px;
	padding: 0px 0px 20px 20px;
	width: auto;
	color: #ccc;
}

#masthead h1
{
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 120%;
	padding: 0px;
	font-family: Futura, "Century New Gothic", sans-serif;
}

#content
{
	margin: 50px auto 0px auto;
	width: auto;
	height: auto;
	background-image: url(../img/freaksforlife.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#blockA
{
	width: 350px;
	float: left;
	margin-right: 50px;
}

#blockB
{
	width: 350px;
	float: left;
	margin: 0px;
}
  
#copyright
{
	font-size: 10px;
	color: #ccc;
	clear: both;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	background-color: #333;
	border-top: 1px #999 solid;
}


/* box */

div.box
{
	width: auto;
	height: auto;
	position: relative;
	margin: 0px;
	background-color: transparent;
}

div.boxtoprow
{
	background-image: url(../img/box_hdr_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d0b3b3;
	height: 115px;
}

div.boxcontent
{
	padding: 30px 30px 20px 30px;
	overflow: hidden;
	background-color: #d0b3b3;
	border-right: 1px #fdecec solid;
	border-left: 1px #fdecec solid;
}

div.boxbtmrow
{
	background-image: url(../img/box_hdr_btm.jpg);
	background-repeat: no-repeat;
	height: 21px;
}

.TRANSPARENCY
{
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}

.TRANSPARENCY p
{
	color: #000;
	font-weight: bold;
}


