p, h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
p {
	padding-bottom: 10px;
}
h1 {
	font-size: 2em;
	line-height: 2em;
	padding-bottom: 1px;
}
h2 {
	font-size: 1.4em;
	color: rgb(102,102,153);
	line-height: 1.4em;
	padding-top: 12px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 5px;
}
a {
}
a:link {
	color: rgb(0,51,204);
}
a:visited {
	color: purple;
}
a:hover {
	color: blue;
	border-bottom: 1px solid blue;
}
a:active {
	color: red;
		border-bottom: 1px solid red;
}
.center {
	text-align: center;
}
/* styles for screens larger than 769px wide */
@media screen and (min-width: 769px) {
.wrapper {
	width: 90%;
	min-width: 769px;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0em;
	padding-right: 5%;
	padding-bottom: 0em;
	padding-left: 5%;
}
.header {
	height: 100px;
	background-image: url(../images/sample_logo_big.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.column_1 {
	float: left;
	width: 23%;
	margin-right: 3%;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #F4F3EC;
	padding-bottom: 830px;
}
.column_2 {
	float: right;
	width: 67%;
	margin-right: 3%;
	padding-bottom: 16px;
}
.base {
	width: 60%;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	clear: both;
	background-color: rgb(232,245,248);
	padding-top: 16px;
	padding-right: 20%;
	padding-bottom: 14px;
	padding-left: 20%;
	margin-top: 26px;
}
.footer {
	width: 60%;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgb(219,236,245);
	padding-top: 14px;
	padding-right: 20%;
	padding-bottom: 14px;
	padding-left: 20%;
}
}
/* styles for screens from 481 to 768px wide */
@media screen and (min-width: 481px) and (max-width: 768px) {

.wrapper {
	width: 94%;
	min-width: 481px;
	max-width: 768px;
	margin: 0 auto;
	padding-top: 0em;
	padding-right: 3%;
	padding-bottom: 0em;
	padding-left: 3%;
}
.header {
	height: 100px;
	background-image: url(../images/sample_logo_med.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
}
.column_1 {
	width: 100%;
}
.column_2 {
	width: 100%;
	margin-bottom: 20px;
}
.base {
	width: 80%;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	clear: both;
	background-color: rgb(232,245,248);
	padding-top: 16px;
	padding-right: 10%;
	padding-bottom: 14px;
	padding-left: 10%;
	margin-top: 10px;
}
.footer {
	width: 80%;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgb(219,236,245);
	padding-top: 14px;
	padding-right: 10%;
	padding-bottom: 14px;
	padding-left: 10%;
}
}
/* styles for screens up to 480px wide */
@media screen and (max-width: 480px) {
.wrapper {
	min-width: 240px;
	max-width: 480px;
	margin: 0 auto;
}
.header {
	height: 90px;
	background-image: url(../images/sample_logo_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.column_1 {

}
.column_2 {
	margin-bottom: 12px;
}
.base {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	background-color: rgb(232,245,248);
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
.footer {
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgb(219,236,245);
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.2em;
	color: rgb(102,102,153);
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 2px;
}
h1, h2, h3, p {
	padding-right: 10px;
	padding-left: 10px;
}
}

