body {
font-family: arial, sans-serif;
font-size: 14px;
background-color:#49176D }

h1, h2, h3, h4, h5, h6 {
font-family: georgia, "times new roman", serif;
font-weight: normal;
color: #49176D;
margin-top: 10px;
}

strong {
font-weight: bolder;
}


div#footer {
border-top: 1px #777777;
}


.left {
float: left;
margin: 0 10px 0 0;
}

.right {
float: right;
margin: 0 0 0 10px;
}

.right p {
margin: 6px 0 0 0;
font-size: 85%;
font-style: italic;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
}

#wrapper {
width: 740px;
margin: 0 auto 0 auto;
background-color: white;
border: 2px solid #000;
}

#content_col01 {
width: 300px;
float: left;
padding: 10px;
}

#content_col02 {
width: 400px;
float: right;
padding: 10px;
}


#content_col01 a {
text-decoration: none;
color: #990000;
}

#content_col01 a:hover {
color: #030;
}

#content_col02 a {
text-decoration: none;
color: #990000;
font-weight: bold;
}

#content_col02 a:hover {
color: #030;
}

#content_col02 p {
border: 1px solid black;
background-color: #CCCC99;
width: 300px;
padding: 10px;
-moz-border-radius: 12px 0px 12px 0px;
-webkit-border-radius: 12px 0px 12px 0px;
border-radius: 12px 0px 12px 0px;

}



