/* GLOBAL */

* {
margin:0px;
padding:0px;
}

* html h1 a, a {
/* for IE5/win */
cursor:pointer;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-align: center;
}

/* STRUCTURE */

#container {
	width:100%;
	text-align:center;
	position:relative;
	
}

body.blue #container {
	background-color: #6b707a;
}

body.green #container {
	background-color: #a7b68f;
}

body.red #container {
	background-color: #999999;
}

body.purple #container {
	background-color: #a8a6ad;
}

#inner {
	margin:0 auto;
	height:100%;
	width:680px;
	position:relative;
}

#wrapper {
	margin:0 auto;
	height:100%;
	width:600px;
	text-align:center;
	background-color: #FFFFFF;
	position: relative;
}

#apropos p {
	width: 310px;

}

#content {
	text-align:left;
	width:600px;
	margin:0 auto;
	background-color:#ffffff;
	line-height: 1.8em;
	padding-top: 30px;
}


.block {
	float:left;
}

#links {
	float:left;
	width: 200px;
}

/* HEADER */

body.blue #header {
	width:600px;
	height:279px;
	position:relative;
	background-color: #FFFFFF;
}

body.green #header {
width:600px;
	height:279px;
	position:relative;
	background-color: #FFFFFF;
}

body.red #header {
	width:600px;
	height:279px;
	position:relative;
	background-color: #FFFFFF;
}

body.purple #header {
	width:600px;
	height:279px;
	position:relative;
	background-color: #FFFFFF;
}

.headerTop {
	display: block;
	position: relative;
}

.headerBtm {
	display: block;
	position: relative;
	top: -2px;
}
body.blue h2 span {
	padding:1px 20px 3px 40px;
	background-color:#12065a;
}

body.green h2 span {
	padding:1px 20px 3px 40px;
	background-color:#bce27f;
}

body.red h2 span {
	padding:1px 20px 3px 40px;
	background-color:#f46047;
}

body.purple h2 span {
	padding:1px 20px 3px 40px;
	background-color:#bebacc;
}

#links h4 {
	margin-left:0px;
}

/* NAV */

#info {
	position:relative;
	width:600px;
	background-color: #FFFFFF;
	margin: 0;
	
}

.date {
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	padding-left: 62px;
}

.info {
	position:absolute;
	width:10px;
	height:20px;
	display:block;
	left: 578px;
	background-image: url(../images/infoBtn.gif);
	background-repeat: no-repeat;
	top: -27px;
	visibility: visible;
}

/* HANDS */

#handLeft {
	position:absolute;
	top:400px;
	left:-1px;
	width:98px;
	height:139px;
	z-index:99;
	background-image: url(../images/hand_Left.png);
	visibility: visible;
}

#handRight {
	position:absolute;
	top:600px;
	right:-6px;
	width:132px;
	height:157px;
	z-index:99;
	visibility: visible;
}

/* FOOTER */

#footer {
	margin-top:20px;
	height:50px;
	background-color: transparent;
}

#footer.last {
	margin-top:0px;
}

body.blue #footer {
	border-top:1px solid #12065a;
	background: transparent;
}

body.green #footer {
	border-top:1px solid #bce27f;
	background: transparent;
}

body.red #footer {
	border-top:1px solid #f46047;
	background: transparent;
}

body.purple #footer {
	border-top:1px solid #bebacc;
	background: transparent;
}

.credits {
	margin-top:20px;
	height:50px;
	background-color: transparent;
	color: #FFFFFF;
}

/* HORIZONTAL RULE */

.hr {
	margin:10px 0;
	height:1px;
	clear:both;
	line-height:0px;
}

body.blue .hr {
	border-bottom:1px solid #12065a;
}

body.green .hr {
	border-bottom:1px solid #bce27f;
}

body.red .hr {
	border-bottom:1px solid #f46047;
}

body.purple .hr {
	border-bottom:1px solid #bebacc;
}
