*{
margin:0;
padding:0;
}
body {
background: url(../images/girltalkbackground.jpg) repeat;
font: normal 0.90em/130% Arial, Helvetica, sans-serif;
color: #800080;
}
#wrapper {
width: 900px;
margin-left: 20px;
border-bottom: 18px solid #800080;
float: left;
}
#left {
float: left;
width: 300px;
padding-bottom: 20px;

}
#right {
float: left;
width: 600px;
padding-bottom: 20px;
}
#right img {
padding: 15px 0;
}
img {
border: none;
}
h2 {
padding-top: 15px;
}
h3 {
padding-top: 20px;
}
p {
padding-top: 10px;
}
a:link, a:visited {
color: #800080;
text-decoration: none;
border-bottom: 1px solid #800080;
font-weight: bold;
}
a:hover {
border-bottom: 1px dashed #800080;}