@charset "UTF-8";
RENAME SHEET WITH 2 LETTER PREFIX FOR EACH personalURL
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #FFF;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	position: relative;
	border-top: 10;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 10px;
	top: 0px;
}
.oneColFixCtrHdr #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 */
	position: relative;
	top: -5px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border: thin none #CCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: relative;
	top: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 25px;
}
.oneColFixCtrHdr #footer {
	background:#FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	position: relative;
	left: 80px;
	top: 0;
}
.oneColFixCtrHdr #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-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.oneColFixCtrHdr #buyprint_copy p em {
	font-style: normal;
}
.oneColFixCtrHdr #buyprint_copy p {
	font-style: normal;
	left: 160px;
	right: 150px;
	position: absolute;
}
.oneColFixCtrHdr #container #header h1 {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #warning p {
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
}
.oneColFixCtrHdr #container #mainContent #warning p iframe {
	position: relative;
	top: 5px;
	left: 144px;
}
.oneColFixCtrHdr #container #footer iframe {
	position: relative;
	left: 200px;
}
.oneColFixCtrHdr script #likebutton {
	left: 20px;
}
.oneColFixCtrHdr #container #mainContent p {
	color: #B3B3B3;
}
.oneColFixCtrHdr #container #mainContent p {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent #copyr {
	color: #CCC;
}
.oneColFixCtrHdr #container #mainContent #copyr {
	color: #999;
	position: relative;
	top: 0px;
}
#bodypara {
	width: 600px;
	position: relative;
	left: 150px;
	top: 0px;
}

