* {
	margin: 0;
	padding: 0;
}
html {
   overflow-y: scroll;
   }
body {
background: #fff url(Images/bg.jpg) repeat-y top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: auto;
width: 800px;
}

#header {
height: 90px;
background: #fff url(Images/header.jpg) no-repeat;
}

#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #fff;
}

#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}

#header h1 a:hover {
color: #111;
}

#header h2 {
font-size: 18px;
color: #336699;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #fff url(Images/menu.jpg) no-repeat;
}

#menu ul {
list-style-type: none;
padding-left: 30px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #333;
}

#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#menubottom { 
background: #fff url(Images/menubottom.jpg) no-repeat;
padding: 5px 0;
}

#content {
padding: 0 20px;
}
.images{
width: 500px;
margin: 30px auto;
padding: 20px 30px;
background: #FFF;	
border: 1px solid #CCC;
text-align: center;
-moz-box-shadow: 0 0 10px #BBB;
-webkit-box-shadow: 0 0 10px #BBB;
box-shadow: 0 0 10px #BBB;
}
.images h1{
margin: 0;
font-size: 30px;
font-weight: normal;
}
.images h2{
margin: 0;
}
.images h1 em {
font-size: 60%;
letter-spacing: -0.05em;
}
.images hr {
border: none;
height: 1px; line-height: 1px;
background: #CCC;	
margin-bottom: 20px;
padding: 0;
}
.images p {
margin: 0;
padding: 7px 0 14px 0;
}
.images a img {
border: 1px solid #BBB;
padding: 2px;	
margin: 10px;
}
.images ul {
margin: -15px 0 0 40px;
}
.images ul li {
text-align: left;	
}
.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #336699;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.projects { padding: 21px; }

.footer {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }
