
.wrapper { 
    margin: 1em auto;
    width: 816px;
}
.wrapper .leftcolumn { 
    color: #333;
    background: #fff0d6;	
    margin: 10px 0px 10px 0px;
    padding: 10px;
	min-height: 814px;
    width: 600px;
    float: left;
	background-image: url(../images/boldheader.png);
	background-repeat: repeat-x;
}
.wrapper .rightcolumn { 
    float: right;
    color: #333;    
    background: #E7DBD5;
    margin: 10px 0px 20px 0px;
    padding: 10px;
    width: 200px;
    display: inline;
    position: relative;
	
}


.leftcolumn a {
	color: #1181f1;
}

.leftcolumn H1 {
	white-space: nowrap;
}

.divbutton {	
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	font-size: 16px;
	/*padding: 4px 0 4px 0;*/
	text-decoration: none;		
}

.divbutton a {
	text-decoration: none;
	color: white;
}

.divbutton_square {
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	font-size: 16px;
	/*padding: 4px 0 4px 0;*/		
}

.divbutton_square a {
	text-decoration: none;
	color: white;
}
