@import "my.css"; 

/*GENERAL {{{*/

*	{
	font-family : Verdana, sans-serif;
	}

input
	{
	width:150px;
	}

img
	{
	border:0;
	padding:0;
	margin:0;
	}

#content
{
	width:850;
	border:1px solid black;
	background:white;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-425px;
	min-height:100%;
	_height:100%;
	padding-bottom:20px;
}

#right_menu
{
	position:absolute;
	top:70;
	right:0;
	border-left:2px solid #A6A3A3;
	height:430px;
	padding-top:80px;
	width:145px;
}

#left_shadow
{
	background-repeat:repeat-y;
	position:absolute;
	left:-40;
	top:0;
	z-index:10;
	width:40px;
	height:100%;

}

#right_shadow
{
	background-repeat:repeat-y;
	position:absolute;
	right:-40;
	top:0;
	z-index:10;
	width:40px;
	height:100%;
}

.footer
{
	position:absolute;
	bottom:0;
	left:0;
}

.fast_menu
{
	padding-left:180px;
	padding-top:10px;
}
.fast_menu a
{
	font-size:9px;
	text-decoration:none;
	color:black;
}

.contact_table, .contact_table td,.contact_table td input
{
	font-size:10px;
}
/*}}}*/

/*MENU {{{*/
.menu_link,.menu1_link
{
	font-size:11px;
	color:black;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
}

.menu1_link
{
padding:0;
color:black;
}
/*}}}*/


.fast_menu_link
{
	text-decoration:none;
}
.fast_menu_link:hover
{
color:red;
}
/*texty*/
.texty{
font-family:Verdana;
font-size:small;
color:#000000;
}
