/* This CSS sheet defines the main layout of Capsellart.com sub menu frameset */

/* Define general properties */

* {background: transparent;
margin: 0;
padding: 0;
border-spacing: 0;
border: 0;
text-align: center;
vertical-align: middle}

body {overflow: hidden}

iframe {width: 100%;
height: 100%}

/* Specify style classes

.celcon = cell for content <td>
.cellin = cell for links <td>
.gallef = gallery left cell <td>
.galrig = gallery right cell <td> */

.celcon, cellin {width: 860px}

.celcon {height: 565px;
vertical-align: bottom}

.cellin {height: 35px;
vertical-align: top}

.gallef, .galrig {height: 565px}

.gallef {width: 690px;
text-align: right}

.galrig {width: 170px;
text-align: left}