/* === Quick Guide CSS === */
body {
	background-image:url(/images/quickguide_bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px 0px 0px 0px;
	overflow-y:hidden;
	

}

#bg_bottom {
	background-image:url(/images/quickguide_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 0px 70px 0px;
	#padding:0px 0px 160px 0px;
	width:auto;
}

img, div { behavior: url(iepngfix.htc) }


#Main_Container {
	width:900px;
	margin:0px auto 0px auto;
}

#Main_Container h1 {
font-family:sans-serif;
font-size:32px;
color:#FFFFFF;
text-transform:uppercase;
border-bottom:dashed 3px #fff;
padding-bottom:10px;
margin-bottom:0px;
text-align:center;

}

#Main_Container h2 {
font-family:sans-serif;
font-size:20px;
color:#000000;
text-transform:uppercase;
text-decoration:underline;
    padding:0px 0px 0px 10px;
}


div.transbox
  {
  width:90%;
  height:100%;
  margin:15px 43px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.8;
  }

div.transbox p
  {
  margin:5px 5px;
  font-weight:bold;
  color:#000000;
  font-family:sans-serif;
    font-weight:bold;
    padding:0px 0px 0px 10px;
  }








#contact {
	background-color:#F1F1F1;
	border:1px solid #c7c7c7;
	padding:0px 5px 0px 5px;
	width:540px;
	height:95px;
	margin:15px 0px 15px 0px;
}

#contact p {
	color:#FF0000;
}

	#contact_inner {
		background-color:#f8f7f7;
		border:1px solid #c7c7c7;
		width:517px;
		height:32px;
		padding:10px 0px 0px 11px;
		margin:-11px 0px 0px 0px;
	}

