body {
margin-top: 10px;
margin-left: 25px;
background-color: #FCF0F7;
}

#demo{
font-size: 18px;
}

#vid{
margin-left:150px;
margin-top:5px;
}

#container {
width: 900px;
padding-bottom: 5px;
padding-left: 40px;
border: 1px solid #b47f8d;
background-color: #ffffff;
}

#backgroundimage {
width: 548px;
margin-left: 252px;
padding-right:10px;
margin-top: 5px;
margin-bottom:10px;
border: 1px solid #e4d1d6;
background-image: url(images/background.jpg);
background-repeat: auto;
}

#bodytext {
font-family: Tahoma, Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: center;
color: #0D0D0D;
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
margin-bottom: 205px;
}

#bluehorizonhosting {
font-family: Tahoma, Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: right;
color: #0D0D0D;
}

#contactform {
font-family: Tahoma, Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: center;
color: #0D0D0D;
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
margin-bottom: 20px;
}

#title{
color: #3CA4D4;
font-size: 14px;
font-weight: bold;
}

#navbar {
font-family:  Freestyle Script, Times New Roman, Serif;
font-size: 26pt;
font-weight: bold;
color: #0D0D0D;
margin-top: 5px;
margin-left: 30px;
}

#filmstripindex {
width: 254px;
height: 485px;
background-image: url(images/filmstrip.jpg);
background-repeat: no-repeat;
float: left;
}

#filmstripwed {
width: 254px;
height: 485px;
background-image: url(images/filmstrip3.jpg);
background-repeat: no-repeat;
float: left;
}

#filmstripeve {
width: 254px;
height: 485px;
background-image: url(images/filmstrip2.jpg);
background-repeat: no-repeat;
float: left;
}

#filmstripoth {
width: 254px;
height: 485px;
background-image: url(images/filmstrip1.jpg);
background-repeat: no-repeat;
float: left;
}



/*SPECIAL TEXT VALUES */

a:link{ 
color:#3ca4d4;
}
a:hover{
color:#011D3E;
}
a:active{
color:#3ca4d4;
}
a:visited{
color:#3ca4d4;
}
a{
font-weight: bold;
}

ul {
list-style-type: square;
text-align: left;
margin-left: 100px;
}