* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 32px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0px 5px 10px;
}
#header h1 a {
color: #6DA6E2;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #999999;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 40px;
line-height: 40px;
background: #ccc url(menu.jpg) no-repeat;
text-transform: none;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

.right {
	width: 538px;
	float: right;
	text-align: justify;
	display:inline;
}
.right h2 {
	color: #FF4800;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 100;
	margin: 2px;
	padding-bottom: 8px;
	border-bottom: 2px dashed #999966;
	border-left: 10px solid #999966;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 2px;
}
.right h2 a {
	color: #FF4800;
	font-weight: bold;
}


.left {
	width: 180px;
	float: left;
	padding: 10px;
	border-right: 1px solid #bbb;
	font-size: 12px;
}
.left ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #99CCFF;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
border-bottom: 3px solid #999966;
}
.left a { text-decoration: none; }
.left li a:hover {
color: #999966;
text-decoration: underline;
}

#layout {width: 538px ;}

#layout div {
border: 1px solid #aaa;
margin: 3px;
float: left;
padding: 2px;
width: 257px;
height: 120px;
overflow: hidden;
}
#layout div img {
float:left;
}
h3,h4 { 
float:right;
font-family:Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
width: 50%;
}
h3 {
font-size:12px;
color: #006633;}
p {
font-size: 12px;
font-weight: normal;
color: #777;
}


#footer {
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}
.att {
color: #990000;
text-decoration: underline;
}

.thumb {
	float: left;
	display:inline;
	width: 160px;
	border: 1px solid #d4d4d4;
	color: #333333;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: center;
	vertical-align: middle;
}

.thumb p {
    float: right;
	font-size: 12px;
    font-weight: normal;
    color: #777;
	width: 50%;
}
.active {
font-weight: bolder;
color: #009999;
}
