/* Stylesheet for anne-may.com */
/* Version 1.0 - 20081004 - Thomas De Groote */


/* Basic layout = static header and footer with scrollable contents */
/* Based on http://www.cssplay.co.uk/layouts/basics2.html */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background: url(images/bg.jpg) no-repeat center center;
}

#content { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	padding-left:0px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
}
#content_inner {
	margin-left:  32px;
	margin-right: 50px;
	text-align: justify;
}

#head {
	position:absolute; 
	margin:0; 
	top:0; 
	/* right:18px; */
	width:932px; 
	margin:auto;
	display:block; 
	/* width:100%;  */
	height:120px; 
	background:#fff; 
	font-size: 36px; 
	z-index:5; 
	color:#262262; 
	/* border-bottom:1px solid #000; */
	/* padding-left:  20px; */
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#foot {
	position:absolute; 
	margin:0; 
	bottom:-1px; 
	/* right:18px; */
	display:block; 
	width:932px;  /* was 100% */
	height:51px; 
	background:#fff; 
	color:#000; 
	text-align:right; 
	font-size:16px; 
	z-index:4; 
	border-top:0px solid #000;
}

.pad1 {
	display:block; 
	width:18px; 
	height:120px; 
	float:left;
}

.pad2 {
	display:block;
	height:130px; /* height to miss header and footer */
}
.pad3 {
	display:block;
	height:70px; /* height to miss header and footer */
}





#submenu1 {
	margin-top:  5px;
	margin-left:  30px;
	font-size:  15px;
	margin-bottom: 0px;
}
#submenu2 {
	margin-left:  175px;
	font-size:  12px;
}



/* Sub-items */
a	{
	text-decoration: none;
	color: #262262;
}

#head a:hover, #foot a:hover {
	 color:  #000000;
}


dl {
	margin-top: 0px;

}
dt {
	float: left;
	width:  80px;
	clear: left;
}
dd {
	margin-left: 80px;
}
#content_inner p {
	 margin-bottom: 0px;
}
#content_inner h1 {
	font-size: 12px;
	color:  #57b6dd;
	letter-spacing: 2px;
	margin-bottom: -12px;	
	padding-bottom: 0px;
}

.externallink {
	padding-right: 22px;
	background: #ffffff url(/images/exweb.gif) right center no-repeat;
	border: 0px;
	text-decoration: none;
	color: #57b6dd;
}

/* Stylesheet for anne-may.com */
/* Version 1.0 - 20081004 - Thomas De Groote */


/* Basic layout = static header and footer with scrollable contents */
/* Based on http://www.cssplay.co.uk/layouts/basics2.html */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background: url(images/bg.jpg) no-repeat center center;
}

#content { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	padding-left:0px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
}
#content_inner {
	margin-left:  32px;
	margin-right: 50px;
	text-align: justify;
}

#head {
	position:absolute; 
	margin:0; 
	top:0; 
	/* right:18px; */
	width:932px; 
	margin:auto;
	display:block; 
	/* width:100%;  */
	height:120px; 
	background:#fff; 
	font-size: 36px; 
	z-index:5; 
	color:#262262; 
	/* border-bottom:1px solid #000; */
	/* padding-left:  20px; */
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#foot {
	position:absolute; 
	margin:0; 
	bottom:-1px; 
	/* right:18px; */
	display:block; 
	width:932px;  /* was 100% */
	height:51px; 
	background:#fff; 
	color:#000; 
	text-align:right; 
	font-size:16px; 
	z-index:4; 
	border-top:0px solid #000;
}

.pad1 {
	display:block; 
	width:18px; 
	height:120px; 
	float:left;
}

.pad2 {
	display:block;
	height:130px; /* height to miss header and footer */
}
.pad3 {
	display:block;
	height:70px; /* height to miss header and footer */
}





#submenu1 {
	margin-top:  5px;
	margin-left:  30px;
	font-size:  15px;
	margin-bottom: 0px;
}
#submenu2 {
	margin-left:  175px;
	font-size:  12px;
}



/* Sub-items */
a	{
	font-weight: bold;
	text-decoration: none;
	color: #262262; /* was #262262 */
}
#head a:hover, #foot a:hover {
	 color:  #000000;
}

dl {
	margin-top: 0px;

}
dt {
	float: left;
	width:  80px;
	clear: left;
}
dd {
	margin-left: 80px;
}
#content_inner p {
	 margin-bottom: 0px;
}
#content_inner h1 {
	font-size: 12px;
	color:  #57b6dd;
	letter-spacing: 2px;
	margin-bottom: -12px;	
	padding-bottom: 0px;
}

.externallink {
	padding-right: 22px;
	background: #ffffff url(/images/exweb.gif) right center no-repeat;
	border: 0px;
	text-decoration: none;
	color: #57b6dd;
}
.externallink:hover {
	color: #262262;
	background: #ffffff url(/images/exwebhover.gif) right center no-repeat;
}