/* CSS Document */
body { margin: 0; padding: 0; font-family: Georgia,Trebuchet,Verdana,Arial,Helvetica,sans-serif; font-size: 76%; line-height: 225%; }


a {padding: 1px 3px 1px 3px; }
a:link { color: #E51CB5; text-decoration: none; }
a:active { color: #606; text-decoration: none; }
a:visited { color: #C70E9B; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; background: #E51CB5;}


#nav a {padding: 3px 25px 3px 10px; }
#nav a:link { color: #E51CB5; text-decoration: none; }
#nav a:active { color: #606; text-decoration: none; }
#nav a:visited { color: #C70E9B; text-decoration: none; }
#nav a:hover { color: #fff; text-decoration: none; background: #E51CB5;  border-right: 1px solid black;}

#container { width: 100%; position: absolute; top: 0px; left: 0px; font-size: 1em;}

#topleft { background: url('images/topleft.jpg'); position: absolute; top: 0px; left: 0px; z-index: 0; height: 515px; width: 327px;}
#topright { background: url('images/topright.jpg'); position: absolute; top: 0px; right: 0px;  z-index: 0; height: 306px; width: 430px;}

#content { position: absolute; top: 37px; left: 239px; width: 45%; }

#nav { position: absolute; top: 206px; left: 3px; width: 151px; text-align: right;}

.rose { float: right;}
