body, #wrapper {
    margin: 0;
    padding: 0;
    font-family:Garamond, Geneva, Arial, Helvetica, sans-serif;    
    font-size: small;
    color: white;
    text-align: left;
    text-decoration: none;
    background: #274054;  
}

h1 {
	font-family:Garamond;
	font-style:italic;
	font-size:24px;
	color:#f3f1c0; 
}

h2 {    
	font-family:Garamond;
	font-style:italic;
	font-size:20px;
	color:#f3f1c0;      
}

ul {list-style-image:url(../imgs/bullet.gif);}

img { border: none; }

b,strong { font-weight:bold; color:#f3f1c0; }

.footer, footer:visited {
	font-variant:small-caps;
	color:#f3f1c0;
    font-size: small;
}
.footer:hover {
	font-variant:small-caps;
	color:white;
    font-size: small;
}

a, a:visited { 
    color: white;
    text-decoration:underline;
}
a:hover { color: #f3f1c0; }

.titrenews {
	font-family:Garamond;
	color:#f3f1c0;
	font-weight:bold;
	font-size:medium;
}

.illustration { clear: both; 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: 430px;
}

div.rightImageColumn {
	float: right;
	width: 300px;
}

div.rightTextColumn { 
	float: right;
	width: 430px;
}

div.leftImageColumn {
	float: left;
	width: 300px;
}