
* { font-size: 14pt; }

body { background: url('../images/leather.jpg') top left repeat; margin: 20px 20px 20px 20px; }

p { margin: 20px 0px 0px 0px; }

td { vertical-align: top; }

a { text-decoration: none; color: Black; }
a > img  { border: none 0px transparent; }

td.imghost { 	
    padding-right: 30px; 
	border-right: solid 1px dimgray;
 }
 
 div#coname { 
    margin-top: 20px; 
    text-align: center; 
    font-size: 24pt; 
    font-weight: bold; 
    font-family: Verdana, Arial, MS Sans Serif;
    color: #3A260E;
 }
 
 td.imghost + td {
    padding-left: 30px; 
 }

div#content { 
	background: #fff; 
	border: solid 3px #3A260E; 
	padding: 20px 20px 20px 20px; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
}

div#content div#image {
	float: left; 
	background: #fff;
}

.noborder {
	border: none 0px Transparent;
}
