/* main ingridiences */

body {
    font: 12px tahoma;
    padding:15px;
    color:#4f4f4f;
}
a {
    color:#0090ff;
    text-decoration:none;
}
a:visited {
    color:#e400dc;
}
a:hover {
    text-decoration:underline;
}
h1, h2 {
    text-transform:uppercase;
}
h1 {
    color:#e400dc;
}
h2 {
    margin-top:25px;
    color:#0090ff;
}
h4 {
    margin-bottom:5px;
    color:#000;
}
hr {
    margin:25px 0px 25px 0px; 
}
img#wp {
    border: 1px solid #e400dc;
    padding:3px;
}

#news {
    color:#e400dc;
}

/* site structure */

.wrapper {
    width:1000px;
}
.leftcolumn, .rightcolumn {
    width:468px;
}
.leftcolumn {
    float:left;
}
.rightcolumn {
    float:right;
}

