/* Starter CSS by Mike Cherim - http://green-beast.com */

* {
}

body {
}  

#wrapper {
}

h1, h2, h3, h4, h5, h6 {
}

p {
}

a {
}

a:hover, a:focus, a:active {          a:active         { color: red; text-decoration: none }
}

a:focus, a:active {
}

img, a img {
}

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}
#footer .base {       width: 80%; top:200px}

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

#columns {        width: 1100px;    }    #columns .column {        position: relative;        
       padding: 0%;        border: solid 3px #002;    }    
#columns .left {        width: 01%; left:10px;  top:50px; }    
#columns .right {       width: 01%; top:50px; }  
#columns .middle {       width: 98%;  top:50px; }
#columns .midleft {       width: 98%; ; top:50px; }
