body {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-family: Georgia1, Georgia, serif;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;    
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;    
    font-family: Tahoma, Geneva, sans-serif;    
    font-family: Trebuchet MS, sans-serif;           
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#000;
    font-size:12px;
    line-height:16px;
}



#container {
    width:980px;
    margin: 0 auto;
}
#header {
    height: 300px;
    overflow: none;
}
#logo {
    width:200px;
    height:80px;
}
#slider {
    height:180px;
    background:#fcfcfc;
}
#menu {
    overflow:none;
    height:30px;
    line-height:30px;
    font-size:14px;
}
#menu li {
    float:left;
    padding: 0 5px;
}
#menu a {
    padding: 0 15px;
    color:#000;
}
#menu li.active a, #menu li a:hover {
    color:red;
}


#main {
    overflow:auto;
    padding: 0 0 20px 0;
}

#leftbar {
    width:180px;
    float:left;
}
#leftbar a {
    display:block;
    width:180px;
    line-height:20px;
    color:#000;
}
#leftbar a:hover, #leftbar li.active a {
    color:#e00;
}
#textfield.text {
	padding:15px 5px 6px 20px;
}

#content {
    width:580px;
    padding: 0 20px 0 0;
    float:left;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#0000EE;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
}
.text h1 {
    font-size:20px;
}
.text h2 {
    font-size:17px;
}
.text h3 {
    font-size:14px;
}

#rightbar {
    float:right;
    width:180px;
}
#rightbar .title {
    font-size:14px;
    font-weight:bold;
    display:block;
    padding: 0 0 15px 0;
}

#footer {
    clear:both;
    font-size:11px;
}
#footer a {
    color:#000;
}
#footer a:hover {
    text-decoration:underline;
}
