BODY {
    margin:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10px;
}
select, input, textarea {
    border: 1px solid #C0C0C0;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}
textarea {
    width:99%;
    border: 1px solid #c0c0c0;
    color: #666666;
}
input:focus, textarea:focus, select:focus {
    border: 1px solid #A30F0F;
}
#wrapper {
    width:980px;
	margin:auto;
	padding-top:10px;
}
#top_container {
    margin:0px;
    padding:5px;
    background-color: #666A73;
}
#top {
    width:980px;
    background: #ffffff url(images/top01.jpg);
    background-repeat:repeat-x;
}
#topform {
    margin: 0px;
    float:right;
}
#topform a:link {
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:none;
}
#topform a:visited {
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:none;
}

#topcart {
    margin: 0px;
    float:left;
}
#topcart span {
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
}
#topcart a:link {
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:none;
}
#topcart a:visited {
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:none;
}
#container {
    margin: 0px;
    bottom:0px;
    /*border: 1px solid #C0C0C0;*/
}

#left_menu {
    position:relative;
    top:2px;
    left:1px;
    width:222px;
    color: #666666;
    border: 1px solid #C0C0C0;
    float:left;
}
#left_menu h1 {
    margin: 0px;
    font-size: 18px;
    color:#000000;
    padding:4px;
    background-color:#666A73;
    color:#FFFFFF;
}
#left_menu h2{
    font-size: 11px;
    font-weight: bold;
    color:#000000;
    padding:0px;
    margin:5px;
}
#left_menu ul li{
    margin:2px;
}
#left_menu a:link {
	color: #0000CC;
}
#left_menu a:visited {
    color: #0000CC;
}

#content {
    border: 1px solid #C0C0C0;
    top:2px;
    left:5px;
    width:540px;
    position:relative;
}
#content h1 {
    margin: 0px;
    padding:5px;
    font-size: 18px;
    color:#000000;
    background-color:#666A73;
    color:#FFFFFF;
    position:relative;
    /*background: #666A73 url(images/up.gif);
    background-repeat:no-repeat;
    background-position: top right;*/
}
#content p {
    margin: 5px;
}
#footer {
	color:#cccccc;
	width:960px;
	margin:auto;
	text-align:center;
	padding:10px;
	background-color:#666A73;
}
.white {
    color:white;
}
.grey {
    color:grey;
}

#content_right {
    border: 1px solid #C0C0C0;
    margin-left:9px;
    margin-top:2px;
}
#content_right h1 {
    margin: 0px;
    padding:5px;
    font-size: 18px;
    color:#000000;
    background-color:#666A73;
    color:#FFFFFF;
    position:relative;
    /*background: #666A73 url(images/up.gif);
    background-repeat:no-repeat;
    background-position: top right;*/
}
#content_right p {
    margin: 5px;
}
