html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
laura {
width: 326 px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000000;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}



/** Body **/
html, body {
        width: 100%;
        margin: 0 auto;
        }

#wrapper1 { /* wrapper around all content */
        width: 900px;
        height: 700px;
        margin: 0 auto;
        position: relative;
        }
        
#leftcol { /* left column */
        width: 270px;
        height: 400px;
        left: 0;
		top: 5px;
        position: relative;
        height: 500px;
        }
        
#header {
        background: top center url(../images/logo.jpg) no-repeat;
        height: 80px;
        position:relative;
        }
        
#leftcol object {
        position: absolute;
        right: 0px;
        top: 80px;
        width: 252px;
        height: 285px;
        background-repeat: no-repeat;
        /* z-index: 1; */
        }
#leftcol2 object {
        position: absolute;
        right: 0px;
        top: 80px;
        width: 252px;
        height: 285px;
        background-repeat: no-repeat;
        /* z-index: 1; */
        }		

#redbox {
        background-image: url('../images/nav_bot2.jpg');
        background-repeat: no-repeat;
        top: 365px;
        right: 9px;
        text-align: left;
        width: 217px;
        height: 140px;
        position: absolute;
	z-index: 2;
        }
#redbox li a:link{
        font-family: times;
        font-style: italic;
        color: #ffffff;
        font-size: 12pt;
        text-decoration: none;
        }
#redbox li a:visited{
        font-family: times;
        font-style: italic;
        color: #000000;
        font-size: 12pt;
        }
        
#redbox li a:hover{
        font-family: times;
        font-style: italic;
        color: yellow;
        font-size: 12pt;
        text-decoration: none;
        }
                
#rightcol { /* right column */
        width: 400px;
        height: 400px;
        top: 85px;
        left: 270px;
        position: absolute;
        height: 450px;
        }

#nav2 {
        position: absolute;
        right: 0px;
        top: 85px;
        width: 252px;
        height: 292px;
        background: url('../images/pic_12.jpg');
        background-repeat: no-repeat;
        z-index: 1;
        }
        

#content {
        background: #E8E7DA bottom right url(../images/body_bottom_right.jpg) no-repeat;
        width: 462px;
        margin-right: 0px;
        min-height: 278px;
        position: relative;
        margin-top: 0;
        }

#content .main, #content .main2 {
        float: right;
        width: 250px;
        margin-top: 14px;
        padding-right: 28px;
        }       

#content .main {
        padding-bottom: 1em;
        border-bottom: 1px solid #D6D3BA;
        }

#content .main p, #content .main2 p {
        margin: 0em 1em 0 0;
        }

#content .main2 .right {
        margin-left: 18px;
        }

#content .main .clear, #content .main2 .clear {
        height: 20px;
        margin-bottom: -10px;
        }

#beauty {
        float: right;
        width: 134px;
        border-left: 1px solid #D6D3BA;
        padding: 12px;
        background: top right url(../images/bogy_top_right.jpg) no-repeat;
        }

#beauty span {
        float: left;
        width: 12px;
        font-size: 9px;
        clear: both;
        margin-top: 3px;
        }

#beauty p {
        float: left;
        width: 110px;
        margin: 0 0 0.6em 0;
        padding: 0 0 0 1em;
        line-height: 1.3;
        }

#  .clear {
        height: 10px;
        }

h2 {
        font: italic 22px "Times new roman", serif;
        color: #991111;
        margin: 0 0 0.5em 0;
        }

/** Footer **/

.footer {
        position: relative;
        top: 135px;
        right:110px;
        color: #fff; /* color: #E8E7DA; */
        margin: 2px 0 0 275px;
        }
        
        
a.footerlink:link, a.footerlink:visited{
        font-family: times;
        font-style: italic;
        color: #991111;
        font-size: 12pt;
        }

#privacy {
        position: absolute;
        right: 8px;
        width: 148px;
        padding: 4px 0;
        text-align: center;
        background: #E8E7DA bottom left url(../images/footer_tab.jpg) no-repeat;
        }

#privacy a {
        color: #000;
        font-weight: normal;
        }