BODY {
    margin:0px 0px 0px 0px;
    background-image:url(imgs/bg.gif);
    background-repeat:repeat-x;
    background-color:#3693BE;
    text-align: center;
}

#page {
    margin-left:auto;
    margin-right:auto;
    margin-top:18px;
    width:564px;
    height:515px;
    background-color:transparent;
    }

#mainTable TD {
    vertical-align:top;
    font-family:Times, sans-serif;
    font-size: 14px;
    color:#000;
}

#nav {
    width:538px;
    height:44px;
}

#nav img {
    float:left;
}

#content {
    width:538px;
    height:251px;
    background-image:url(imgs/bg_content.gif);
    background-repeat:repeat-x;
    text-align:left;
}

#content1 {
    width:538px;
   
    background-image:url(imgs/bg_content.gif);
    background-repeat:repeat-x;
    text-align:left;
}

#content img {
    float:right;
    padding-right:10px;
    padding-left:10px;
}

#content_text {
    padding:10px;
    font-family:Times, sans-serif;
    font-size: 14px;
    color:#000;
    line-height:18px;
}

#footer {
	position:relative;
    font-family:Times, sans-serif;
    font-size:11px;
    color:#FFF;
    text-align:center;
    vertical-align:text-bottom;
	padding-top:3px;
}