@charset "UTF-8";
/* 
Stylesheet for Dupasquier.co.uk
Written by Tristan Crichton @ Teckyt.com

Colours:
 Blue Text: #0a5491
 Blue BG: #dbe9f6
 Pink BG: #f4e5f8
 Yellow BG: #fbfbd5
 Green BG: #d8fae2
 Blue Image Border: #81bff0
*/

*{
 margin-top: 0px; 
 margin-left: 0px; 
 margin-right: 0px;
}

body{
  background-color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  color: #0a5491;
}

img {
 border: none;
}

/* Content */

#content {
  width: 1010px;
  margin-top: 20px;
}

/* Menu */

#menu {
  width: 230px;
  height: 100%;
  margin-left: 20px;
  float: left;
}

.menu_item {
  width: 140px;
  height: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-top: 10px;
}

/* Title */

#title {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 25px;
  background-color: #dbe9f6;
  width: 180px;
  height: 225px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

#contact {
  margin-top: 70px;
}

.subtitle a{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0a5491;
  text-decoration: none;
}

.small {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.small a{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #0a5491;
}

/* Scroll */

#scroll {
  width: 760px;
  float: left;
  margin-left: 0px;

}

/* View */

#view {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#stage {
  width: 100%;
  height: 610px;
  text-align: center;
}

#navigation{
  width: 100%;  
}

