body {
	padding: 0;
	margin: 0;
	background: #ad0129 url(../images/gradient.jpg) repeat-x;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
#page {
	background:#ad0129 url(../images/backMain3.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#header {
	width: 783px;
	height:183px;
	margin: 29px auto 0;
	background: #ad0129 url(../images/logga2.png) no-repeat;
}
#menu {
	font-weight:bold;
	width: 783px;
	height:32px;
	margin: 0 auto 0;
	background: lightgray url('../images/bg_mid.png') top left repeat-x; 
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	line-height: 200%; 
	overflow: hidden !important;
}

#content {
	width: 743px;
	margin: 0px auto 0;
	background: #fff;
	padding: 20px;
	min-height:500px;
}
.imgBorder	{
	border:1px solid black;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
}
#menu li	{list-style:none; padding:0; margin:0; display:inline;}
#menu ul	{padding:0; margin:0; padding:0; display:inline;}
#menu a:link,
#menu a:active,
#menu a:visited,
#menu a:hover{
	text-decoration:none;
	float: left;
	display: block;
	padding: 5px 15px;
	color: #000000;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background: white url('../images/bg_btn.png');
}
#menu a:hover{
	color: #000;
	background:	white;
}
#menu-active {
	color: #fff !important;
	background: red url('../images/bg_btn_active.png') !important;
}
.textarea	{
	width:500px;
	height:300px;
}
#infoBox	{
	postion:relative;
	font-size: 9px;
	margin:20px 0 0 10px; 
}
.textbox	{
	width:500px;
}
.messagebox	{
	background-color:red;
	border:1px solid black;
	padding:5px;
	width:200px;
}
#marginBox	{
	margin:10px 0 10px 0;
}
.overCell	{
	font-weight:bold;
}
#klader	{
	font-weight:bold;
	
}
.noDot	{
	list-style:none;
	font-weight:normal;
	padding:10px;
}
#toTheLeft	{
	width:240px;
	float:left;
	margin:0;
}
#toTheRight	{
	margin:0;
	float:right;
}
#line5	{
	margin: 0px auto 0;
	width:783px;
	height:2px;
	background-color:#ABABAB;
}
#line1	{
	margin: 0px auto 0;
	width:783px;
	height:2px;
	background-color:#FFFFFF;
}
#line2	{
	margin: 0px auto 0;
	width:783px;
	height:2px;
	background-color:#EAEAEA;
}
#line3	{
	margin: 0px auto 0;
	width:783px;
	height:2px;
	background-color:#D5D5D5;
}
#line4	{
	margin: 0px auto 0;
	width:783px;
	height:1px;
	background-color:#C0C0C0;
}
#vip td	{
	padding:5px;	
}
tr.dark{
	background:#afafaf;
}
tr.white{
	background:#ffffff;
}
.frame_big	{
	padding:5px;
	background: url("../images/gradient.gif") bottom repeat-x;
	border:0px solid #dfdfdf;
	width:365px;
	margin-bottom:5px;
	margin-top:5px;
	border: 1px solid #CCCCCC;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}