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

#set_position {
width:990px;
margin-left:auto;
margin-right:auto;
}

#wrapper_content {
    padding: 10px;
    width: 914px;
}

A:focus, A:hover, A:active /* Firefox image outline fix */
{
outline: none}

h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
font-weight:normal;
}

/* for ie6 only adds borders to give min-width effect */
* html #wrapper
{
border: 390px solid  #FFFFFF;
border-width: 0 0px; /* Set this to half of you min-width (250 * 2 = 500)  */
}
#wrapper.ie_min-width
{
margin: 0 -390px; /* Pulls the content back over the borders */
position: relative;
float: left;
}

/*//////////////////////////CONTENT//////////////////////////*/
#wrapper{
    background-color:#e7e1d9;
    min-width:780px;
}
.cl{
    clear:both;
}

.header {
    width: 100%;
    height: 110px;
    background-image: url(/i/header/background.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#top_main_menu {
    position: absolute;
    top: 74px;
    width: 990px;
}


/*//////////////////////////USER ID//////////////////////////*/

#logo_container{
    position: absolute;
    margin-top: 12px;
    margin-left: 40px;
    font-size: 30px;
    font-weight:bolder;
}

#top_menu{
    color:white;
    position: absolute;
    margin-top: 6px;
    margin-left: 600px;
    font-size: 12px;
    width: 362px;
}

#top_menu a{
    text-decoration:none;
    color:white;
}

#menu_underline {
    width: 100%
}

#maincontainer{
    float:right;
    width:100%;
    background-color:#e7e1d9;
    margin:0px;
}

#content{
width: 95%;
border: 1px solid #000000;
background-color:#b9a58b;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
/*padding-right:2%;*/
font-size:14px;
/*overflow:auto;*/
}

#index_content li{
    float: left;
}



/*//////////////////////////FOOTER//////////////////////////*/

#footer{
background-color:#7498C7;
background-image: url(/i/footer/background.gif);
background-repeat: no-repeat;
}

#footer_wrapper_left li{

    padding: 6px;
    margin-left: 40px;
    float: left;
    color: white;
}

#footer_wrapper_left li a {
    color: white;
    text-decoration: none;
}

#footer_wrapper_right li{
    padding: 6px;
    margin-right: 40px;
    float: right;
    color: white;
    text-decoration: none;
}

#footer_wrapper_right li a {
    color: white;
    text-decoration: none;
}

#footer p{
color:#FFFFFF;
padding: 10px 0px 10px 35px;
}

.outerbox, .inner, .sub, .innerBox{
margin:0px;
padding:0px;
}

.cl{clear:both;}
