body{
background-color:#000000;
padding:0;
margin: auto;
}

img {
border-color:#000000;
border-width:1px;
}

a:hover img {
border-color:#b22f35;
border-width:1px;
}

#wrapper {
width:1000px;
margin:auto;
}

#left {
float: left;
width:75px;
padding:0px;
}

#centre {
float:left;
width:800px;
padding:0px;
}

#right {
float:left;
width:75px;
padding-left:5px;
}

#masthead {
height:146px;
padding:0;
margin:auto;
overflow:visible;
background:url(WholePackage_header.jpg) no-repeat;
}

#main_nav {
list-style: none;
margin: 0;
padding: 0;
padding-top:100px;
padding-left:6px;
}

#main_nav li {
float: left;
padding-left:15px;
height:26px;
}

#main_nav li a {
text-indent: -9999px;
overflow: hidden;
display: block;
height: 26px;
}

#main_nav a:hover {
float:left;
background-position:0 -26px;;
}

#weddings { background: url(weddings.gif); width: 84px; }
#weddings.active { background: url(weddings.gif) 0 -26px; }

#travels { background: url(travels.gif); width: 62px; }
#travels.active { background: url(travels.gif) 0 -26px; }

#portraits { background: url(portraits.gif); width: 79px; }
#portraits.active { background: url(portraits.gif) 0 -26px; }

#horseracing { background: url(horseracing.gif); width: 116px; }
#horseracing.active { background: url(horseracing.gif) 0 -26px; }

#bands { background: url(bands.gif); width: 53px; }
#bands.active { background: url(bands.gif) 0 -26px; }

#profile { background: url(profile.gif); width: 56px; }
#profile.active { background: url(profile.gif) 0 -26px; }

#prices { background: url(prices.gif); width: 50px; }
#prices.active { background: url(prices.gif) 0 -26px; }

#contact { background: url(contact.gif); width: 70px; }
#contact.active { background: url(contact.gif) 0 -26px; }

#links{ background: url(links.gif); width: 50px; }
#links.active { background: url(links.gif) 0 -26px; }

p {
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
font-size:100%;
padding-left:15px;
padding-right:30px;
margin-bottom:0px;
padding-bottom:0px;
text-align:justify;
}

h1 {
font-size:110%;
color:#FFFFFF;
font-variant:small-caps;
}

h2 {
font-size:100%;
color:#FFFFFF;
font-style:oblique;
padding-bottom:0px;
margin-bottom:0px;
}

hr {
color:#b22f35;
background-color:#b22f35;
}

a {
text-decoration:none;
color:#b22f35;
}

a:hover {
text-decoration:underline;
color:#b22f35;
}

a:visited {
color:#FFFFFF;
}

#thumbnails {
float:none;
width:760px;
padding-left:30px;
margin:auto;
text-align:center;
padding-bottom:10px;
}

.landscape_row {
float:left;
}

.landscape_row div {
width: 187px;
height: 110px;
float:left;
text-align:center;
}

.portrait_row {
float:left;
}

.portrait_row div {
width: 150px;
height: 140px;
float:left;
text-align:center;
padding-bottom:30px;
}

#footer {
margin:0 auto;
}

#footer p{
font-size:0.8em;
color:#FFFFFF;
text-align:right;
}

#footer a{
color:#0000FF;
}

a:visited {
color:#FFFFFF;
}

a:hover {
color:#FFFFFF;
}

.separatorinvisible {
clear:both;
height:0px;
}

/*==========================Used on individual Pages========================*/
.profile_img {
width:210px;
float:left;
padding-top:15px;
}

.text {
width:550px;
float:right;
padding:0;
padding-top:15px;
}

#links_header {
color:#B22F35;
font-weight:bold;
font-size:22px;
text-align:left;
}

#links_text {
border-top:#FFFFFF thin solid;
border-bottom:#FFFFFF medium solid;
padding-top:5px;
padding-bottom:15px;
}

/*========================Styling the contact form=======================*/
.contact_text {
margin:0;
padding:0;
text-align:center;
}

.cssform p{
width: 300px;
clear: right;
float:right;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
float: left;
margin-left: -125px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}