@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#444444;
background-color:#eeeeee;
background-image:url(images/pebbles.jpg);
}

p {
margin-top:0px;
}

#outer_container {
width:769px;
height:auto;
margin:0px auto;
}

#inner_container {
width:762px;
height:auto;
float:left;
display:inline;
margin-top:27px;
border:1px solid #FFFFFF;
padding:2px;
}

#inner_body {
width:720px;
height:auto;
float:left;
display:inline;
border:1px solid #d3d3d4;
background-color:#FFFFFF;

padding:20px;
}

#banner {
width:717px;
height:206px;
float:left;
display:inline;
}

#nav_container {
width:717px;
height:35px;
float:left;
display:inline;
background-image:url(images/title.gif);
background-repeat:no-repeat;
background-position:right;
padding-bottom:4px;
border-bottom:2px solid #e678ed;
margin-bottom:10px;
}

.nav {
width:auto;
height:auto;
float:left;
display:inline;
font-size:12px;
margin-top:13px;
color:#a539ab;
}

.nav a{
color:#a539ab;
text-decoration:none;
}

.nav a:hover{
color:#555555;
text-decoration:none;
}

.navSpacer {
width:auto;
height:auto;
float:left;
display:inline;
margin:13px 10px;
font-size:12px;
color:#a539ab;
}

#mainBody_container {
width:717px;
height:auto;
float:left;
display:inline;
}

#left_image {
width:307px;
height:auto;
float:left;
display:inline;
font-size:1.2em;
}

.right_holder {
width:396px;
height:auto;
float:right;
display:inline;
}

.admin_holder {
width:717px;
height:auto;
float:left;
display:inline;
font-size:10px;
}


.right_text {
width:393px;
height:auto;
float:right;
display:inline;
font-size:1.2em;
padding-left:3px;
padding-top:7px;
}

.right_text img{
margin:0px 5px 0px 0px;
border:1px solid #e678ed;
}

#right_title {
width:396px;
height:auto;
float:right;
display:inline;
}

#footer {
width:764px;
height:22px;
float:left;
display:inline;
margin-bottom:10px;
font-size:10px;
text-align:center;
padding-top:10px;
color:#616263;
}

#footer a{
color:#616263;
}