/* CSS Document */

body {
        font-family:helvetica, sans-serif;
        color:black;
        font-size:10px;
        width:935px;
		margin:0 auto;}
a {
  color:black;
  text-decoration:none;}


#header {
  width:935px;
  position:fixed;
  top:0;
  background:white;
  text-align:center;
  padding:45px 0 0 0;}
#logo {
  border:0px;
  margin:0;}
#logo img {
  border:0;
  margin:0;
  padding:0;}
#nav {
  height:22px;
  border:1px dotted #999;
  border-width:1px 0;
  width:100%;
  font-size:1.2em;
  padding:10px 0 0 0;
  margin:25px 0;}
#nav a {
  padding-right:60px;}
#nav a:hover {

  color:#c03030;}
#nav .select {
  font-weight:bold;
  font-style:italic;
  color:#c03030;}
#content {
  padding:210px 125px 0 125px;}

h1 {
  margin:0 0 10px 0;
  font-size:1.6em;
  text-transform:uppercase;}

/* FOR ABOUT PAGE */



/* FOR HOME PAGE */

.home #content a {
  float:left;
  margin:0 20px 15px 0;}
.home #content a img {
  border:0;
  margin-bottom:5px;
  display:block;}
.home #content a span {
  display:block;
  padding-bottom:5px;
  text-transform:uppercase;}
.home #content a:hover {
  background-color:black;
  font-weight:bold;
  font-style:none;
  color:white;}

/* FOR PROJECT PAGE */

.project img {
  margin-bottom: 8px;}
.project p {
  line-height: 14px;
  font-size: 11px;}

/* FOR DESIGN PAGE */

#design p {
  text-align:center;
border-bottom:1px dotted #999;
padding-bottom:25px;}
#design h1 {
  text-align:center;
  margin:0 0 35px 0;
  padding:0 0 10px 0;}
#contact h2 a {
font-weight:normal;
color:#c03030;}
#contact h2 a:hover {
text-decoration:underline;}
.q {
font-style: italic;
font-weight: bold;}
.note {
color:#c03030;}




  