* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    background-image: url("background.gif");
    background-repeat: repeat-x;
    color: #ECEFFF;
    text-align: center;
}
#wrapper {
    background-color: inherit;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 960px;
}
#main_container {
    background-color: #ECEFFF;
    border: 1px solid #AAAAAA;
    color: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#grip_table {
	float: left;
    background-color: #ECEFFF;
    height: 500px;
    margin-left: 210px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    width: 500px;
	z-index:5;
}

#logo_area {
	float: left;
    background-color: #ECEFFF;
    height: 65px;
    margin-left: 300px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 330px;
	z-index:5;
}



#left_container {
    float: left;
    text-align: left;
    width: 170px;
}
#left_menu_images {
    background-color: #979BA7;
    height: 450px;
    left: 0;
    margin-left: 2px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 170px;
}
#left_menu {
    background-color: #979BA7;
    height: 450px;
    left: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 170px;
}
#left_menu9 {
    background-color: #979BA7;
    height: 600px;
    left: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 170px;
}
#left_menu2 {
    background-color: #979BA7;
    height: 700px;
    left: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 170px;
}
#left_menu3 {
    background-color: #979BA7;
    height: 600px;
    left: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 170px;
}

#right_area1 {
	float: left;
    background-color: #ECEFFF;
    height: 65px;
    margin-left: 630px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 328px;
}

#optional1 {
	float: left;
    background-color: #ECEFFF;
    height: 65px;
    margin-left: 185px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 145px;
}


#footer_bar {
    background-color: #EEEEEE;
    background-image: url("background.png");
    border-top: 1px solid #DDDDDD;
    clear: both;
    color: #777777;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
}
#footer_bar a:link, #footer_bar a:visited {
    background: inherit;
    color: #888888;
}
#footer_bar a:hover {
    background: inherit;
    color: #666666;
}
