body {
background: #D4D4D4;
margin: 30px;
}

body, p, td {
font: 11px/17px Tahoma, Verdana, Arial, Sans-Serif;
color: #494A49;
}

#container {
background: #E3E3E3;
border: 1px solid #B4B4B4;
text-align: left;
width: 500px;
margin: 0 auto;
}

#top {
background: url(top.jpg) no-repeat;
width: 500px;
height: 297px;
}


#content {
padding: 0 10px;
}

h1 {
font: bold 13px Trebuchet MS, Lucida, Lucida Sans Unicode, Arial, Sans-Serif;
color: #494A49;
border-bottom: 1px dotted #B4B4B4;
background: #D4D4D4;
padding: 0 2px;
}

h2 {
letter-spacing: 1px;
font: bold 15px Trebuchet MS, Lucida, Lucida Sans Unicode, Arial, Sans-Serif;
color: #000000;
}

p {
margin: 0 0 14px;
}

a {
text-decoration: none;
border-bottom: 1px dotted #000000;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #5B5B5B;
border-bottom: 1px dotted;
}


input,textarea,select {
		padding:1px;
		border:0px;
		background-color:#000;
		color:#fff;
		font-family: Trebuchet MS;
		font-size: 11px;}