﻿body {
	background-image: url('mainbg.png');
	background-repeat: repeat-x;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.4;

}

body img {
border: 0;
}

a:link {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}



#catbg {
	width: 629px;
	height: 768px;
	background-image: url('catbg.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute; top: 0px; right: 0px;
	z-index: 1;
}

#logo {
	width: 90%;
	height: 80px;
	position: absolute; top: 130px; left: 20px;
	padding-top: 40px;
	background-image: url('amyguy.png');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 2;
}

#holder {
	width: 90%; min-height: 493px;
	position: absolute; top: 230px; left: 20px;
	z-index: 3;
}

#holder p {
	font-family: verdana, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.4;

}

#holder a:link {
	text-decoration: none;
	color: black;
}
#holder a:active {
	text-decoration: none;
	color: black;
}

#holder a:hover {
	text-decoration: underline;
	color: black;
}
#holder a:visited {
	text-decoration: none;
	color: black;
}

.column {
	position: absolute; top: 0px; left: 500px;
	font-family: verdana, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.4;

}



.toptxt {
	font-family: verdana, sans-serif;
	color: white;
	font-size: large;
	line-height: 1.4;
}

.bluetxt {
	font-family: verdana, sans-serif;
	color: #91c9ec;
	font-size: large;
	line-height: 1.4;
}

.left {
	float: left;
	padding-left: 8px;
	font-size: medium;
}

.right {
	float: right;
	padding-left: 8px;
	font-size: medium;
}

.app img {
	float: left;
	padding: 3px;
}


