* {
	margin: 0;
	padding: 0;
}
BODY {
	background-color: #999999;
	margin-top: 17px;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #343434;
}

/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
body { overflow: -moz-scrollbars-vertical; }

DIV#container {
	width: 965px;
}

DIV#header {
	padding-bottom: 10px;
	border-bottom: 1px solid White;
}

DIV#ehead {
	margin-top: 10px;
	float: right;
	font-weight:bold;
}

DIV#nav{
	margin-right: 10px;
	margin-top: 10px;
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #343434;
}
#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: White; /* #fdfe34; */
	text-decoration: none;
}
#index_page #header #Welcome:link, #index_page #header #Welcome:visited {color: White;}
#Links_page #header #Links:link, #Links_page #header #Links:visited {color: White;}
#contact_page #header #Contact:link, #contact_page #header #Contact:visited {color: White;}
#sitemap_page #footer #sitemap:link, #sitemap_page #footer #sitemap:visited {color: White;}

/* for page.php */
#all_page #header #actTop:link, #all_page #header #actTop:visited  {color: White;}
#all_page #secondNav #actSec:link, #all_page #secondNav #actSec:visited {color: White;}

DIV#second {
	margin-top: 12px;
}
DIV#nextprev {
	float: right;
	color: Silver;
}

DIV#secondNav {
	/*margin-top: 12px;*/
}

#secondNav a:link, #secondNav a:visited, #nextprev a:link, #nextprev a:visited {
	text-decoration:none;
	color: #343434;
}
#secondNav a:hover, #secondNav a:active, #nextprev a:hover, #nextprev a:active {
	color: White; /* #fdfe34; */
	text-decoration: none;
}

#secondNav a:link, #secondNav a:visited, #secondNav a:hover, #secondNav a:active {
	font-weight: bold;
}

#Barcelona_page #secondNav #Barcelona:link, #Barcelona_page #secondNav #Barcelona:visited {color: White;}
#Family_page #secondNav #Family:link, #Family_page #secondNav #Family:visited {color: White;}
#Circus_page #secondNav #Circus:link, #Circus_page #secondNav #Circus:visited {color: White;}
#Places_page #secondNav #Places:link, #Places_page #secondNav #Places:visited {color: White;}
#Occasions_page #secondNav #Occasions:link, #Occasions_page #secondNav #Occasions:visited {color: White;}


DIV#sitename H1 {
	text-indent: -100em;
	overflow: hidden;
	background: url(images/debby_besford_photography.gif) no-repeat;
	height: 46px;
	width: 606px;
}

.navDot {
	color: Silver;
	font-weight: 900;
	margin-left: 5px;
	margin-right: 5px;
}

DIV#midBand {
	/*margin-top: 45px;*/
	margin-top: 15px;
}

DIV#photograph {
	float: right;
}
DIV#photograph IMG {
	border: 1px solid White;
	margin-bottom: 15px;
}

DIV#thumbnails {
	float: right;
	width: 430px;
	margin-bottom: 15px;	
}

DIV#thumbnails IMG {
	border: 2px solid white;
}

DIV#midBandContent {
	width: 440px;
	padding-bottom: 2em;
}

DIV#footer {
	clear: both;
	border-top: 1px solid White;
	padding-bottom: 10px;
}
DIV#copyright {
	padding-top: 10px;
}
DIV#footerlinks {
	float: right;
	padding-top: 10px;	
}

UL {
	margin-left: 1.5em;
}

P, UL, H4 {
	margin-bottom: 1em;
}

H2 {
	font-size: 2em;
	color: White; /* #fdfe34; */
	font-weight: normal;
	/* text-transform : lowercase; */
	margin-bottom: 0.5em;
}

H3 {
	font-size: 1em;
	font-weight: bold;
}

H4 {
	color: Yellow; /* #fdfe34; */
	font-size: 1.3em;
}

.inbox {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	color: Black;
	margin-bottom: 10px;
	padding: 3px;
}
.inarea {
	height: 6em;
	font-size: 1em;
}
LABEL {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-top: 3px;
	clear: left;
}

A {
	color: #343434;
	text-decoration: underline;
}

A:hover {
	text-decoration: underline;
	color: White; /*#fdfe34; */
}

DIV#titleplace {
	font-weight: bold;
	color: White;
}

.reqd {
	color: Red;
}