/* This CSS sheet defines the gallery layout of Capsellart.com content pages */

/* Define general properties */

body {background: transparent;
background-image: url('../img/lace.png');
background-repeat: repeat-y;
background-position: -690px 0;
background-attachment: scroll;
margin: 0;
padding: 0;
border-spacing: 0;
border: 0;
overflow-x: hidden;
overflow-y: auto}

* {font-family: "Gautami", "Latha", sans-serif;
font-size: 8pt;
color: #ffffff;
text-align: center}

a:link, a:hover, a:active, a:visited {color: #000000}

img {border: 4px solid #000000}

table {width: 100%;
cell-spacing: 0;
padding: 0;
margin: 20px 0 40px 0}

/* Specify style classes */

.thum {padding: 0;
height: 120px;
vertical-align: bottom}

.capt {padding: 2px 7px 0 7px;
vertical-align: top}