/* CSS Document */


body,
html {
  margin:0;
  padding:0;
  align: left;
  font-family: sans-serif;
  font-size: 12px;
  color: #000000;
}

body {
  background:#1A3389;
  min-width:892px;
  height: 100%;
}

h1 {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
}

h2 {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
} 

img{  
  border-style: none;
}

hr{  
  border-style: none;
  align: center;
  height: 2px;
  background: #222222;
  margin: 0px 15px 0px 15px;
}

a:link{ 
  color: #000000;
  text-decoration: none;
}
	
a:visited{ 
  color: #666666;
  text-decoration: none;
}

a:hover{ 
  color: #F65FFC;
  text-decoration: underline;
}

/* spans */


/* class */

img.center {
    display: block;
    margin: auto auto auto auto; 
}

img.navbar{
 font-size: 12px;
 margin: 2px 15px 4px 15px; 
}

img.indent01{
 font-size: 12px;
 margin: 2px 15px 4px 50px; 
}

img.indent02{
 font-size: 12px;
 margin: 2px 15px 4px 100px; 
}

.linklist{
 align: center;
 text-align: center;
 font-size: 14px;
line-height: 18px;
 margin: 20px 0px 0px 0px; 
}

.about_text{
 align: center;
 text-align: left;
 font-size: 14px;
line-height: 18px;
 margin: 20px 30px 0px 30px; 
}

/* navbar */

/* movie */
#navmovie a {
  display:block;
  background: #0097DA;
  width: 170px;
  height: 118px;
  padding: 0px 0px 0px 0px;
  background: url("img/nav/nav_movies2.gif") 0 0 no-repeat;
}
#navmovie a:hover { 
  background-position: 0 -118px;
}
/* prints */
#navprints a {
  display:block;
  background: #0097DA;
  width: 170px;
  height: 139px;
  padding: 0px 0px 0px 0px;
  background: url("img/nav/nav_prints2.gif") 0 0 no-repeat;
}
#navprints a:hover { 
  background-position: 0 -139px;
}
/* draw */
#navdraw a {
  display:block;
  background: #0097DA;
  width: 170px;
  height: 134px;
  padding: 0px 0px 0px 0px;
  background: url("img/nav/nav_draw2.gif") 0 0 no-repeat;
}
#navdraw a:hover { 
  background-position: 0 -134px;
}
/* about */
#navabout a {
  display:block;
  background: #0097DA;
  width: 170px;
  height: 93px;
  padding: 0px 0px 0px 0px;
  background: url("img/nav/nav_about2.gif") 0 0 no-repeat;
}
#navabout a:hover { 
  background-position: 0 -93px;
}
/* links */
#navlinks a {
  display:block;
  background: #0097DA;
  width: 170px;
  height: 63px;
  padding: 0px 0px 0px 0px;
  background: url("img/nav/nav_links2.gif") 0 0 no-repeat;
}
#navlinks a:hover { 
  background-position: 0 -63px;
}

/* end navbar */

/* divs */

#container {
  background: #01DAE6;
  text-align: center;
  margin:0 auto;
  width: 892px;
  height: 100%;
}

#header {
  clear:both;
  background: #AAAAAA;
  color: #000000;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#nav {
  clear:both;
  background: #888888;
  color: #000000;
  text-align: center;
  align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px px;
}


#sidebar {
  background: #0097DA;
  color: #000000;
  text-align: center;
  align: center;
  float:left;
  width:210px;
  min-height:585px;
  line-height: 0px;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 15px;
}

#main {
  background: #01DAE6;
  color: #000000;
  text-align: left;
  float:right;
  width:667px;
  min-height:600px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#picturebox {
  align: center;
  text-align: center;
  font-size: 14px;
  color: #000000;
  width:667px;
  min-height:440px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


#footer {
  clear:both;
  background: #1A3389;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

}
