* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ED174F;
	background-image: url(/designimgs/bodybg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
    scrollbar-face-color: #808080;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFBF0;
    scrollbar-3dlight-color: #808080;
    scrollbar-shadow-color: #FFFBF0;
    scrollbar-darkshadow-color: #808080;
    scrollbar-track-color: #CCCCCC;
}

h1 { color: #ED174F; font-size: 14px; line-height: 125%; padding-bottom: 5px; }
h2 { color: #ED174F; font-size: 13px; padding-bottom: 5px; }
p, div { color: #000000; font-size: 12px; line-height: 125%; padding-bottom: 5px; }
p.whitetext { color: #FFFFFF; font-size: 11px; line-height: 125%; padding-bottom: 5px; }
p.captiontext { color: #ED174F; font-size: 11px; line-height: 125%; padding-top: 12px; padding-left: 11px; padding-bottom: 5px; padding-right: 10px; }
.pinkborder { border: 4px solid; color: #ED174F;}

a { color: #ED174F; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a.white { color: #FFFFFF; text-decoration: none; }
a.white:hover, a.white:active { text-decoration: underline; }
a.footerlink { color: #F59192; text-decoration: none; }
a:hover.footerlink, a:active.footerlink { text-decoration: underline; }
a img { border:5px; }

.topright1 { color: #FFFFFF; font-size: 30px; line-height: 150%; padding-top: 27px; padding-right: 44px; padding-bottom: 20px; }
.topright2 { color: #FFFFFF; font-size: 13px; line-height: 150%; padding-top: 0px; padding-right: 44px; padding-bottom: 0px; }
.RemindMeHeader { color: #ED174F; font-size: 16px; font-weight:bold; padding-top: 46px; padding-bottom: 10px; }
.RemindMe { color: #ED174F; font-size: 12px; font-weight:bold; line-height: 125%; padding-bottom: 5px; }
.RemindMe_label { color: #ED174F; font-size: 12px; font-weight:bold; line-height: 125%; padding-bottom: 5px; }
.RemindMe_textbox { color: #FFFFFF; background-color: #ED174F; font-size: 12px; font-weight:normal; line-height: 125%; padding-bottom: 5px; width: 141px;}
.RemindMe_button { color: #ED174F; font-size: 12px; font-weight:bold; line-height: 125%; padding-bottom: 5px; }

.clear { clear: both; }

div#page-wrap-home {
	background-image: url(/designimgs/pagewrapbg-home.png);
	background-repeat: no-repeat;
	height: 633px;
	width: 1110px;
	margin: 0px auto;
}

div#page-wrap-inside {
	background-image: url(/designimgs/pagewrapbg-inside.png);
	background-repeat: no-repeat;
	height: 633px;
	width: 1110px;
	margin: 0px auto;
}

div#page-wrap-shop {
	background-image: url(/designimgs/pagewrapbg-shop.png);
	background-repeat: no-repeat;
	height: 633px;
	width: 1110px;
	margin: 0px auto;
}

	div#left-col {
		float: left;
		width: 914px;
	}
	div#right-col {
		float: left;
		margin-left: 16px;
		width: 180px;
	}

div#header {
	display: block;
	height: 126px;
	text-align: right;
}	

div#navbar {
	display: block;
	font-size: 12px;
	margin-left: 132px;
	height: 21px;
}	

div#page-content-home {
	display: block;
	height: 340px;
	margin-top: 63px;
	margin-left: 157px;
    overflow: auto;
	padding-right: 11px;
	width: 246px;
}

div#page-content-inside {
	display: block;
	height: 305px;
	margin-top: 94px;
	margin-left: 157px;
    overflow: auto;
	padding-right: 11px;
	width: 717px;
}

div#page-content-shop {
	display: block;
	height: 346px;
	margin-top: 53px;
	margin-left: 157px;
    overflow: auto;
	padding-right: 11px;
	width: 717px;
}

div#footer {
	color: #F59192;
	display: block;
	margin-left: 115px;
	margin-top: 65px;
	text-align:center;
}