/* CSS Document */

body {
background: url('img/background.jpg');
	margin: 0;
	padding: 1px; 
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;	
	}
	
.test {
background:url(img/contentBg.png) repeat-x;
padding-left:3px; padding-right:3px; padding-bottom:3px; padding-top:3px; 
 }	
 
 
input {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 8pt;
	color: #000000;
	border: solid #000000 1px;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

.button {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 8pt;
	color: #000000;
	border: solid #000000 1px;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
}


textarea {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	border: solid #000000 1px;
	padding-left: 3px;
	padding-right: 3px;
}

#menu{
	margin:0 0 0 0;
	width:200px;
	padding:0 0 25px 0;
	background:url(img/contentBottom.png) no-repeat 0 100%}
	
#content_menu{
	padding:10px 20px 200px 20px;
	background:url(img/contentBg.png) no-repeat 0 0;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	color:#252525}

#page{
	margin:0 0 0 0;
	width:400px;
	padding:0 0 25px 0;
	background:url(img/contentBottom.png) no-repeat 0 100%}
	
#content{
	padding:10px 20px 800px 20px;
	background:url(img/contentBg.png) no-repeat 0 0;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	color:#252525}
	
.test1
{
width:5px;}

.test2
{
height:5px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

a:link {color:#ff0000; text-decoration:none}
a:visited {color:#ff0000; text-decoration:none}
a:active {color:#ff9900; text-decoration:none}
a:hover {color:#ff9900; text-decoration:underline}

/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */
	
#menu_style {
	width: 140px;
	border: 1px solid #ccc;
	margin: 1px;
	}
	
#menu_style li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	font-weight:bold;
	}	
	
#menu_style li a:link, #menu_style li a:visited {
	color: #283A50;
	display: block;
	background: url(img/menu/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu_style li a:hover, #menu_style li a:active {
	color: #283A50;
	background: url(img/menu/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
