@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #641b48;
	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;
	background-image: url(../images/pg-bg.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

.PROMOTION {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}


.superscript{
	color: #641b48;
	font-variant: small-caps;
	font-size: 8px;
}

.one-col-center #container{
	width: 900px;
	height: 100%;
	min-height: 500px;
	background-color: #FFFFFF;
	color: #641b48;
	margin: 0 auto;
}

.one-col-center #text {
	margin: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.one-col-center #buttons {
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/btn-bg.jpg);
	background-repeat: repeat-x;
	width: 860px; /* 900-40 to account for left and right padding of 20px */
	height: 52px;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.one-col-center #buttons table{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9BAC5;
}

.one-col-center #buttons td{
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9BAC5;
}

.bottom {
	background-image: url(../images/content-btm-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 47px;
	padding-top: 10px;
	color:#FFFFFF;
	text-align: center;
	font-size: 10px;
	bottom: 0px;
	text-indent: 800px; /* since the text align is center.. the 800px is to offset the copyrighted akina off to the right */
}


.top-section{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

.akina-logo{
	position: absolute;
	top: 15px;
	right: 20px;
	float: right;
	border: none;
}



a {
	color:#660000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #9E547E;
}

h1{
	color: #9a4278;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9a4278;
}

h2{	
	color: #9a4278;
	padding: 0px;
	margin: 0px;

}

h3{
	color: #9a4278;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a4278;

}

