/* 

CSS Document

Developed by Mandi Whitten of Weensyweb Designs - www.weensyweb.com

Created expressly for Emma Hack - www.emmahackartist.com.au

February 2010 

*/

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1em;
	background-image: url(../images/newbgplay-01.jpg);
	background-repeat: repeat;
}

#wrap {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position: relative;
	background-color: #FFF;
	border-style: solid;
	border-width: thin;
	border-color: #999;
}

#banner {
	position: relative;
	padding: 0px;
	top: 0;
	width: 850px;
	
}

img {
	border: none;
}

a img {
	border: none;
}

a img:hover {
	border: none;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
}
	
h2 {
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	font-weight: normal;
}

ul {
	list-style-image: url(../images/dot01.gif);
}

/* Menu */

#menu {
	position: absolute;
	color: #999;
	font-size: 1.1em;
	text-align: right;
	top: 8px;
	line-height: 1.5em;
	left: 527px;
	width: 298px;
}

a.menulink {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
}

a.menulink:hover {
	font-weight: bold;
	color: #999;
	background-color: #FFF;
}

/* End Menu */

/* Text */

.maintext01{
	position: relative;
	left: 0px;
	width: 95%;
	padding: 0px;
	margin: 20px;
	z-index: 10;
	text-align: justify;
	top: 0px;
}

.collectionstext{
	position: absolute;
	left: 23px;
	width: 29%;
	padding: 0px;
	z-index: 30;
	top: 490px;
	overflow: auto;
}


/* End Text */

/* Footer */
	
a.foot {
	color: #999;
	text-decoration: underline;
}

a.foot:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	font-weight: normal;
}

.footer{
	position: relative;
	font-size : 0.65em;
	color: #999;
	height: 100px;
	margin: 20px;
	z-index: 10;
	background-color: #FFF;
	background-image: url(../images/footer-swirl2.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}

.footer2{
	font-size: 0.65em;
	position: relative; 
	z-index: 20;
	left: 506px;
	top: 90px;
	width: 200px;
}

.overfooter{
	position: relative;
	background-image: url(../images/footer-line.jpg);
	left: 30px;
}

.endline{
	position: relative;
	width : 100%;
	z-index: 10;
}

/* End Footer */

.textimageleft {
	position: relative;
	float: left;
	padding-right: 20px;
}

.textimageright {
	position: relative;
	float: right;
	padding-left: 20px;
}

.textimagecenter {
	position: relative;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.current {
	font-weight: bold;
}

.style1 {font-size: 0.8em}
.style2 {
	color: #D7978B;
	font-weight: bold;
}
.style3 {color: #D89A8F}
