/* CSS Document */


/********************************
* Created by Little Sister Technologies
* www.littlesistertech.com
* Krista Galyen
* February-March 2007
********************************/

/**********
* Tags and Headings
**********/
body {background-color: #000000;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img.border {border: 4px solid #ffffff;
	}
	
h1 {font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #333333;
	margin-left: 40px;
	margin-right: 40px;
	}
	
h2 {font-size: 14px;
	color: #B33A01;
	font-weight: bold;
	}
	
h3 {font-size: 10px;
		color: #7192bb;
		font-weight: normal;
		}	
.homepage {font-size: 18px;
	font-weight: normal;}	
/**********
* Table Stuff
***********/
table {border-collapse: collapse;
}
td.logo {background: url(img/logo.jpg);
	width: 950px;
	height: 142px;
	background-repeat: no-repeat;
	position: top;}
td.content {
	width: 555px;
	padding: 10px 40px 40px 40px;
	}
	
td.image {
background-repeat: no-repeat;
width: 363px;
height: 242px;
text-align: center;
padding: 20px;
	}
	
td.title {/*background: url(img/bg_title.jpg);*/
	background-repeat: no-repeat;
	width: 363px;
	height: 39px;
	}
	
td.bottom {background: url(img/logo_bottom.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 58px;
	text-align: center;
	font-size: 10px;
	}
	
	
/**********
* Divs and Styles
**********/
#wrapper {
width: 950px;
margin-left: auto;
margin-right: auto;
}
.content_written {width: 450px;
	height: 200px;
	overflow: auto;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.5em;
}

#bottom_content {text-align: center;
	padding-left: 10px;
	padding-right: 10px;}

.input_box {border: 1px solid #ffffff;
	background-color: #000000;
	color: #ffffff;
	}
.error {color: #FC4C03;}	


/***************
* Navigation and Links
****************/

#nav {padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;}

a:link {color: #7192BB;
	text-decoration: underline;
	}
	
a:hover {color: #7192BB;
	text-decoration: none; }
	
a:visited {color: #cccccc;
	text-decoration: underline;}
	
a:visited:hover {color: #cccccc;
	text-decoration: none;}



/**************
* Gallery
**************/

#gallery ul {display: block;
	list-style-type: none;
	}
#gallery ul li {width: 180px;
	height: 160px;
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
	}

/**************
* Scrolling Divs
**************/
td.content #scroll {
	height: 240px;
	width: 555px;
	padding-right: 15px;
	}
td.content #scroll_none {
	width: 555px;
	padding-right: 15px;
}