﻿body
{
}
#logo
{
    background-image: url(/Images/DorsetBridesLogo.jpg);
    background-repeat:no-repeat;
    background-position: center;
    width: 400px;
    height:223px;
}
.clear
{
    clear: both;
}
.sideimage
{
	width:200px;
	float:left;
	height:150px;
}

#topleft
{
    background-image: url(/Images/topleft.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top:25px;
}

#topright
{
    background-image: url(/Images/topright.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top:25px;
}

#midleft
{
    background-image: url(/Images/midleft.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top:25px;
}

#midright
{
    background-image: url(/Images/midright.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top:25px;
}

#bottomleft
{
    background-image: url(/Images/bottomleft.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top:25px;
}

#bottomright
{
    background-image: url(/Images/bottomright.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top:25px;
}

.textcontent
{
	width:390px;
	float:left;
	font-family:Arial;
	font-size: 14pt;
	height: 175px;
	padding-left: 5px;
	padding-right: 5px;
	color: Gray;
}
#address
{
    width: 100%;
    text-align: center;
}