/* Theme for STACYCATS LIGHT */

/************CLEAR************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

	background: transparent;	
	border: 0;	
	font-size: 100%;	
	margin: 0;
	outline: 0;	
	padding: 0;
	vertical-align: baseline;

}


html {
	
	margin-top: 0!important;

}


html, body {
	
	height: 100%;
	margin: 0;
	width: 100%;	
	
}


/************END CLEAR************/

#page, #content  {

	display: block;
	font-family: Arial, sans-serif;
	width: 100%;
}


#page {
	
	background-image: url("images/drops.png");
	background-position: 1% top;
	background-repeat: repeat-y;
	min-height: 100%;
	margin: 0;
	padding: 10px 0;
}


#content {
	
	margin: 0 0 0 180px;	
	width: 85%
	
}

#logo {
	
	background: url("images/stacycats.gif") no-repeat;	
	border: none;
	display: block;
	height: 150px;
	margin: 20px auto;
	width: 263px;
	
}


hr { /*** divider ***/
	
	background: url("images/hr.gif") no-repeat;	
	border: none;
	display: block;
	height: 46px;
	margin: 20px auto;
	width: 80px;
	
}

table {
	
    border-collapse: collapse;
	
}


td {
	
	border: 3px solid black;
	padding: 3px 5px;
	
}


/************ TEXT AND LISTS ************/

p {
	
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	
}


h1, h2, h3, h4 {
	
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}


h1 {
	
	font-size: 250%;
	
}


h2 {
	
	font-size: 200%;
	
}


h3, h4 {
	
	text-align: left;
	
}


h3 {
	
	font-size: 150%;
	
}


h4 {
	
	font-size: 125%;
	
}


ul {
	
	margin-bottom: 10px;
	margin-left: 44px;
	
}


ul h1, ul h2, ul h3, ul h4 {
	
	margin-bottom: 0;
	
}


.bold {
	
	font-weight: bold;
	
}


.italic {
	
	font-style: italic;
	
}


.center {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	
}