@charset "UTF-8";
#apDiv2 {
	position:absolute;
	left:400px;
	top:275px;
	width:625px;
	height:350px;
	z-index:1;
}
#apDiv1 {
	position:absolute;
	left:300px;
	top:275px;
	width:625px;
	height:350px;
	z-index:1;
	float: right;
}
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #293B85;
	vertical-align: top;
	background-image: url(Images/check.gif);
}
.wrapper #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(Images/centerbar.gif);
	background-repeat: repeat-y;
} 
.wrapper #header {
	background-color: #DDDDDD;
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0;
	position: relative;
	height: 275px;
	vertical-align: bottom;
} 
.wrapper #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 */
}
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #084C9B;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFFFFF;
}
.wrapper #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 415px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #084C9B;
}
.wrapper #mainContent {
} 
h3 {
	font-size: 18px;
}
.wrapper #footer {
	background-color: #F2CC1D;
	text-align: center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #000E57;
} 
.wrapper #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wrapper #container #header ul {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	top: 85%;
	right: 0px;
}
.wrapper #container #header li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
}
#flash {
	position:absolute;
	top:0px;
	width:700px;
	height:375px;
	z-index:1;
	right: 0px;
}
.twoColFixLtHdrIndent #container #sidebar1 p {
}
.wrapper #container #mainContent {
	padding: 20px;
	position: relative;
	background-color: #FFFFFF;
}
.wrapper #container #mainContent2 {
	padding: 20px;
	position: relative;
	background-color: #084C9B;
	color: #FFFFFF;
}
.wrapper #container #mainContent2 a {
	color: #F2CC1D;
}
.wrapper #container #header a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.wrapper #container #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.wrapper #container #header a:hover {
		color: #FFFF00;
}
.wrapper #container #header a:active {
	color: #FFFF00;
}
.wrapper #container #header li#active a {
	color: #FFFF00;	
}.wrapper #container #mainContent #lastfmwig {
	float: none;
	position: relative;
	right: 0px;
}
#sidebar_right {
}
.wrapper #container #mainContent #lastfm_quilt {
	float: right;
	width: 300px;
	margin: 20px;
	padding: 0px;
	position: relative;
}
.wrapper #container #mainContent #lastfm_quilt p {
	padding: 0px;
}
.wrapper #plateIdeas {
	float: right;
	width: 500px;
}
.wrapper #container #generator {
	margin-top: 350px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 520px;
	position: relative;
	text-align: center;
}
.plateBox {
	float: right;
	width: 500px;
}
.indent {
	padding-right: 75px;
}
.wrapper #container #mainContent #lastfm_quilt table {
	text-align: right;
	font-size: 100%;
	color: #666666;
}
.lftbtmMargin {
	margin-bottom: 20px;
	margin-left: 20px;
}
.wrapper #container #plateIdeas {
	padding-top: 35px;
	float: right;
	width: 450px;
	position: relative;
}
.invisable {
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	right: -9000px;
}
.cork {
	background-image: url(Images/corkboard_bg.jpg);
}
#lastfmQuilt {
	position: absolute;
	top: 300px;
	right: 75px;
}
.abolutePos {
	position: absolute;
	left: 125px;
	top: 350px;
	width: 400px;
	font-family: "Comic Sans MS";
}
.noPad {
	padding: 0px;
}
.wrapper #container #mainContent .noPad {
	padding: 0px;
}
#plateIdeasLft {
	background-color: #FFFFFF;
	float: left;
	width: 450px;
	padding-top:40px;
}
#plateIdeasLft img, #plateIdeas img {
	margin-top: 25px
}
#Norton {
	position: absolute;
	left: 17px;
	top: 1046px;
}
.blueBg {
	color: #FFFFFF;
	background-color: #0066CC;
}
.wrapper #container #generator h3 {
	color: 084C98;
}
.wrapper #container #generator p {
	font-size: 80%;
}
#priceBox {
	position: absolute;
	height: 129px;
	width: 129px;
	left: 287px;
	top: 695px;
}
