@charset "utf-8";
/* CSS Document */

* { padding:0px; margin:0px; border:0px;}

body { font-family:Helvetica, Arial, sans-serif; font-size:0.875em; color:#333333; background-color: #FFF }
h1, h2, #Nav ul {font-family: 'Cuprum', arial, serif;}

#Wrap { width:1000px; float:left; }
#Aside { width:270px;  position:fixed; background:url(../images/aside_border.png) right repeat-y; background-color:#e4e4e4; text-align:right; padding:30px 30px 0 0; height:900px;}
#Content { width:640px; float:right; padding:30px 10px 0 50px;; background:url(../images/content_border.png) right repeat-y; background-color:#ededed; height:900px;}
#Footer { width:1000px; float:left;}

#Logo { display:block;}
#Intro { margin-top:90px; }
#Intro h1 {  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  word-spacing: -0.2em;
  line-height: 1.3em;}
  
#Nav { margin-top:90px;}
#Nav ul { list-style:none; font-size:30px; }
#Nav ul li { padding-bottom:20px; }
#Nav ul li a { text-decoration:none; color:#333;}
#Nav ul li a:hover { color:#97b620}

h2 { font-size:20px; margin-top:20px;}
.ProjectZone { display:block; width:600px; height:200px; background-color:#33F;}
