/* CSS Document */

* {
    margin: 0;
    padding: 0; 
    font-family: Verdana;
}

body img {
    float: left;
}

#header {
    margin: 0 0 0 220px;
    padding: 60px 0 10px 0;
    background-color: #FFF;
}

.redHdr {
    color: #B10200; 
    font-size: 30px;
}

.greyHdr {
    color: #878787;
    font-size: 20px;
}

#nav {
    float: left;
    background: #FFF url('images/banner.jpg') no-repeat;
    color: #FFF;
    height: 36px;
    width: 695px;
    margin: 35px 0 10px 0;
    padding: 0 0 40px 0;
    font-variant: small-caps;
    font-size: 12px;
    text-align: center;
    border-style: solid;
    border-color: #FFB777;
    border-width: 0 0 1px 0;
    
}
#nav a {
    text-decoration: none;
    color: #FFF;
}

#nav a:hover {
    color: #CFCFCF;
}

.navText {
    float: left;
    margin: 9px 0 0 0;
    width: 114px;
    border-style: solid;
    border-color: #FFF;
    border-width: 0 1px 0 0;
}

.navTextLast {
    float: left;
    margin: 9px 0 0 0;
    width: 114px;
    text-align: center;
}

#outerContainer {
    background-color: #FFF;
    width: 700px;
    margin: 0 0 0 200px;
}

#content {
	float: left;
	background-color: #FFF;
	width: 455px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB777;
	border-right-color: #FFB777;
	border-bottom-color: #FFB777;
	border-left-color: #FFB777;
	padding-left: 10px;
}

#content p {
    font-size: 12px;
    text-align: justify;
    padding: 0 10px 5px 0;
}

#content h4 {
    padding: 0 5px 0 5px;
}

.leftImg {
    margin: 0 15px 0 0px;
    padding: 5px;
    border-style: solid;
    border-color: #B10200;
    border-width: 1px;
}

.rightImg {
    float: right;
    margin: 10px 10px 5px 15px;
    padding: 5px;
    border-style: solid;
    border-color: #B10200;
    border-width: 1px;
}

.pLow {
    border-style: solid;
    border-color: #FFB777;
    border-width: 0 0 1px 0;
}

#rightAd {
    float: left;
    margin: 0 0 5px 20px;
    padding: 5px 5px 5px 5px;
    background-image: url(images/gallerysidebar.gif);
    height: 451px;
    width: 193px;
    text-align: right;
}

#rightAd ul {
	list-style: none inside;
	width 125 px;
	margin: 0;
}

#rightAd ul li {
	height 151 px;
	float: left;
	background: url(images/gallery-sample.jpg);
	margin-top: 137px;
	margin-left: 34px;
	
}

#rightAd ul li a {
	float: left;
	height 151 px;
	margin-bottom: 0;
	margin-left: 0;
}

#rightAd ul li a img {
	border: 0;
}

.adTextL {
    font-size: 16px;
    color: #FFF;
    margin: 340px 30px 0 0;
}

.adTextS {
    font-size: 14px;
    color: #CFCFCF;
    margin-right: 30px;
}

.smallHdrBottomL {
    float: left;
    background: #FFF url('images/greysmallheader.jpg') no-repeat;
    color: #B10200;
    width: 130px;
    font-size: 12px;
    text-decoration: underline;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 10px;
}

.smallHdrBottomR {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    margin: 10px 5px 0 0;
    padding: 5px 0 5px 10px;
    background: #FFF url('images/greylargeheader.jpg') no-repeat;
    color: #B10200;
    width: 270px;
}

.smallTextBottomL {
    float: left;
    font-size: 9px;
    margin: -1px 0 0 0;
    background: #FFF url('images/greysmallbody.jpg') repeat-y;
    color: #4F4F4F;
    width: 130px;
    text-align: justify;
}

.smallTextBottomR {
    float: right;
    background: #FFF url('images/greylargebody.jpg') repeat-y;
    color: #4F4F4F;
    width: 270px;
    font-size: 9px;
    margin: -1px 5px 0 0;
    text-align: justify;
    
}

.smallTextFtrL {
    clear: both;
    float: left;
    background: #FFF url('images/greysmallfooter.jpg');
    width: 130px;
}

.smallTextFtrR {
    float: right;
    background: #FFF url('images/greylargefooter.jpg');
    width: 270px;
    margin: -1px 5px 0 0;
}

#Footer {
    clear: both;
    text-align: center;
    color: #4F4F4F;
    text-transform: capitalize;
    font-size: 10px;
    padding: 10px 0 0 0;
    border-style: solid;
    border-color: #FFB777;
    border-width: 1px 0 0 0;
}
