﻿/* CSS Document */

* { padding: 0; margin: 0; }
div{ margin: auto; width: 798px; }
img { border: 0; }
p {
	padding: 15px;
	line-height: 1.3;
	font-size: 11px;
}
ol li { padding-bottom: 15px; }
h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.1;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
	padding-bottom: 20px;
	color: #999999;
}
html, body {
	background-color: #FCF9E5;
	font-family: "Verdana", Arial, Helvetica;
	font-size: 10px;
	line-height: 1.1;
	height: 100%;
}

.cvs { height: 100%; background: url('../img/cvs_bg.gif') repeat-y; }

.cvs_rht_t, .cvs_rht_tr {
	background: url('../img/cvs_br.gif') repeat-x;
	width: 229px;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 30px;
}
.cvs_rht_tr {
	text-align: right;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 60px;
	vertical-align: middle;
}


.cvs_rht { background-color: #FFFFFF;  width: 638px; }
.cvs_rht_inr { width: 229px; padding: 20px 30px 20px 30px; }
.cvs .cvs_rht .cvs_rht_inr ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.2;
}
.cvs_rht_inr img { padding-bottom: 15px; display: block; }

.cvs_lft { width: 160px; background-color: #F0EDDA; }
.cvs_lft, .cvs_rht_inr, .cvs_rht, .cvs_rht_t, .cvs_rht_tr { float: left; }

.cvs_rht_tr a { color: #000000; margin: 0 5px 0 5px; text-decoration: none; }
.cvs_rht_tr a:hover { color: #990000; }

