
BODY
{
	
	background-color: #FFFD69;
}

IMG
{
	border: 1px solid #000;
}


#box
{
	border: 1px solid #000;
	padding: 10px;
	width:40%;
	background-color: #ffffcc;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#topbar
{
	background: url('images/topbanner.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 193px;
	margin-left:-400px;
}

#topbarbg
{
	background-image: url('images/topbanner-edge-repeat.gif');
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 193px;
}


#content
{min-height:550px;
	background:url('images/paws-bg.gif') repeat;
	position:absolute;
	width: 740px;
	top: 192px;
	left: 50%;
	margin-left: -400px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px;
	font: normal 14px arial;
	
}





#links
{
	position:absolute;
	top:169px;
	left:50%;
	margin-left: -400px;
	width: 800px;
	font: bold 16px arial;
	text-align:center;
}

#designer
{
	text-align:center;
	position: absolute;
	bottom: 20px;
	font: small-caps bold 14px arial;
}

a
{
color: #ff0000;
text-decoration:none;
}

a:hover
{
	color: #ff0000;
	text-decoration:underline;
}

a:active
{
	color: #000000;
	text-decoration:underline;
}

a:visited
{
	color:#cc0000;
	text-decoration:none;
}

a:visited:hover
{
	color:#cc0000;
	text-decoration:underline;
}

a:visited:active
{
	color:#000000;
	text-decoration:underline;
}
#images-right
{
	float:right;
	overflow:hidden;
	text-align:right;
min-height:600px;}

#images-left
{
	float:left;
	overflow:hidden;
	text-align:left;
}

