
div#wrapper {
	width:800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px dotted #000000;
    border-right: 1px dotted #000000;
    border-bottom: 1px dotted #000000; 
    text-align:left;
    height: 613px;
    * height: 610px; /* IE Fix */
}

.pic, a.pic, a.pic img {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    filter: Alpha(opacity=20); /* IE */
    -moz-opacity: 0.5; /* Mozilla */
}

a.pic:hover, a.pic:hover img {
    filter: Alpha(opacity=90);
    -moz-opacity: 1.0;
} 

div#homeportraitswrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 550px;
    overflow: hidden;
}

div#homeportraits {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 473px;
}

div#homesearchbox {
    background-image: url(images/homediv_bg.png);
    left: 50%;
    margin-left: -160px;
    width: 320px;
    height: 270px;
    top: 175px;
    position: absolute;


    color: #fcfcfc;
    padding-left:50px;
}

div#homesearchbox label {
	display: block;
	width: 100px;
	padding-top: .2em;
	padding-left: 2em;
	text-align: right;
}


div#hometextbox {
    left: 10px;
    width: 480px;
    height: 70px;
    top: 150px;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: white;
    font-style: normal;
    text-decoration: none;
    text-align: justify;

}

#innerpage {
	margin:0 0px;
}

