.c_left {
	width: 45px;
	height: 100%;
	background-image: url(../images/nav/c_left.jpg);
	background-repeat: repeat-y;
}

.content{
	width: 665px;
	height: auto;

	background-image: url(../images/nav/content_bg.jpg);
	background-repeat: repeat;
}

.c_right{
	width: 45px;
	background-image: url(../images/nav/c_right.jpg);
	background-repeat: repeat-y;
}

.text{
	font-size: 11px;
	color: #58656E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.greytext{
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #A03830;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited { 
	color: #A03830; 
	text-decoration: none; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
}

a:hover { 
	color: #A03830; 
	text-decoration: underline; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
}

a.subnav:link {
	color: #006FA4;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px; 
	font-size: 10px;
}

a.subnav:visited { 
	color: #006FA4; 
	text-decoration: none; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px; 
	font-size: 10px;
}

a.subnav:hover { 
	color: #006FA4; 
	text-decoration: underline; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px; 
	font-size: 10px;
}


.buy_bottom {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: 9C998B;
	border-bottom-color: 9C998B;
	border-left-color: 9C998B;
	width: 134px;
	height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
}

.stamp_form{
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1BEB0;
	border-right-color: #C1BEB0;
	border-bottom-color: #C1BEB0;
	border-left-color: #C1BEB0;
	padding: 15px;
	background: #F5F3EA;
	position: static;
}