﻿.leftblock h2, .rightblock h2, .fullwidth h2 {
    font-size: 1.6em;
}

/* The Three "Containers" */

.leftblock {
	float: left;
	clear: left;
}

.rightblock {
	float: right;
	clear: right;
}
.container {
	padding: 15px;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #DBDB79;
	background-color: #FEFFAB;
	background-repeat: repeat-y;
}

.leftblock .container {
    width: 210px;
    background-image: url(images/background_columnleft.gif);
}

 .rightblock .container{
    background-image: url(images/background_columnright.gif);
    width:446px;
}

.fullwidth .container {
    width: 694px;
    background-image: url(images/background_fullwidth.jpg);
    padding: 10px 15px;
}