/* CSS Document */

body{
margin-top:30px;
color:#71842b;
background-color:#fee6fd;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}

a:visited{
color:#FF00FF;
text-decoration:underline;
}
a:active{
color:#FF00FF;
text-decoration:underline;
}
a:link{
color:#FF00FF;
text-decoration:underline;
}
a:hover{
color:#71842b;
text-decoration:underline;
}

#container{
width:784px;
height:430px;
}

#left{
float:left;
width:239px;
height:420px;
background-image:url(images/left.jpg);
background-repeat:no-repeat;
overflow:hidden;
}
#lspacer{
width:239px;
height:385px;
}
#menu{
margin-top:2px;
padding-left:25px;
padding-right:25px;
}
#right{
float:left;
width:545px;
height:420px;
background-image:url(images/right.gif);
background-repeat:no-repeat;
overflow:hidden;
}
#rcontent{
margin-top:5px;
padding:25px;
}
#heading{
color:#FF00FF;
font-size:larger;
font-weight:bold;
}
#v{
font-size:x-large;
}
#copyright{
font-size:x-small;
}
#icontact{

}
