@charset "utf-8";
/* CSS Document */

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

img {
	border: 0px;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}

h1 {
	font:bold;
	font-size:13px;
	color:#000;
	padding-bottom:7px;
	}
	
h2 {
	font:bold;
	font-size:12px;
	color:#000;
	padding-bottom:3px;
	}

body {
	background:url(../images/bg.png);
}

body, table, div, input, select, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.container {
	width:850px;
	margin:0 auto;
	padding-top:50px;
}

.topmenu {
	width:840px;
	text-align:center;
	font-size:14px;
	margin:5px;
}

.wittecontainer {
	width:840px;
	margin:0 auto;
	background:#FFF;
	padding:5px;
	
	height:auto !important;
	height:100%;
	min-height:100%;                   
}

.menu {
	padding:5px;
	margin-top:5px;
	float:left;
	width:170px;
}

	.menu1{
		cursor:pointer;
	}

	.submenu{
		margin-left:10px;
		margin-bottom: 0.5em;
	}


.main {
	float:right;
	padding:5px;
	margin-top:5px;
		
	width:645px;
	height:100%;
}

.footer {
	padding:5px;
	text-align:center;
	color: #a3afbf;
}
