/* ------------------------------GLOBAlS--------------------------------- */

body, th, td, div, select, optgroup, input, textarea, h1, h2, h3, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 10px;
	color: #5b5751;
}
body	{
	margin: 0;
	padding: 0;
	background: url('../img/bg_body.gif') left top repeat-x;
	background-color: #FFFFFF;
}
form, h1, h2, h3	{
	display: inline;
}
p, h1, h2, h3	{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol	{
	margin: 0 0 15px 0;
	padding: 0 0 0 22px;
}
ul	{
	list-style-type: square;
}
img	{
	border: 0px solid black;
}
a	{
	color: #67512c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label	{
	cursor: pointer;
	_cursor: hand;
}

/* ------------------------------BASIC LAYOUT----------------------------- */

div#whole	{
	margin: 160px 0 0 103px;
}

/* ------------------------------CONTENT---------------------------------- */

h1#main_title	{
	font-size: 18px;
	color: #a56c05;
}
div#content	{
	margin-top: 70px;
	width: 580px;
}
div#content2	{
	margin-top: 70px;
	width: 620px;
}
input.btn	{
	width: auto;
	height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #655947;
	background-color: #d4d0c8;
	border: 1px solid #5b5751;
}
input.text	{
	height: 16px;
	border: 1px solid #cec8b4;
}

/* ------------------------------COMMON CLASSES--------------------------- */

.pt3	{
	padding-top: 3px;
}
.pt5	{
	padding-top: 5px;
}
.pt15	{
	padding-top: 15px;
}
.w20	{
	width: 20px;
}
.w70	{
	width: 70px;
}
.w90	{
	width: 90px;
}
.w205	{
	width: 205px;
}
.w485	{
	width: 485px;
}
.pic	{
	border: 0px solid black;
}
.fleft	{
	float: left;
}
.fright	{
	float: right;
}
.aleft	{
	text-align: left;
}
.aright	{
	text-align: right;
}
.acenter	{
	text-align: center;
}
.justify	{
	text-align: justify;
}
.n	{
	font-weight: normal;
}
.b	{
	font-weight: bold;
}
.c	{
	text-transform: uppercase;
}
.u	{
	text-decoration: underline;
}
.nod	{
	text-decoration: none;
}
.clearer	{
	line-height: 0px;
	clear: both;
}
.cleft	{
	clear: left;
}
.cright	{
	clear: right;
}
.pointer	{
	cursor: pointer;
	_cursor: hand;
}
.hidden	{
	display: none;
}

/* --------------------------------COLORS--------------------------------- */

