/** WINDOW BASIC (Vertical Scroll Bar */html, body {	height: 100%;}/** WRAPPER */#wrapper {	width: 760px;	margin: 5px auto;	padding: 1px;}/** BACKGROUNDS */.bg1 { background: #000000; }.bg2 { background: #000000; }.bg3 { background: #000000; }/** HEADER */#header_main {	width: 760px;	height: 570px;}#header_sub {	width: 760px;	height: 217px;}#header_sub2 {	width: 760px;	height: 408px;}/** TRAILER */#trailer {	width: 760px;	height: 550px;	text-align: center;	background-color: black;}/** MENU */#menu {	width: 760px;	height: 22px;	padding: 13px 0px 0px 0px;}#menu ul {	margin: 0px;	padding: 0px;	list-style: none;}#menu li {	display: inline;}#menu a {	display: block;	float: left;	padding: 0px 31px 0px 30px;}#menu .first a {	background: none;}#menu1 {}#menu2 {}#menu3 {}#menu4 {}#menu5 {}/** CONTENT */div#main {   width: 760px;   padding: 0px;   background:#000000;   color:#000;   text-align:center;	margin-left: auto;	margin-right: auto;	width: 50em;	text-align: left;}#content {	width: 760px;	margin: 0px;}#columnWide {	float: center;	width: 760px;	margin: 15px 0px 0px 0px;}#column1 {	float: left;	width: 350px;	margin: 15px 0px 0px 0px;}#column2 {	float: right;	width: 380px;	margin: 15px 0px 0px 0px;	text-align: right;}/** FOOTER */#footer {	padding: 15px 0px;}/** FORMS */form {	margin: 0px;	padding: 0px;}/** HEADINGS */h1, h2, h3, h4, h5, h6 {	margin: 0px;}h1 {	font-size: 18px;	color: #ff0000; }h2 {	font-size: 16px;	color: #ff0000; }h3 {	font-size: 10px;	color: #ff0000;	font-weight: bold;	margin-bottom: -15px;}h4 {	font-size: 10px;	color: #7d7d7d;}h5 {	font-size: 11px;	font-family: "Times New Roman", Times, serif;	font-style:italic;	margin: -10px 0px 0px 0px;	color: #7d7d7d; }h6 {	font-size: 10px;	color: #969696;	border-top: dotted 1px #c5c5c5;	padding-bottom: 5px;}	/** TEXTS */body, th, td, input, textarea, select {	font-family: "Lucida Grande", "Arial", sans-serif;	font-size: 13px;	color: #646464;}ul {	font-size: 10px;	margin-left: -25px;	margin-top: 0px;	margin-bottom: 2em;	text-align: left;	list-style-type: circle;}.text1 {	font-size: 14px;	font-weight: bold;	color: #ff0000;}.text2 {	text-align: center;	color: #646464;	text-transform: uppercase;	font-size: 8px;	letter-spacing: 2px;}/** LINKS */a {	color: #ff0000;	text-decoration: none;	font-size: 10px;	font-weight: bold;}a:hover {	text-decoration: underline;}.link1 {	text-transform: uppercase;	font-size: 9px;	font-weight: bold;	color: #ff0000;}/** PRINT & BRANDING PREVIEWS */.box1 {	background-image:url(images/img_preview.jpg);	margin: 0px 10px 0px 0px;}