/* CSS MAIN */

body
{
	background-color:#dcf7fe;
	font-family: Tahoma, Arial, Verdana, 'Times new roman';
	font-size:11px;
	color:#000;
}

#box
{
	width:598px;
	height:822px;
	position:relative; 
	left:50%; 
	margin-left:-299px;
	background-image:url(./../img/bg.jpg);
}

#footer
{
	width:598px;
	height:30px;
	position:relative; 
	left:50%; 
	margin-left:-299px;
	margin-top:10px;
	text-align:center;
}

/* FONTS, TEXT */

a:link, a:visited { text-decoration:none; color:#000; }
a:hover { text-decoration:none; color:#000; }
a:active { text-decoration:none; color:#000; }
a:focus { text-decoration:none; color:#000; }

strong, h2 span, a.ulink, a.strong
{
	text-decoration:underline;
}

strong:hover, h2 span:hover, a.ulink:hover
{
	text-decoration:none;
}

a.blink
{
	text-decoration:none;
}

h1
{
	position:relative;
	top:25px;
	font-size:14px;
}

h2
{
	font-size:12px;
	margin:18px 0 2px 0;
}

h3
{
	position:relative;
	top:10px;
	font-size:14px;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.center
{
	text-align:center;
}

span
{
	font-size:11px;
	font-weight:normal;
}

/* MISC */

ul#footnav
{
	list-style:none;
	text-align: center;
}

ul#footnav li
{
	display:inline;
	margin:0 15px 0 15px;
}

img.bio
{
	position:relative;
	top:40px;
	text-align:center;
}

div
{
	line-height:16px;
}

/* BOXES */

div#bio
{
	position:relative;
	width:560px;
	margin:auto;
	top:25px;
}

div#content_left
{
	text-align:left;
	float:left;
	position:relative;
	top:72px;
	width:220px;
	height:400px;
	left:27px;
}

div#content_right
{
	text-align:right;
	float:right;
	position:relative;
	top:72px;
	width:220px;
	height:400px;
	right:27px;
}

div#merch
{
	clear:both;
	position:relative;
	width:540px;
	margin:auto;
	bottom:1px;
}

img.pic
{
	border:solid 3px #ef4ea3;
	margin:10px 10px 10px 10px;
}

img.button
{
	margin:7px 0 18px 0;
	border:none;
	text-decoration:none;
}

img.merch_img
{
	border:none;
}

img.logo
{
	position:absolute;
	left:15px;
	top:15px;
	border:none;
}