* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;

background: #eee url(../images/header.gif) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #356AA0;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#menu 
{
 
height: 180px;

background: #eee url(../images/menu.gif) no-repeat;
}
#menu h2
{
color:Gray;

}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #333;
text-decoration: none;
}

#content {
background: #eee url(../images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 10px;
}
.main h2 {
font-size: 24px;
font-weight: 100;
padding: 15px 0 0 50px;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(../images/bottom.gif) no-repeat;
padding:  10px 0 0 50px;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
#show
{
    margin-left:50px;
}

.roundedcornr_box {
	background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../images/roundedcornr_r.png) top right repeat-y;
	
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -7px;
}
.roundedcornr_content { padding: 0 15px; }

input.DatePicker {
background:#FFFFFF url(date.gif) no-repeat scroll left top;
border:1px solid #0070BF;
cursor:pointer;
display:block;
font-size:12px;
padding:3px 3px 3px 24px;
width:100px;
}
input.DatePicker:focus {
background:#FFFCE9 url(datefocus.gif) no-repeat scroll left top;
}

