@charset "utf-8";
/* CSS Document */

/* -------- RESET CSS <---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/*vertical-align: baseline;*/
	border: 0;
	outline: 0;
	background: transparent;
	text-decoration: none;
	font-size: 100%;
	padding: 0;
	margin: 0; }

ol, ul {
	list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
/* -------------------------------- */

body
{
	margin-left: auto;
	margin-right:auto;
	width: 810px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border: 3px solid #71cdf4;
	padding: 15px 15px 15px 15px;
	margin-top: 5px;

}

input[type=text]
{
	border: 1px solid #666;
	margin-bottom: 5px;
	width:190px;
}

textarea
{
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width:190px;
	height:100px;
}

#left_menu
{
	/*float: left;*/
	width:160px;
	/*height:880px;*/
	vertical-align:top;
	margin-right:10px;
}

#content
{
	/*float: left;*/
	/*height: 880px;*/
	vertical-align:top;
	margin-left: 10px;
	margin-right: 20px;
	width:410px;
}

#right_menu
{
	/*float: right;*/
	vertical-align:top;
	background-color: #fdca77;
	width:195px;
	text-align:center;

	/*height: 880px;*/
}

#blue_column
{
	background-color: #71cdf4;
	text-align:center;
	/*height:880px;*/
	float:left;
}

#white_column
{
	float: right;
	margin-left:00px;
	width:195px;
	margin-right:3px;
}

td
{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
