@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: url(../images/bluebg.jpg) top repeat-y;
	background-color:#244366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: transparent;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 25px;
}

.oneColLiqCtrHdr #navbar {
	font-size:13px;
	color:#333333;
	font: Verdana, Arial, Helvetica, sans-serif;
	margin:0 25px;
	border:0px solid #193c74;
	margin:5px;
	width:100%;
	height:auto;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:14px;
}

.oneColLiqCtrHdr #info {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:url(../images/infobg.png) top left no-repeat;
	width:575px;
	height:auto;
	float:left;
	padding:0px 20px;
	font-size:12px;
	margin-top:20px;
	margin-left:20px;
}

.oneColLiqCtrHdr #store {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:1000px;
	height:auto;
	float:none;
	margin-top:20px;
}


.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:0px solid #333333;
	margin-top: 20px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /*; this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border:0px solid #333333;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}

a {
	font-weight:bold;
	color:#003366;
	}
	
a:hover {
	text-decoration:none;
	}

.box	{
	width:220px;
	height:283px;
	background: url(../images/box.png) no-repeat left top;
	float:left;
	margin:0 30px;
	margin-top:5px;
	position:relative;
}

.bigbox	{
	width:255x;
	height:370px;
	float:left;
	margin:20px 20px 0 0;
	position:relative;
}

.inBox1,.inBox2,.inBox3,.inBox4,.inBox5,.inBox6 {
	background-repeat:no-repeat; 
	height:230px; 
	width:177; 
	margin:23px;
	}

.inBox1 {
	background-image:url(../images/musicTheory-gray.png);
	}
	
.inBox1:hover {
	background-image:url(../images/musicTheory.png)
	}
	
.inBox2 {
	background-image:url(../images/soundTrump-gray.png);
	}
	
.inBox2:hover {
	background-image:url(../images/soundTrump.png)
	}
	
.inBox3 {
	background-image:url(../images/att-gray.png);
	}
	
.inBox3:hover {
	background-image:url(../images/att.png)
	}

.inBox4 {
	background-image:url(../images/practice-gray.png);
	}
	
.inBox4:hover {
	background-image:url(../images/practice.png);
	}
	
.inBox5 {
	background-image:url(../images/BJT_gray.png)
	}
	
.inBox5:hover {
	background-image:url(../images/BJT_lrg.png)
	}
	
.inBox6 {
	background-image:url(../images/did-gray.png);
	}
	
.inBox6:hover {
	background-image:url(../images/did.png);
	}
.iconLinks{
	width:100%;
	font-size:11px;
	float:left;
	margin-top:0px;
	font:Arial, Helvetica, sans-serif;
	border:0px solid #333333;
	position:relative;
	}

.attBox{
	float:left;
	margin-right:15px;
	width: 165px;
	}
	
.attBoxLast{
	float:left;
	margin-right:0px;
	width: 175px;
	}

.icon {
	margin-right:10px;
	padding:0px;
	width:50px;
	float:left;
	}	
	
.attLink{
	text-align:left;
	margin:5px 0px;
	float:left;
	position:relative;
	width: 100px;
	}
	
.attLinkLast{
	text-align:left;
	margin:5px 0px;
	float:left;
	position:relative;
	width: 115px;
	}
	
.bluebutton{
	margin:5px;
	float:left;
	width: 111px;
	height:46px;
	background:url(../images/button.png);
	color: #333333;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:35px;
	}
	
.bluebutton a{
	text-decoration:none;
	}
	
.bluebutton:hover{
	background:url(../images/button-over.png);
	color:#FFFFFF;
	}
	
iframe {
	border:none;
	height:1050px;
	width:850px;
	}

