/*@import url("site.css"); */

/* Removes borders and padding from tables */
table
{border-collapse:collapse; border-spacing:0;}

/* Removes border from fieldset and img */
fieldset, img
{border:0;}

.layoutTable {
 width: 800px;
}

/* container for side menu */
.layoutMenu {
 width: 200px;
}

.layoutContent {
 width: 600px;
 text-align: center;
}

.flashimage {
 z-index: 0;
}

.imagecell {
 padding: 3px 0px 0px 0px;
 border: 0px;
}

.flashcell {
 padding: 3px 0px 0px 0px;
 border: 0px;
}
