/* CSS Document */

/*	Description: GREENSLEEVES INDEX PAGE STYLE SHEET
	Author: Margaret Grobler
	Date: 21 December, 2006 */

	/* === === === === === === === === === === === === === === === === === === === === === === === general parameters starts*/
	
* {
	margin: 0;
	padding: 0;
    font: 14px/190% Georgia, "Times New Roman", Times, serif;
	color: #000;
}

html, body 
{
	background: #efefe2 url('index/images/index-background.gif') repeat-x 0 0;
	color: #000;
	text-align:center;
}

#maincontainer
{
	margin: 0 auto;
	margin-top: 12px;
 	padding: 0;
	width: 800px;
	text-align:center;
}

h1 {
	background: url('index/images/index-logo.gif') no-repeat 50% 0;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 210px;
	width: 800px;
	text-align: center;
	position: absolute;
	*left: 18px;
}

.text {
	position: absolute;
	*left: 18px;
	top: 260px;
	width: 800px;
}

.hide {
	display:none;
}

.clear {
	clear: both;
}

#enter-buttons {
	*left: 18px;
	position: absolute;
	top: 375px;
	height: 282px;
	width: 800px;
}

#enter-buttons a {
	display: block;
	font-size: 23px;
	color: #fdc02c;
	text-decoration: none;
	line-height: 140%;
	padding-top: 100px;
	padding-bottom: 35px;
}

.name {
	text-transform: uppercase;
	color: #efefe2;
	font-size: 25px;
} 

#joburg {
	float: left;
	height: 282px;
	width: 400px;
	background: url('index/images/index-jonathan.jpg') no-repeat 0 0;	
	text-align: left;
}

#joburg a {
	padding-left: 150px;
}

#joburg p {
	margin-left: 150px;
	font-size: 13px;
	font-style: italic;
}

#durban {
	float: right;
	height: 282px;
	width: 400px;
	background: url('index/images/index-peter.jpg') no-repeat 100% 0;	
	text-align: right;
}

#durban a {
	padding-right: 150px;
}

#durban p {
	margin-right: 150px;
	font-size: 13px;
	font-style: italic;
}

#enter-buttons a:hover {
	color: #debf94;
}


