/* ALICIA THOMPSON PHOTOGRAPHY */

html {
   width:100%;
	height:100%;
}

body {
   background-color:#333333;
   margin:0px;
   font-family: "Courier New", Courier, mono;
   font-size: 0.9em; 
   line-height:110%;
   color: #FFFFFF;
   width:100%;
   height:100%;
   /* scrollbar-base-color :#666666;
   scrollbar-track-color:#CC0000;
   scrollbar-face-color:#00CC00; */
}

a:hover {  
	text-decoration: underline;
}

h2 {
   font-size:1.1em;
   margin:1.5em;
}

h3 {
   font-size:1em;
   margin-bottom:-1em;
   text-align:center;
 }

p {
    margin:1em 0em;
}

#navigationbar {
    position:fixed;
    padding:0.5em;
    background-color:#444444;
    top:0px;
    left:0px;
    z-index:2;
    width:100%;
    border-bottom:1px solid #CCCCCC;
	text-align:center;
	/* margin-bottom: 30px; affects ie6 */
}

.current {
    color:#FF9900;
}

.nav {
	color: #FFffcc;
	text-decoration:none;
	margin:0em 2px;
}
#spacer {
  height:50px;
}
html>body #spacer {
   height:80px;
}

#content {
   position:absolute;
   top:150px;
   height:300px;
   clear:both;
   margin-bottom:30px;
}
 .mainpix {
	margin:0px 30px;
	background:url(images/loading.gif) no-repeat center center;
}
  
 .linx {
	color: #FF6600;
	text-decoration:none;
}

#footer {
   position:absolute;
   bottom:20px;
   left:0px;
   clear:both;
   /*float:none;*/
}

#footer .negative {
   float:left;
}

#footer .clear {
   clear:both;
   float:none;
}

#next {
   /* for ie6 */
   position:absolute;
   z-index:5;
   margin:3px;
   right:60px;
   clear:both;
}

html>body #next {
   /* for decent browsers */
   position:fixed;
   right:5%;
   top:40px;
}

#next a:link,
#next a:visited {
   color:#FFFFFF;
   font-weight:bold;
   text-decoration:none;
}

