@charset "utf-8";
body { margin:0; padding:0; border:0; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFF; font-size:10px; background-color:#000; }
img { border:0;}
li {list-style:disc;}
a:link { color:#fbc9c9; text-decoration:none; font-weight:bold; }
a:active { color:#fbc9c9; text-decoration:none; font-weight:bold; }
a:hover { color:#FF6699; text-decoration:none; font-weight:bold; }
a:visited { color:#fbc9c9; text-decoration:none; font-weight:bold; }

/* BASIC */
#mistress { position:relative; margin-left:auto; margin-right:auto; width:880px; height:100%; text-align:left;}
#mohini { position:absolute; top:50%; margin-top:100px; width:880px; height:456px; background-color:#000; background:url(img/bg_base.gif) no-repeat;}
#mohini-sx { width:319px; height:386px; background:url(img/bg_sx.jpg) no-repeat; float:left; }
#mohini-dx { width:561px; height:386px; background:url(img/bg_dx.jpg) no-repeat; float:left; }
#mohini-footer { widht:880px; height:79px; background:url(img/bg_footer.jpg) no-repeat; clear:both; }
#menu { width:561px; height:29px; margin-top:12px;}

/* MENU */
.home { width:55px; height:29px; background-image:url(img/mn-home-off.jpg); float:left;}
.home a { width:100%; height:100%; display:block;}
.home a:hover { background-image:url(img/mn-home-on.jpg);}
.bio { width:94px; height:29px; background-image:url(img/mn-bio-off.jpg); float:left;}
.bio a { width:100%; height:100%; display:block;}
.bio a:hover { background-image:url(img/mn-bio-on.jpg);}
.spec { width:95px; height:29px; background-image:url(img/mn-spec-off.jpg); float:left; margin-left:38px;}
.spec a { width:100%; height:100%; display:block;}
.spec a:hover { background-image:url(img/mn-spec-on.jpg);}
.gallery { width:72px; height:29px; background-image:url(img/mn-gallery-off.jpg); float:left;}
.gallery a { width:100%; height:100%; display:block;}
.gallery a:hover { background-image:url(img/mn-gallery-on.jpg);}
.links { width:55px; height:29px; background-image:url(img/mn-links-off.jpg); float:left;}
.links a { width:100%; height:100%; display:block;}
.links a:hover { background-image:url(img/mn-links-on.jpg);}
.contact { width:80px; height:29px; background-image:url(img/mn-contact-off.jpg); float:left;}
.contact a { width:100%; height:100%; display:block;}
.contact a:hover { background-image:url(img/mn-contact-on.jpg);}

/* CONTENT */
#index { position:relative; margin-left:auto; margin-right:auto; margin-top:100px; width:400px; height:auto; }
#text { width:430px; height:310px; margin-top:35px; margin-left:20px; overflow:auto; }
#footer-content { margin-left:490px; padding-top:50px; font-size:9px}
.thumbs { border:1px solid #fbc9c9; margin:5px;}
.photos {margin: 0 42px 0 42px; }
.ornament { margin-left:160px; margin-bottom:20px; display:block;}
#img-home { margin-top:10px; margin-left:10px; }

/* CONTACT TABLE */
fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:380px; font:10px; color:#fbc9c9; padding:3px; margin:1px 0; border:1px solid #444; background-color:#111;}
input.submit { padding:2px 5px; font:10px; }
