body {
    margin: 0;
    padding: 0;
    font-family:Geneva, Arial, Helvetica, sans-serif, Garamond;
    font-size: medium;
    color: #555454;
    text-align: left;
    text-decoration: none;
    background: url(../imgs/bg_middle.gif) repeat;
}

h1 {
    font-family: Garamond;
    font-size: 24px;
    font-weight: bold;
	margin: 0;
	margin-bottom: 0.5em;
    color: #7f825a; 
    font-variant: small-caps;
}

h2 {    
    font-family: Garamond;
    font-size: large;
    font-weight: bold;
    font-variant: small-caps;
    color: #7f825a;     
}

ul { color:#7f825a; }

img { border: none; }

b,strong { font-weight:bold; color:#7f825a; }

a { 
    font-weight:bold;
    color:#7f825a;
    text-decoration:underline;
}
a:hover { color:#555454; }


/* Used for template styling */

.illustration { text-align: center; padding-top: 5px; }
.illustration img { display: block; margin-bottom: 8px; }
.right { float:right; padding-left: 8px; }
.left { float: left; padding-right: 8px; }
.full { float: none; margin: 0; }

.picture img {
	display: block;
	margin-bottom: 8px;
}

div.leftTextColumn { 
	float: left;
	width: 400px;
}

div.rightImageColumn {
	float: right;
	width: 300px;
}

div.rightTextColumn { 
	float: right;
	width: 400px;
}

div.leftImageColumn {
	float: left;
	width: 300px;
}