/* main stylesheet */
*{
margin:0;
padding:0; 
border:0
}

html {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
color:#000;
}

body {
text-align: center;
background-color:#fff;
}

/*a {
color:#630;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}*/

input, select, textarea {
border:solid 1px #cecece;
padding:2px 4px;
}

ul, ol {

}

hr {
border-bottom:solid 1px #630;
line-height:1px;
height:1px;
margin-top:0;
margin-bottom:20px;
}

p {
padding:1px 0;
color: #666;
}

h1, h2, h3 {
margin: 8px 0 3px 0;
font-family: "Cooper BT [light]", "Nimbus Roman No9 L", Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#663300;
}

h2 {
font-size:14px;
line-height:16px;
}

h3 {
font-size:12px;
line-height:14px;
}

#wrapper {
border:solid 1px #cecece;
border-top:0;
width:748px;
margin-left:auto;
margin-right:auto;
text-align: left;
}

#banner {
background-image: url('../images/banner.jpg');
background-repeat: no-repeat;
border-bottom: 1px solid #fff;
height:167px;
}

#left_content {
padding: 0 10px 20px 10px;
z-index:1;
float: left;
clear: left;
width: 535px;
}

#left_content ul {
margin: 0 0 0 10px;
color: #666;
}

#right_content {
float: right;
z-index:1;
width: 185px;
border-left: 1px solid #cecece;
}

#right_content ul, #right_content p {
list-style: circle;
padding: 0 0 0 10px;
}

#right_content a {
color: #650200;
}

#save {
margin: 0 0 0 9px;
border: 1px solid #555;
}

#save:hover {
background-color: #BFBBB4;
border: 1px solid #666;
}

.login {
margin: 20px 0 0 160px;
}

#btm_menu {
text-align: center;
border-top: 1px solid #cecece;
}

#btm_menu ul {
list-style: none;
}

#btm_menu li {
display: inline;
}

#btm_menu a {
text-decoration: none;
color:#650200;
}

#btm_menu a:hover {
text-decoration: underline;
}

.clear{clear:both}
.b{font-weight:bold}
.r{text-align:right}
.c{text-align:center}
.t{vertical-align:top}
.h{display:none}
.grey{color:#666;}
.sbmtbtn:hover{border-color:#650200;color:#650200}
.red{color:red}
