/* CSS Document */

body{
background-color: #000000;
height: 100%;
}
a:link{
	color: #666666;
	text-decoration:none;
}
a:visited{
	color: #999999;
	text-decoration:none;
}
a:hover{
	color: #f93c9e;
}
a:active{
	color:#f93c9e;
}
img{
border-style: none;
}

.HeaderWrapper {
margin: 0 auto;
margin-top: 25px;
text-align:center;
width: 742px;
height: 66px;
background-color: #2c2c2c;
border-color: #e3e3e3;
border-style: solid;
border-width: 1px 1px 0px 1px;
}
#mainHeader{
	text-align: center;
	margin-top: 20px;
}
#mainBody{
	margin-top: 30px;
}
#wrapper {
margin: 0 auto;
width: 742px;
height: 560px;
background-color: #2c2c2c;
border-color: #e3e3e3;
border-width: 0px 1px 0px 1px;
border-style: solid;
}
#mainWrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -6em;
width: 750px;
background-color: #000000;

}
#mainFooter{
	margin-top: 2em;
	text-align: center;
	color: #999999;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #444444;
}
#push{
	height: 2em;
}
#logo{
width: 200px;
float: left;
text-align:left;
height: 66px; 
margin-left: 17px;
padding-top: 4px;
}

#links{
width: 445px;
float: right;
text-align: right;
height: 66px;
padding:4px;
padding-left: 0px;
margin-right: 13px;
}

img.links{
padding-top: 2px;
padding-right:9px;
padding-left: 9px;
padding-bottom: 0px;
filter:alpha(opacity=50);
opacity:.5;
-moz-opacity:.5;
}

a:hover img.links{
 filter:alpha(opacity=100);
 opacity:1;
 -moz-opacity:1;
}

#fullsize{
float: left;
padding: 4px;
border-color:#999999;
border-style:double;
border-width:4px;
height:500px;
width:333px;
margin-left:20px;
margin-top: 10px;
margin-bottom: 20px;
}
img.fullsize{
    background-image:url("http://www.sashademaria.com/images/bgloading.gif");
    background-repeat:no-repeat;
    background-position: center center;
}

#thumbs{
text-align:center;
float: right;
padding:4px;
border-style: dashed;
border-width: 1px;
border-color:#999999;
width:295px;
height:504px;
margin-right:20px;
margin-top: 10px;
background-color:#333333;
overflow: auto;
}


img.thumbs{
margin-top: 6px;
margin-right:16px;
margin-left: 16px;
margin-bottom: 0px;
border-color: white;
border-style: solid;
border-width: 1px;
filter:alpha(opacity=100);
opacity:1;
-moz-opacity:1;

}

a:hover img.thumbs{
filter:alpha(opacity=50);
opacity:.5;
-moz-opacity:.5;
}

#footer{
text-align:center;
color: #4c4c4c;
font-size: 10pt;
padding-top: 10px;
padding-bottom: 20px;
margin: 0 auto;
width: 742px;
height: 16px;
background-color: #000000;
border-color: #e3e3e3;
border-width: 1px 0px 0px 0px;
border-style: solid;
}
