* {
	padding:0px;
	margin:0px;
}

html,body {
	font: 60%/1 Geneva, Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#cccccc;
	/*height:100%;*/
}

body {
	background: url('Images/brownCheckerBG.gif');
	/*height:100%;*/
}

a {
	text-decoration:none;
	color: #E5D9B5;
}


table#listing {
	width:100%;
    padding:1px;
	background-color:#666666;
	font-size:10px;
}

table#listing th {
	background-color:#e5d9b5;
	font-size:10px;
	color:#000000;
	padding:5px;
}

table#listing td {
	font-size:10px;
	padding:5px;
	color:#fff;
}

 .yellow {
 color: #E5D9B5;
 font-size:10px;
 }
#yellow {
	color: #E5D9B5;
}

#outer {
	/*height:100%;
	overflow: auto;*/
	margin:auto;
	width:770px;
	padding-bottom:40px;
	text-align: center;
	background: url('Images/charcoalBG.gif');
}

#header {
	background: url('Images/headerYellow.gif');
	height:96px;
	width:100%;
}

#logo {
	background: url('Images/banner.gif');
	height:90px;
	background-repeat:no-repeat;
	margin-left:60px;
}

#wrapper {
	text-align:left;
	margin:auto;
	position:relative;
	width:710px;

}
#menu {

	padding:6px 10px;
}

#fullBox {
	background: url('Images/boxBG.gif');
	width:710px;
}

#leftBox {
	background: url('Images/boxBG.gif');
	width:490px;
	float:left;
	margin:0px 10px 0px 0px;
}

#rightBox {
	background: url('Images/boxBG.gif');
	width:200px;
	height:100%;
	float:right;
}

#mediaPlayer {
	height:100%;
}

#mediaPic {
	height:150px;
	width:200px;
}

#bottomBox {
	margin:20px 0px;
}

.title {
	margin-left:10px;
}

#clear {
	clear:both;
}

p {
	font-size:2em;
}

#textLrg {
	font-size:2.5em;
}

#EPK { padding:5px;}

img .imgPad {
	margin:2.5em;
}

#pagecontent {
	margin: 2em 5em;
}

#footnote {
	font-size:1.5em;
	margin: 1em 3em;
}

/* complex form */

form {
	font-size: 2em;
	/*width: 50em;*/
	padding: 1em;
}

.dob {
	width:20px;
}

/* fieldset styling */
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #333;
	text-align:left;
/*	background-color:#e4dab6;*/
}

/* legend styling */
legend {
	font-weight: bold;
	color:#BD722D;
}

form p {
	position: relative;
	width: 100%;
	padding: 0.2em 0em;
}

input:focus, textarea:focus {
	background: #ffc;
}

.submit {
display:block;
float:right;
}

/* style for  labels */
fieldset p label  {
	float: left;
	width: 15em;
	font-size:.5em;
	text-align:right;
	margin-right:5em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}

input {
  width: 200px;
}

select#qty {
	width:200px;
	text-align:center;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}


input.radio {
  float: left;
  margin-right: 1em;
}


/*#favoriteColor p {
	margin: 0.3em 0;
}*/

