/* CSS Document */

body {
background-color:#FFFFFF;
color:#666666;
font-family:lucida grande, geneva, arial, sans-serif;
font-size:12px;
margin:4px;
text-align:center;
}

a {
border:0px none;
text-decoration:none;
}

a:link {
color:#F5911E;
}

a:visited {
color:#F5911E;
}

a:hover {
color:#F5911E;
}

img {
border:0px none;
}

#outercontainer {
background-image:url(../images/border.jpg);
background-repeat:repeat;
padding-top: 2px;
width:810px;
height:705px;
margin: 0 auto;
}

#pagecontainer {
background-color: transparent;
margin: 0 auto;
width:800px;
height:700px;
}

#header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:170px;
width:800px;
}

#menu {
float:left;
width:170px;
}

#bodyleft {
background-image:url(../images/textleft.jpg);
float:left;
width:20px;
height:468px;
}

#bodyright {
background-image:url(../images/textright.jpg);
float:right;
width:30px;
height:468px;
}

#body {
background-image:url(../images/textbody.jpg);
background-repeat:repeat;
width:580px;
height:468px;
text-align: left;
float:left;
}

#footer {
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
width:800px;
height:62px;
clear:both;
}

.orange {
color: #F2911E;
}

.blue {
color: #00AEF1;
}

.pink {
color: #FF00FF;