/*This is the main css sheet for my site*/


html{
height: 100%;
}

body {
background: url("/Images/Backgrounds/website_background3.jpg")  top center no-repeat fixed;
background-color:#000;
color: #fff;
font-family: Arial, Verdana, Times, "Book Antiqua", sans-serif;
font-size: 1em;
margin: 0;
padding-bottom: 80px;
height: 100%;
}

p {
font-size: 0.9em;
text-align: left;
line-height: 1.7em;
}

h1 {
font-size: 1.2em;
text-align: center;
font-style: italic;
font-weight: bold;
letter-spacing: 3px;
color: #000000;
}
   
h2 {
font-size: 1.1em;
text-decoration: underline;
color: #000000;
}

#header {
width: 800px;
margin: auto;
}

	#header a img{
	border:none;
	}

#style-switcher{
float: right;
}

#content {
position: relative;
z-index: 1;
width: 800px;
margin: 0 auto;
min-height: 100%;
}

#main-text {
height:440px;
color:#000;
letter-spacing: 2px;
font-size: 1.1em;
padding: 30px 50px 5px 50px;
margin-top: 0px;
float: right;
width: 390px;
font-weight: bold;
}

#main-text span{
color: #3a1;
font-size: 1.4em;
}

#gallery{
padding-left: 70px;
position: relative;
}

#gallery-wrap{
overflow: hidden;
}

#aboutcaption {
background:none
width: 800px;
text-align: center;
margin: 0 auto;
padding: 10px;
}

#links-to-gallery{
float: left;
position: relative;
margin: 30px 0px 0px 0px;
}

#links-to-gallery a, 
#links-to-gallery a img{
margin:10px 10px 10px 10px;
position:absolute;
border:none;
}
 
#links-to-wessex{
margin:120px 10px 10px 10px;
position: relative;
}

#links-to-wessex a img{
border: none;
margin: 0px auto;
}

#links-to-gallery p,
#links-to-wessex p{
font-weight: bold;
text-align: center;
color: #000;
margin-top: 0px;
margin-left: 30px;
}

#footer {
clear: both;
font-size: 0.7em;
font-weight: bold;
text-align: center;
position: relative;
margin: 0px auto 0;
width: 100%;
}

#footer a{
color: #fff;
text-decoration: none;
}

#footer a:visited{
color:#229900;
}

#banner{
height: 200px;
width: 800px;
background: transparent;
}

#gallery-navigation {
text-align: center;
margin-bottom: 30px;
margin-top: 10px;
font-weight: bold;
font-size: 1.1 em;
}

#gallery-navigation a{
text-decoration: none;
color: #fff;
}

#gallery-navigation a:visited{
color:#555;
}