/* CSS Document */

/*Sifr will be used for some H tags. Just to make things easier. the H formatitng here is for disabled Flash*/

body, html {height: 100%;
}


body {background-image:url(images/pagebg.gif);
background-position:center top;
background-repeat:repeat;
margin:0px;
font-family:"Times New Roman", Times, serif;
color:#4a494a;
font-size:14px;
line-height:22px;}

p {margin-top:0px;
margin-bottom:18px;
font-family:"Times New Roman", Times, serif;
color:#4a494a;
font-size:14px;
line-height:22px;}

h1 { font-size: 40px;
margin-top:0px;
margin-bottom:0px;
color: #00A2D9;} /*sifr*/

h2 {}

h3 {
	color:#3399CC;}

h4 {font-size:25px;
margin-top:0px;
margin-bottom:0px;
color: #fcf4e6;} /*sifr for the blue box on home page */

a {color:#3399CC;
	text-decoration:underline;}

a:hover {text-decoration:none;}

a:visited {color:#3399CC;
	text-decoration:underline;}


/*Containers and fun stuff! */

#container {width:960px;
			margin:0px auto;
			position:relative;}
			
#fakemargin {clear:both;
			
			padding-top:25px;}
			
			
#logo {position:absolute;
		top:0px;
		left: -20px;}
		
		
#swirly {clear:both;}

#mainsite {Margin-top:0px;
background-image:url(images/phatcats-bg.jpg);
background-repeat:repeat-y;
background-position:top left;
border: #fbefdb 1px solid;
posiition:relative;
margin-top:0px;}

#header {height:166px;
		text-align:right;
		background-image:url(images/headerbg.jpg);
		background-position:top left;
		background-repeat:no-repeat;}
		
#contentwrapper 

{padding:20px;}


#sidebar {
	float:right;
	width:350px;
	height: auto;
}

#sidebarclasses {
	float:right;
	width:250px;
	height: auto;
}
			
#contents {
	float:left;
	width:550px;
}

#contentsclasses {
	float:left;
	width:650px;
}
			
			
#footer {height:53px;
		text-align:center;
		background-image:url(images/footerbg.gif);
		background-position:top;
		padding-top:10px;
		background-repeat:no-repeat;}
						
						
.box {
margin-bottom:18px;}

.boxtext {
	padding:10px;
	float:left;
	width:230px;
}

.boximage {float:right;
			padding-right:10px;
			width:280px;}
			
			
	.photos img {border:4px white solid;
				margin:5px;}

.box p {color:#fcf4e6;}

.box a {color:#FF9999;}



.box2 {
	background-color:#00a2d9;
	width:250px;
	margin-bottom:0px;
	float:right;
}






/*Hoverbox Shit here! */


.hoverbox {
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

.hoverbox a
{
	text-decoration: none;
}

.hoverbox body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}

.hoverbox h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

.hoverbox p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

.hoverbox p a
{
	background: inherit;
	color: #777;
}

.hoverbox p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #FFF;
	border-color: #FFF;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #FFF;
	border-color: #FFF;
	border-style: solid;
	border-width: 0px;
	color: #FFF;
	display: inline;
	float: none;
	padding: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.hoverbox .preview
{
	border-color: #000;
	border-width: 10px;
	width:auto;
	height:auto
	
}

