@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center; /* for IE */
	background-color: #F8E3A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-decoration: none;
	color: #CC0000;
}

#site {
	text-align: left;
	width: 730px;
	background-color: #FFCC66;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #CC6600;
	border-left-color: #CC6600;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
 a {
	color: #993300;
 }
a:hover {
	color: #CC33CC
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
	font-size: 120%;
}
.smalltext {
	font-size: 10px;
}

#links {
	padding: 7px;
	height: 20px;
	width: 120px;
	border: 5px solid #99CC66;
}




#left {
	float: left;
	width: 360px;
	padding: 0px;
	background-color: #FFCC66;

}
#right {
	float: right;
	width: 360px;
	padding: 0px;
	background-color: #FFCC66;

}




#top {
	height: 135px;
	width: 100%;
	background-color:#FFCC66;
	border-bottom: 2px;
	border-bottom-color: #CC6600;
	border-bottom-style: solid;
}
#top .logo {
	margin: 0 auto;
	width: 800px;
	height: 135px;
	background-image: url(angelsbanner.jpg);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC6600;
	border-left-color: #CC6600;

}

#footer {	
	background-image: url(media/footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	border-top: 2px;
	border-top-color: #CC6600;
	border-top-style: solid;
}
#footer .logo {
	margin: 0 auto;
	width: 800px;
	height: 50px;
	background-image: url(media/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	}

div.clear {
clear: both;
}
#vertical {
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #99CC66;
	height: 140px;
	margin-right: 5px;
	margin-left: 5px;
}

#pictureWrapper {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15;
	margin-left: 10px;
}

.picBorder {
	background-color: #F8E3A3;
	padding: 5px;
	border: #FF6600 solid 1px;
}
.picBorder1 {
	background-color: #FFCC66;
	padding: 5px;
	border: #FF6600 solid 1px;
}

/* Contact Form  */

#formcontainer 		{border:1px solid #CC6600;padding:15px;margin:0;background-color:#FFFFcc}
.input			{border: 1px solid #CC6600;width: 220px;background: #FFFFFF url(stripe.gif);font: 11px verdana, sans-serif;color:#443;padding:3px;outline:none;}
.input:focus	{border:1px solid #CC6600;background: #FFFFFF;}
.input2			{border: 1px solid #CC6600;width: 220px;height: 100px;background: #FFFFFF url(stripe.gif);font: 11px verdana, sans-serif;color:#443;padding:3px;outline:none;}
.input2:focus	{border:1px solid #CC6600;background: #FFFFFF;}
.formbody 		{font:normal 0.7em auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color:#567475;line-height:1.1}


