html, body { margin:0px; padding:0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #ae8d7a; }
body2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; }

/*Dotted grey lines styles*/
hr { border:1px dotted #2f221c; border-bottom:1px dotted #564943; margin:35px; margin-top:0px; margin-bottom:0px; }

a { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }
h2 { text-decoration:underline; font-size:12px; }

/*Main site container - controls site width*/
#siteContainer { width:912px; margin:0 auto; }

/*Header includes logo, flash and menu*/
#header { }
	.header { background:url(../gfx/header.jpg) top repeat-x; }
	.header-border { background:url(../gfx/header-border.jpg) top repeat-x; }
	
	/*Header left column*/
	#alpha1 { width:295px; float:left; padding:35px; padding-top:25px; }
	/*Header right column*/
	#alpha2 { width:530px; float:right;  padding-top:45px; }
	/*Flash div*/
	#flash { width:468px; height:370px; background-color:#FFFFFF; margin-bottom:10px; }
	
/*All main body content is wrapped in this*/
#contentContainer { background:url(../gfx/content.gif) top repeat-y; }
	
	/*Content div for non-homepages*/
	#content { padding:35px; width:620px; }
	
	/*Homepage left column*/
	#beta1 { width:280px; padding:35px; float:left; padding-top:15px; }
	/*Homepage right column*/
	#beta2 { width:545px; float:right; padding-top:15px; background:url(../gfx/beta2.jpg) no-repeat; height:492px; }
	
#menu { margin-top:34px; margin-left:-5px; }
	#menu img { display:block; border:0px; margin-bottom:6px; border:0px; }
	
/*Controls positions of homepage textboxes*/
#textareas { position:relative; }
	#t1 { position:absolute; left:170px; top:5px; width:300px; height:110px;  }
	#t2 { position:absolute; left:25px; top:150px; width:300px; height:110px;  }
	#t3 { position:absolute; left:140px; top:300px; width:330px; height:110px;  }
	
#footer { background:url(../gfx/footer.gif); height:207px; padding:35px; }

.url { padding-right:60px; margin-bottom:10px; text-align:right; }

.left { float:left; }
.right { float:right; }
.clearer { float:none; clear:both; }
