﻿/* Fundamental colors */
/* pink: 				#D60091 	*/
/* pink-light: 	#F7AADE		*/
/* gold: 				#E5B20F 	*/
/* gold-light: 	#FFC611		*/

@font-face
{
font-family:'Artifika';
font-style:normal;
font-weight:normal;
src:local('Artifika Medium'), local('Artifika-Medium'), url('fonts/Artifika-Regular.woff') format('woff'), url('fonts/Artifika-Regular.ttf') format('truetype')
}

body {
    color: #D60093;
    background-color: #D60093;
    background-image: url(images/pink-background.gif);
    background-repeat: repeat;
}

body a {
    text-decoration: none;
}

#outer
{
  background-color: #FFFFFF;
	position:absolute;
	top: 20px;
	left: 50%;
  width: 1124px;
  height: 700px;
	margin-left: -562px; /*set to a negative number 1/2 of your width*/
}

#inner
{
	position:absolute;
	top: 0px;
	left: 80px;
  width: 1000px;
  height: 100%;
}

#header
{
	position:relative;
	top: 0px;
	left: 0px;
	margin: 5px 0px 5px 0px;
    width: 100%;
    height: 140px;
	margin: 0px 0px 0px 0px;
}

img.header
{
    position:relative;
    float:left;
    top: 0px;
    border: 0px;
}

div.divider
{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(images/main-separator.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	width: 100%;
	height: 5px;
}

#content
{
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 480px;
	margin: 0px 0px 0px 0px;
}

#leftmenu
{
	position:absolute;
	top: 50px;
	left: 25px;
	width: 125px;
	height: 300px;
	margin: 0px 0px 0px 0px;
}

#leftimg
{
	position:absolute;
	top: 30px;
	left: 100px;
	width: 35px;
	height: 130px;
	margin: 0px 0px 0px 0px;
  background: transparent url(images/left-gold-img.gif) 0px 0px no-repeat;
}

#leftimg img
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 130px;
	margin: 0px 0px 0px 0px;
}

#sidebar
{
  background-color: transparent;
	position:absolute;
	top: 30px;
	left: 135px;
  width: 140px;
  height: 330px;
	margin: 0px 0px 0px 0px;
}

#display
{
	position:absolute;
	top: 0px;
	left: 150px;
	width: 780px;
	height: 480px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
}

#display-img
{
	position:absolute;
	top: 0px;
	left: 90px;
	width: 675px;
	height: 420px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	overflow: auto;
}

#display-text
{
	position:absolute;
	top: 20px;
	left: 90px;
	width: 450px;
	height: 450px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	visibility: hidden;
	overflow: auto;
	font-size:13px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	color:#000;
	border: 2px solid #ccaacc;
}

#display-ghost
{
	position:absolute;
	top: 20px;
	left: 90px;
	width: 450px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	z-index: 0;
	visibility: hidden;
	overflow: hidden;
}

#display-text p
{
	padding-left: 5px;
	padding-right: 15px;
}

#display-slide
{
	position:absolute;
	top: 0px;
	left: 30px;
	width: 730px;
	height: 480px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	overflow: hidden;
	visibility: hidden;
}

#footer
{
	position:absolute;
	top: 630px;
	left: 0px;
	margin: 5px 0px 5px 0px;
	width: 100%;
	height: 70px;
	margin: 0px 0px 0px 0px;
}

a.unavail {
    text-decoration: none
}

a.unavail:hover {
    cursor:url(/images/warning.ico), help;
    position: relative
}

a.unavail span {
    display: block
}

a.unavail:hover span {
    padding: 0;
    display: block;
    z-index: 100;
    left: 20px;
    margin: 0;
    width: 200px;
    height: 20px;
    position: absolute;
    top: 30px;
    text-decoration: none
}

div.fbouc
{
	position:absolute;
	top:45px;
	left:955px;
	width:25px;
	height:25px;
	overflow:hidden;
}

div.fbouc_fr
{
	position:absolute;
	top:45px;
	left:955px;
	width:25px;
	height:25px;
	overflow:hidden;
}
