@import "ac_standard.css";
@import "pageHeader.css";
@import "pageMenu.css";
@import "pageBody.css";
@import "sideBar.css";
@import "contentArea.css";
@import "centerColumn.css";
@import "rightColumn.css";
@import "pageFooter.css";

html { overflow: -moz-scrollbars-vertical; }

body {
	margin				: 0px;
	padding				: 0px;
	
	background			: #000000;
}

div,td {
	margin				: 0px;
	padding				: 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
}

div.clear {
	clear				: both;
	height				: 0px;
	font-size			: 0px;
}

em {
	font-size: 11px;
	color: #666666;
}

a,
a:link,
a:visited {
	font-weight			: bold;

	color				: #99ccff;
	text-decoration		: none;
}

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

div#pageContainer {
	background			: #ffffff url('../siteimg/body.png');
}

textarea {
	overflow-x			: scroll; 
	overflow-y			: scroll;

	border				: 2px solid #000066;
}

input {
	height				: 25px;
	font-size			: 16px;
	line-height			: 25px;
	font-weight			: bold;
	margin				: 0px;
	padding				: 0px;

	border				: 2px solid #000066;
	color				: #000066;
}

form {
	margin				: 0px;
	padding				: 0px;
}

input.button {
	font-weight			: bold;
	font-size			: 14px;
	
	border				: 2px solid #000066;
	background			: #000066;
	color				: #ffffff;
	
}

a.siteLinkTop {
	position			: absolute;
	top					: 0px;
	left				: 50%;
	display				: block;
	height				: 30px;
}

a.cinex69Top {
	width				: 165px;
	margin-left			: -305px;
}
a.latinpuppiesTop {
	width				: 170px;
	margin-left			: -85px;
}
a.putiklubTop {
	width				: 180px;
	margin-left			: 130px;
}

a.siteLinkBottom {
	position			: absolute;
	left				: 50%;
	display				: block;
	height				: 30px;
	margin-top			: 50px;
}

a.cinex69Bottom {
	width				: 90px;
	margin-left			: 30px;
}
a.latinpuppiesBottom {
	width				: 115px;
	margin-left			: 135px;
}
a.putiklubBottom {
	width				: 80px;
	margin-left			: 266px;
}