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

a {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: underline;
color: #000000;
}

#author {
text-align: center;
font-size: 10px;
}

body {
background: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #33333;
}

#c {
clear: both;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#head {
background: #666666 url(images/logo.jpg) no-repeat;
height: 200px;
}

#head h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #ffffff;
}

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

#head h1 a:hover {
color: #ffffff;
}

#head h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#image {
border-left: 2px solid #a9a9a9;
border-right: 2px solid #d3d3d3;
border-top: 2px solid #a9a9a9;
border-bottom: 2px solid #d3d3d3;
}

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/menu.jpg) no-repeat;
}

#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #aaaaaa;
}

#menu ul li a:hover {
color: #ffffff;
text-decoration: none;
line-height: 43px;
}

#content {
background: #666666 url(images/content.jpg) repeat-y;
padding: 10px;
}

.left {
float: left;
width: 665px;
text-align: justify;
margin: 25px;
padding: 10px;
font-size: 15px;
background: #ffffff;
border-left: 2px solid #000000;
border-right: 2px solid #696969;
border-top: 2px solid #000000;
border-bottom: 2px solid #696969;

}

.left h2 {
font-size: 20px;
font-weight: 100;
padding: 5px 5px 10px 0px;
}

.left h2 a {
text-decoration: none;
}

.left h2 a:hover {
text-decoration: underline;
}

.right {
float: right;
width: 165px;
background: #ffffff;
margin: 25px;
padding: 10px;
border-left: 1px solid #000000;
border-right: 1px solid #696969;
border-top: 1px solid #000000;
border-bottom: 1px solid #696969;
font-size: 15px;
}

.right h2 {
height: 20px;
line-height: 20px;
color: #000000;
font-size: 15px;
padding-left: 10px;

}

.right ul {
padding: 10px 0 10px 20px;
list-style-type: disc;
}

.right ul li a {
font-size: 15px;
}

.right ul li a:hover {

}

#bottom {
background: #d4ccae url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}
