html {
	overflow-y: scroll;
}
html, body {
	color: white;
	background-color: #CE128B;
	background-image:url(main-bg.jpg);
	background-repeat:repeat-x;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin:auto;
	padding:0;
	text-align:center;
}
img {
	border:none;
}
h1 {
	margin-top:0;
	font-size:28px;
	font-style:normal;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 28px;
	font-weight:bold;
}
h3 {
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
}
a {
	color: white;
}
a:hover {
	color: yellow;
}
hr {
	border-color:#cccccc;
	border-right-width:0;
	border-style:solid;
	border-left-width:0;
	border-bottom-width:0;
	border-top-width:1px;
	width:100%;
	height:1px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
td {
	padding-right:10px;
}
.hidden {
	display:none;
}
#site-frame {
	padding-left:0;
	padding-bottom:0;
	padding-right:0;
	padding-top:1px;
	margin:auto;
	width:820px;
	text-align:left;
}
#site-frame-inner {
	padding:0;
	background-image: url(frame-sides.jpg);
	background-repeat:repeat-y;
}
#top {
	display:none;
	float:left;
	left:0;
	position:absolute;
	top:0;
}
#header {
	width: 820px;
	background-image:url(header-bg.jpg);
	background-repeat:no-repeat;
	height: 200px;
}
#content {
	min-height: 250px;
	width: 820px;
	padding-top: 1px;
	background-image: url(content-bg.jpg);
	background-repeat: no-repeat;
}
#content-col-1 li {
	margin-bottom: 5px;
}
#content-col-1 {
	margin-left: 20px;
	width: 680px;
	float: left;
}
#content-col-2 {
	position: relative;
	margin-top: -50px;
	text-align: left;
	width: 140px;
	margin-right: -30px;
	float: right;
}
#footer {
	margin-top: 25px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(footer-bg.jpg);
}
#footer_left {
	height: 70px;
	margin-top: 10px;
	width: 100px;
	text-align: center;
	float: left;
}
#footer_right {
	padding-top: 15px;
	margin-top: 10px;
	width: 600px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	float: left;
}
#footer_copyright {
	text-align: center;
	font-size: 8px;
	clear: both;
}
#footer_copyright a {
	color: white;
	text-decoration: none;
}
#footer_copyright a:hover {
	color: yellow;
	text-decoration: none;
}
.small {
	font-style: italic;
	font-size: 9px;
}
.form_box {
	background-color: #E765A1;
	color: #000000;
	border-color: #8E095A;
	background-image: url(overlay2.png);
	background-repeat: repeat;
	border-width: 1px;
	border-style: solid;
	width: 325px;
	padding: 2px;
}
.td_left {
	text-align: right;
	vertical-align: middle;
	height: 30px;
}
.td_right {
	text-align: left;
	vertical-align: middle;
}
#correct {
	background-image: url(right.gif);
	background-position: -10px -5px;
	background-repeat: no-repeat;
}
.inputbox_submit {
	background-position: right center;
	background-repeat: repeat-x;
	background-image: url(buttons.jpg);
	border-color: white;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
.inputbox_submit2 {
	margin-left: 10px;
	background-repeat: repeat-x;
	background-position: right center;
	background-image: url(buttons2.jpg);
	border-color: white;
	font-size: 1.2em;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
#mp3 {
	height: 250px;
	margin-right: 10px;
	float: left;
	width: 304px;
	background-position: left bottom;
	background-image: url(mp3-bg.gif);
	background-repeat: no-repeat;
}
#iphone {
	height: 250px;
	float: left;
	width: 304px;
	background-position: left bottom;
	background-image: url(iphone-bg.gif);
	background-repeat: no-repeat;
}
/* jQuery Bookmark styles v1.1.1 */
.boxcopy {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 100px;
}
.bookmark_popup_text {
	cursor:pointer;
	color:blue;
	text-decoration:underline;
}
.bookmark_popup {
	display:none;
	position:absolute;
	z-index:100;
}
.bookmark_popup ul {
	float:left;
	width:200px;
	border:1px solid #aaa;
}
.bookmark_list {
	display:inline-block;
	float:left;
	list-style-type:none;
	font-size:80%;
	margin:0;
	padding:0;
}
html:first-child .bookmark_list {
	/* Opera */
font-size:80%;
}
.bookmark_list li {
	float:left;
	width:23%;
	margin:0 1px;
	padding:1px;
	background-color:#eee;
	border:1px outset;
}
.bookmark_compact {
	background-color:#eee;
	border:1px outset;
}
.bookmark_compact li {
	width:16px;
	height:16px;
	margin:0;
	padding:2px;
	background-color:transparent;
	border:none;
}
.bookmark_list a {
	width:100%;
}
.bookmark_list span {
	display:inline-block;
	width:16px;
	height:16px;
}
.bookmark_list img {
	border:none;
}
#Bookmark {
	width: 120px;
}
#Bookmark ul {
	background:none;
	border:none;
}
#Bookmark li {
	padding-bottom: 5px;
	padding-right: 9px;
	padding-top: 0;
}
/* End of 'bookmark' */

#fact-box1 {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clear: left;
	float: left;
	z-index: 100;
	position: relative;
	margin-top: 0px;
	margin-left: 8px;
	padding-top: 68px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(fb1.png);
}
#fact-box1-inner {
	padding-top: 1px;
	height: 210px;
	background-repeat: no-repeat;
	background-position: -78px -68px;
	background-image: url(fb1.png);
	position: relative;
	margin-left: 78px;
	width: 240px;
	color: black;
	background-color: white;
}
#fact-box2 {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clear: right;
	position: relative;
	margin-right: 0px;
	float: right;
	z-index: 100;
	margin-top: 12px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: right 1px;
	background-image: url(fb2.2.png);
}
#fact-box2-inner {
	height: 210px;
	margin-right: 92px;
	padding-top: -40px;
	margin-top:56px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(fb2.2-inner.jpg);
	position: relative;
	width: 240px;
	color: black;
	background-color: white;
}
#fact-box3 {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	margin-right: 0px;
	margin-left: 75px;
	margin-bottom: 0px;
	margin-top: 10px;
	clear: both;
	float: left;
	z-index: 100;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(fb3.png);
}
#fact-box3-inner {
	height: 180px;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-position: -101px -60px;
	background-image: url(fb3.png);
	position: relative;
	margin-left: 101px;
	width: 350px;
	color: black;
	background-color: white;
}


.box-pad {
/*	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 24px; */
	margin:0;
	padding:15px;
}

