@charset "utf-8";

* { margin:0px; padding:0px; }

body {
    background:url(../images/bgHalftone.png) repeat-x fixed bottom center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; color:black; font-weight:bold;
}

img { border:0px; }

a { text-decoration:none; color:black; outline:none; }
a:hover { text-decoration:underline; }
a:active { color:maroon; }

#danPanosian {
	position:absolute; left:60px; top:80%; width:587px; height:70px;
}

ul#bubbleMenu {
	position:absolute; left:452px; top:50%; width:108px; height:204px; display:none;
	background:url(../images/bgBubble.gif);
	list-style:none; padding:20px 50px 0px 50px;
}
#bubbleMenu li {
	height:20px; margin-bottom:4px;
	background-image:url(../images/spriteMenu.gif);
}
#bubbleMenu li:hover { cursor:pointer; }
#menuHome { background-position:0px 0px }
#menuHome:hover, #menuHomeActive { background-position:-119px 0px }
#menuComicBooks { background-position:0px -23px }
#menuComicBooks:hover, #menuComicBooksActive { background-position:-119px -23px }
#menuAdvertising { background-position:0px -46px }
#menuAdvertising:hover, #menuAdvertisingActive { background-position:-119px -46px }
#menuStoryboards { background-position:0px -69px }
#menuStoryboards:hover, #menuStoryboardsActive { background-position:-119px -69px }
#menuContact { background-position:0px -92px }
#menuContact:hover, #menuContactActive { background-position:-119px -92px }
#menuAbout { background-position:0px -115px }
#menuAbout:hover, #menuAboutActive { background-position:-119px -115px }

/*
#aboutContent {
	margin:50px 0px 0px 70px; width:420px;
}
#aboutContent h1 { font-size:10pt; color:#CC7C27; }

#aboutContent2 {
	position:absolute; left:70px; top:50px; width:420px; height:490px;
}
#aboutContent2 h1 { font-size:10pt; color:#CC7C27; }
*/

#aboutContent {
	position:absolute; left:70px; top:50px; width:420px; height:490px; padding-right:200px; overflow:auto;
}
#aboutContent h1 { font-size:10pt; color:#CC7C27; }

#contactContent {
	position:absolute; left:70px; top:50px; width:420px; height:490px; padding-right:200px; overflow:auto;
}
#contactContent h1 { font-size:10pt; color:#CC7C27; }
#contactContent p { margin:20px; font-size:12pt; font-weight:normal; color:#999; }

#galleryContent {
	margin-left:70px; margin-top:50px; width:360px; height:100px; overflow:hidden;
}
#gallerySubcontent { width:390px; }
#gallerySubcontent img { width:40px; height:40px; margin:0px 23px 23px 0px; background-color:#CC7C27; }
#galleryMenu { margin-left:70px; width:360px; display:none; }
#galleryPrev { margin:3px; float:right; width:35px; height:16px; background:url(../images/spritePrev.gif); }
#galleryPrev:hover { background-position:0px 15px; cursor:pointer; }
#galleryNext {  margin:3px; float:right; width:35px; height:16px; background:url(../images/spriteNext.gif); }
#galleryNext:hover { background-position:0px 15px; cursor:pointer; }