#contain {
width:630px;
}

#left {
float: left;
width:381px;
}

#right {
float: right;
width:234px;
}


body {
font-family : arial;
font-size : 8pt;
font-weight : normal;
line-height : 9px;
color : #333333;
text-align : center;
background-color: #FFFFFF ;
background-image: url(images/bg.gif);
margin:0 0 0 0;
}

.title {
font-family : georgia, "sans-serif";
font-size: 14pt ;
line-height : 16px;
font-weight: normal ;
letter-spacing: 1px;
color: #DC7C42 ;
text-align: left ;
text-transform : lowercase ;
background-color: transparent ;
padding: 0 0 3px 0;
margin: 0 0 6px 10px;
}
.date {
font-size: 7pt;
color: #888888;
line-height: 16pt;
text-align: justify; 
text-transform : uppercase ;
background-color: transparent ;
border-top: 1px dotted #CCCCCC;
border-bottom:1px dotted #CCCCCC;
margin: 0 0 0 10px;
}
.content {
font-size: 9pt;
color: #888888;
line-height: 13pt;
text-align: justify; 
background-color: transparent ;
padding:0 0 20px 0;
margin: 6px 0 20px 10px;
}

.backhome {
text-align: center; 
background-color: #EEEEEE;
padding:10px;
margin: 6px 0 20px 0;
}

blockquote {
border: 1px solid #DDDDDD;
padding: 6px;
margin: 12px 36px 12px 36px;
}

a {
color : #DC7C42 ;
font-weight : bold ;
text-decoration: none ;
background-color : transparent ;
padding:1px;
}
a:hover {
color : #CCCCCC ;
text-decoration: none ;
background-color : transparent ;
}

input, textarea, select {
color: #999999; 
font-family: verdana, sans-serif;
font-size: 9px;
background: #FFFFFF ; 
border:1px solid #CCCCCC;
padding:2px;
margin:1px;
}  

.border {
	border: 1px solid #A9A9A9;
	padding: 4px;
	}

.a img:hover {
	border: 1px solid #A9A9A9;
	padding: 4px;
	}
