body {
    margin-top: 0px;
    margin-left: 0px;
	background-image: url('http://www.goddesspost.com/images/background.gif');
}
a {
    color: #000082;
    text-decoration: none
}
a:visited {
    color: #000082;
    text-decoration: none
}
a:hover {
    color: #000080;
    text-decoration: underline
}
.bold {
	font-weight: bold;
}
h4 {margin: 10px 0;}
.smallcaps {
    font-variant: small-caps
}
#gp-wrapper {
	margin: 0 auto;
	width: 642px;
	height: 100%;
}
#top-nav {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	align: center;
	color: #FFFFFF;
	background: #808080;
	font-size: small;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.top-nav-cell {
	float: left;
	width: 20%;
	text-align: center;
}
.top-nav-cell a {
   color: #FFFFFF;
}
.top-nav-cell a:link {
   color: #FFFFFF;
}
.top-nav-cell a:visited {
   color: #FFFFFF;
}
.top-nav-cell a:hover {
   color: #D8D8D8;
}
#gp-banner {
	margin-top: 5px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.gp-banner {
	border: 0;
}
img.support {
	border: 0;
	vertical-align: middle;
	max-width: 15px;
	max-height: 15px;
	width: expression(this.width > 15 ? "15px" : true);
	height: expression(this.height > 15 ? "15px" : true);
}
#largeimage {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 1000px;
	width: expression(this.width > 100% ? "100%" : true);
	height: expression(this.height > 1000 ? "1000px" : true);
	text-align: center;
}
img.largeimage {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 1000px;
	width: expression(this.width > 100% ? "100%" : true);
	height: expression(this.height > 1000 ? "1000px" : true);
}
#under-full-size {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.under-full-size-left {
	float: left;
	width: 33%;
	text-align: left;
	color: #CCCCCC;
	font-size: small;
}
.under-full-size-center {
	float: left;
	width: 34%;
	text-align: center;
}
.under-full-size-right {
	float: right;
	width: 33%;
	text-align: right;
}
#nav {
	margin-top: 5px;
}
#section {
	width: 100%;
	background: #808080;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}
#section-top {
	width: 100%;
	background: #808080;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#header {
	width: 100%;
	padding: 10px;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
#body {
	width: auto;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #808080;
	background: #D8D8D8;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}
#body.faq {
	text-align: left;
}
#body.faq a{
	text-align: center;
	font-weight: bold;
}
#body ol,ul{
	text-align: left;
}
#footer {
	width: 100%;
	font-size: x-small;
	color: #FFFFFF;
	height: 20px;
	padding: 5px 0;
}
#faq-nav-wrapper {
	text-align: center;
	height: 20px;
	margin-left: 3px;
}
#faq-nav-wrapper a{
	color: #FFFFFF;
}
#faq-nav {
	float: left;
	height: auto;
	margin-right: 24px;
	font-size: small;
}
#hh {
	width: 100%;
	background: #F3BBD4;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

.sitelinks {
	width: 642px;
	margin: 0 auto;
	align: center;
	color: #FFFFFF;
	font-size: small;
}
.sitelinks a {
   color: #0000ff;
}
.sitelinks a:link {
   color: #0000ff;
}
.sitelinks a:visited {
   color: #0000ff;
}
.sitelinks a:hover {
   color: #0000ff;
}
