/*
CSS for Nicky's B & B
*/

body {
text-align: center;
background: #333333;
}


#containerindex {
margin: auto;
width: 700px;
height: 520px;
border: 5px solid #ffffff;
text-align: left;
}

#headerindex {
height: 60px;
}

h1 {
text-indent: -9999px;
font-size: 18px;
color: #FFFFFF;
}

#navindex {
color: #333333;
width: 700px;
height: 319px;
background-image: url(images/foto1.jpg);
background-repeat: no-repeat;
}

#mainindex {
color: #333333;
width: 700px;
height: 81px;
background-image: url(images/foto2.jpg);
background-repeat: no-repeat;
}

#footerindex {
width: 700px;
height: 60px;
}

p.fotoindex1 {
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding-left: 310px;
padding-top: 270px;
}

p.fotoindex2 {
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding-left: 185px;
padding-top: 30px;
}


#container {
background-color: #333333;
margin: auto;
width: 650px;
height: 640px;
border: 5px solid #ffffff;
text-align: left;
}

#header {
width: 650px;
height: 73px;
}

#banner {
width: 650px;
height: 125px;
background-color: #333333;
background-image: url(images/banner.jpg);
}

#nav {
width: 650px;
height: 30px;
padding-top: 5px;
}

#main {
width: 650px;
height: 369px;
}

#footer {
width: 650px;
height: 30px;
}

#footer img {
border: 1px solid white;
margin-left: 5px;
}

#polaroid {
width: 275px;
height: 372px;
margin-left: -75px;
}

#text {
margin-top: -369px;
width: 400px;
height: 369px;
float: right;
color: #CCCCCC;
font-family: "Myriad Pro", arial, sans-serif;
text-align: left;
}

a {
font-family: "Myriad Pro", arial, sans-serif;
font-size: 20px;
color:	#666666;
text-decoration: none;
border: none;
}

a:hover {
color: #FFFFFF;
}

#containerindex a:hover {
color: #ff6699;
}

#nav ul {
margin: 0;
padding-right: 5px;
list-style-type: none;
float: right;
}

#nav li {
display: inline;
padding-left: 10px;
}


