/* CSS Stylesheet1 for Makis Gougousis */

body {
   margin: 0;
   background-image: url(../images/bgcolor.png);
   background-repeat: repeat;
   text-align: center;
   font-family: Helvetica, Verdana, Arial, sans-serif;
   line-height: 150%; 
}

body a {
   outline: none;
}

#header {
   margin: 30px auto 20px auto;
   font-family:courier new;
   font-size:150%;
   color:rgb(64,64,64);
}

/* Applies only to the home page */
#header:hover {
   color:rgb(64,94,94);
}

#header a {
   color:rgb(64,64,64);
   text-decoration: none;
}

#header a:hover {
   color:rgb(64,94,94);
}

/* Container frame. Use this for centering the page */
#frame {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  border: 0;
  backrgound-color: transparent;
}

#main_image {
   border: 0;
   padding: 0;
}

#navigation {
   margin: 10px auto 10px auto;
   font-size: 100%;
   font-family: Courier New;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
}

#navigation a {
   margin: 10px auto 20px auto;
   color: rgb(64, 64, 64);
   text-decoration: none;
   text-align: center;
   font-family: "Courier New";
}

#navigation a:hover {
   color: rgb(255, 255, 255);
}

h1 {
   color: rgb(64,64,64);
   margin: 40px auto 20px auto;
   font-family: "Courier New";
   font-size:150%;
}

#contact {
   margin: 50px auto 20px auto;
   text-decoration: none;
   font-family: "Courier New"; 
   font-size: 90%;
   color: rgb(64,64,64);
}

#contact a {
   color: rgb(64,64,64);
   text-decoration: none;
   font-size: 90%;
}

#contact a:hover {
   font-size: 100%;
   color: rgb(247,150,70);
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}