/* Esperance Lotteries House Global Style */


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	p {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
/* Contains Page */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}


/* Contains image and logo */

#container #header {
	background-color: #039BC0;
	color: #F0F5FF;
	height: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: repeat;
}

#container #header img {
	float: left;

}
#container #header #logo {
	float: right;
	width: 400px;
	margin-right: 2em;
	margin-top: 3em;
}

#container #header #logo h1 {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-align: right;
	font-size: 2.5em;
	font-weight: normal;
}

/* Contains top navigation table and main content*/

#container #main {
	clear: both;
	height: inherit;
	}
	
/* Top Nav Table */

#container #main #topnav {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}

#container #main #topnav table {
	width: 225px;
	margin-left: 0px;
	padding-left: 0px;
}
#container #main #topnav td {
	border: 2px solid #DFDFDF;
	padding: 0.1em 0.1em 0.1em 0.2em;
	margin: 0.3em;
	text-align: left;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.arrow {
	font-weight: bold;
	color: #666666;
	background-color: #BCBCBC;
	text-align: justify;
}	

#container #main #topnav #menu2 p {
	color: #808080;
	background-color: #FFFFFF;
}
#container #main #topnav #menu2 #contact {
	border: 1px solid #0092bb;
	width: 210px;
	margin-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}
#container #main #topnav #menu2 #contact h4 {
	font-size: 0.9em;
	margin-bottom: -0.5em;
	padding-bottom: 0.1em;
	color: #FFFFFF;
	background-color: #039BC0;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-left: 0.4em;
	margin-top: 0px;
}

/* Top Nav Table Links */

#container #main #topnav a {
	text-decoration: none;
}
#container #main #topnav a:hover {
	color: #000000;
}
#container #main #topnav td:hover {
	background-color: #E4E4E4;
}
	
/* Main Content */


#container #main #content1 {
	background-color: #FBFBFB;
	float: right;
	width: 555px;
	margin-top: 0.3em;
	padding: 0.5em 0.5em 0em;
	margin-bottom: 1em;
}	
	
#container #main #content1 h1 {
	color: #0092bb;
	font-size: 1.2em;
	background-color: #FBFBFB;
	margin-bottom: -0.5em;
}

#container #main #content1 h2,h3,h4,h5,h6 {
	color: #0092bb;
	font-size: 1em;
	background-color: #FBFBFB;
	margin-bottom: -0.5em;
}

/* unumbered Lists */

#container #main #content1 ul {
	font-size: 0.8em;
}
#container #main #content1 li {
	line-height: 1.5em;
}
#container #main #content1 a {
	text-decoration: none;
}
#container #main #content1 a:hover {
	text-decoration: underline;
}


/* copyright and Site Info */

#container #footer {
	background-color: #039BC0;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding: 0.2em;
	clear: both;
}
#container #row #rowtitle {
	margin-bottom: 1em;
	font-size: 0.8em;
	margin-left: 3em;
}



#container #footer a {
	color: #FFFFFF;
	background-color: #0092bb;
	text-decoration: none;
}
#container #footer a:hover {
	text-decoration: underline;
}

#container #main #content1 table {
	width: 100%;
	font-size: 0.9em;
}
#container #main #topnav #menu2 #contact p {
	padding-left: 0.3em;
}

.photo {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #039BC0;
}
#container #main #content1 img {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.right {
	float: right;
	margin-right: 1em;
}
