html {
margin: 0px;
padding: 0px;
}

body {
font-family: "Times New Roman", Times, serif;
font-size: 11px;
line-height: 17px;
color: #000;
text-align: left;
background-color: #fff;
background-image: url(layout/header.gif);
background-repeat:no-repeat;
background-position: top left;
}

#wrapper {
width: 590px;
margin: 0px;
}

#menu {
width: 141px;
height: 358px;
margin: 250px 0px 0px 38px;
float: left;
}

#content {
width: 327px;
margin: 261px 0px;
float: right;
}

input, select, textarea {
font-family: "Times New Roman", Times, serif;
font-size: 11px;
color: #ccc;
border: 1px solid #000;
padding: 2px;
background-color: #A61B1B;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
color: #8E2424;
border: 1px dashed #8E2424;
border-bottom-style: solid;
border-top-style: none;
border-left-style: none;
border-right-style: none;
}

h2 {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
color: #8E2424;
border: 1px dashed #8E2424;
border-bottom-style: solid;
border-top-style: none;
border-left-style: none;
border-right-style: none;
}

img {
border: 0px;
}

a:link
 {text-decoration: none;
color: #8E2424;
cursor: crosshair;
  font-weight: normal;
  text-transform: none}

a:visited
 {text-decoration: none;
color: #8E2424;
cursor: crosshair;
 font-weight: normal;
 text-transform: none}

a:hover
 {text-decoration: underline;
 color: #000;
cursor: crosshair;
 text-transform: none;}

a:active
 {text-decoration: none;
color: #8E2424;
cursor: crosshair;
 font-weight: normal;
 text-transform: none}
 
 .codesort li {
	display: inline;
	padding-right: 3px;
	}