* {
    padding: 0;
    margin: 0;
} 

body {
background: #e6e5e0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #e6e5e0;  }
a:hover { text-decoration: none; color : #000; }

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

#header { 
background: #f9f1eb url(images/header.png) no-repeat;
padding: 0 0 0 10px;
height: 100px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 5px 0 0 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
color: #e0dddd;
font-size: 10px;
font-weight: 100;
padding: 3px 0 0 18px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 30px;
line-height: 30px;
background: #e6e5e0 url(images/menu.png) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
font-family: "Tahoma";
font-size: 13px;
color: #fff;
padding: 7px 8px;
text-decoration: none;
}
#menu ul li a:hover {
background-image: url(images/hover.png);
background-repeat: repeat-y;
}

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


.left {
width: 588px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 140px;
float: right;
font-size: 12px;
}
.right ul {
text-decoration: none;
text-align: left;
margin-left: 12px;
color: #c1291a;
list-style-type: disc;
}
.right h2 {
height: 30px;
font-family: "Verdana";
font-size: 10px;
color: #c1291a;
line-height: 30px;
}
.right a {
text-decoration: none;
font-family: "Verdana";
font-size: 10px;
color: #7a7a7b;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 12px 12px 12px 12px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 12px 12px 12px 12px;
}

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 25px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer a { color: #eee; }