body {
margin: 0px;
padding: 0px;
font-size: small;
font-family: "Trebuchet MS", Arial, sans-serif;
background-color: #FFFFFF;
}

#container {
width: 743px;
margin: auto;
margin-top: 5px;
}

#bottom_wrap{
width: 743px;
position: relative;
}

#flash{
border: solid #CCCCCC 1px;
margin-bottom: 10px;
}

#logo{
float: left;
margin-left: 14px;
height: 208px;
width: 300px;
background: url(../s_images/funda_logo.jpg) no-repeat;
}

#intro_text{
margin-top: 80px;
margin-left: 10px;
float: left;
width: 380px;
height: 30px;
}

.welcome{
font-size: 20px;
color: #0033CC;
}

#intro_text p{
font-size: 12px;
margin-top: -17px;
color: #0033FF;
font-weight: bold;
}

#intro_text a:link{
text-decoration: none;
color: #0033FF;
}

#intro_text a:hover{
background-color: #FFCC00;
}

#intro_text a:visited {
text-decoration: none;
color: #0033FF;
}

#intro_text a:active {
text-decoration: underline;
}

#links{
clear: both;
position: relative;
height: 40px;
text-align: center;
margin-top: 20px;
font-size: 11px;
width: 700px;
color: #0033FF;
}

#links a:link{
text-decoration: none;
color: #0033FF;
}

#links a:hover{
background-color: #FFCC00;
}

#links a:visited {
text-decoration: none;
color: #0033FF;
}

#links a:active {
text-decoration: underline;
}