/*********************************************
	GLOBAL
*********************************************/
*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

img
{
	border:none;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

body 
{
	background:url(../images/bg.jpg) top center repeat-y;
}

td 
{
	padding:12px;
}

/*********************************************
	STRUCTURE
*********************************************/
#site-wrap
{
	position:relative;
	width:980px;
	margin:10px auto 0;		
}

#content,
#footer,
{
	float:left;
	width:100%;
}

#footer
{
	margin-top:10px;
	margin-left:375px;}

#credit 
{
	width:70px;
	margin:15px auto;
}

#absolute-image
{
	width:186px;
	height:384px;
	background:url(../images/boy.png);
	position:absolute;
	left:-85px;
	top:270px;
}

#absolute-image-inner
{
	width:186px;
	height:384px;
	position:absolute;
	left:-85px;
	top:270px;
}

#middle 
{
	background:url(../images/middle-inner-bg.png) repeat-y;
	min-height:300px;
    *margin-top:-5px;
}

#bottom 
{
	background:url(../images/bottom-inner-bg.png) no-repeat;
	width:980px;
	height:39px;
}

#logos-table
{
	margin-left:110px;
}

.title
{
	width:353px;
	margin:0 auto 20px;
}

.title2
{
	width:143px;
	margin:0 auto 20px;
}





