/* the creatively-titled bushtwinspartyhour.com stylesheet */ /*your basic page parts*/ html{  margin:0;  padding:0;  } body {color: #FFFFFF;margin: 20px;border-style: none;background-color: #6600CC;width:90%; }#pagewidth{  width:90%;  } /* ids */ #container { 	padding: 0px 0px 0px 5px;  	margin: 0px; 		}#leftcol{ width:400px;  float:left; position:relative;    }#maincol{ width:90%; float: left; position:relative; overflow: auto; }/* general text definitions */ a:link, a:visited {	color: #FFCCFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bolder;}a:hover{color: #CC99CC;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bolder;	}p, td, li {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;}img {border: 1px solid #FFCCFF;}/* classes */ .maintext {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}.bold {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;}.boldital {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: italic;font-weight: bold;} .boldlg {font-family: Arial, Helvetica, sans-serif;font-size: 18px;font-weight: bold;}.large {font-family: Arial, Helvetica, sans-serif;font-size: 14px;}.small {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}.bolditallg {font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-style: italic;font-weight: bold;} /* some nifty stuff that might prove handy to have in this here style sheet */   /* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ .clearfix:after { content: ".";  display: block; height: 0;  clear: both;  visibility: hidden; } .clearfix{display: inline-table;}/* Hides from IE-mac \*/* html .clearfix{height: 1%;}.clearfix{display: block;}/* End hide from IE-mac */    /*printer styles*/  @media print{ /*hide the left column when printing*/ #leftcol{display:none;} #twocols, #maincol{width:100%; float:none;}}
