@import url(/css/text.css);
body {
	margin: 0px 0px 50px 0px; padding:0px;
	text-align:center;
	}
img { behavior: url("/js/pngbehavior.htc"); }

.textpage    { background: #fff url(/includes/aaron/textBG.jpg) repeat-x }
.imagepage    { background: #fff url(/includes/aaron/imagesBG.jpg) repeat-x fixed center top; text-align: center }
.headmenu          { font-variant: small-caps; background-color: #c0c0c0; text-align: right; border-bottom: 1px solid #264f64; height: 32px }
.headmenu span { font-variant: small-caps; text-align: right; padding-right: 10px }
.pb  { font-variant: small-caps; text-align: left; position: absolute; top: 0px; left: 5px }
.buttons       { font-size: 16px; background-color: #c0c0c0; padding: 2px 5px 3px 25px; border: solid 1px #c0c0c0; display: inline }
.buttons:hover      { background-color: #c0c0c0; border: solid 1px #c0c0c0; display: inline }
.buttons a:hover {  color: #000; text-decoration: none; }
.buttons a {  color: #000; text-decoration: none; }

#header  {	
	width:700px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}

#Content  { text-align: left; margin: 0px auto; padding: 15px; width: 700px }

.thumbnail { background-color: #fff; float: left; text-align:center; margin: 0 15px 15px 0; padding: 5px; border: solid 1px #999; width: 200px }
.thumbnail { font-size: 12px; background-color: #fff; text-align: center; float: left; margin: 0 15px 15px 0; padding: 5px; border: solid 1px #999; width: 200px }
/* main page */
.container { 
	background: #fff url(/includes/aaron/containerBGX.jpg) no-repeat; 
	text-align: center; position: relative; 
	top: 50px; 
	width: 700px; 
	height: 522px
	}
.left01        { float: left; margin-top: -10px; margin-left: 20px; border: solid 2px #789; position: relative; top: 175px; width: 275px; height: 300px; text-align: center; }
.center01       { text-align: justify; float: right; margin-top: 10px; margin-right: 20px; padding: 2px 4px; border: solid 2px #789; position: relative; top: 175px; width: 300px; height: 300px }
.thumbs	{ background-color: #fff;  margin: 0 15px 15px 30px; padding: 5px; border: solid 1px #999; width: 200px }

/* Begin Contact Form CSS */

		.contactform {
			width: 100%; 
			position: relative;
			}
		
		.contactleft {
			width: 25%; 
			text-align: right;
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}
		
		.contactright {
			width: 70%;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}
/* End Contact Form CSS */
#footer { font-size: small; margin-top: 200px }
.clearit { clear: both; height: 0; line-height: 0; font-size: px; /*for IE*/ }
