body { 
	font: 12px verdana; 
	color: #000000; 
	margin-left: 0px; 
	margin-top:0px;
	padding:0px;
	background: #eeeeee fixed no-repeat left top;
	}

	/**/
	/* A */
	/**/
	a {
		color: white;
		text-decoration: none;
		}
		
	a:hover	{
		color: #F0EE3F;
	}
	
	
	
/**/
/* Scroller */
/**/
#Scroller
{
	height:420px;
	width:500px;
	overflow:auto;
	scrollbar-face-color:      #828CA0;
	scrollbar-shadow-color:    #dddddd;
	scrollbar-highlight-color: #dddddd;
	scrollbar-3dlight-color:   #dddddd;
	scrollbar-darkshadow-color:#dddddd;
	scrollbar-track-color:     #dddddd;
	scrollbar-arrow-color:     #333365;
	
}

/**/
/* address */
/**/
	#address {
		margin:2px;
		font-family: Verdana;
		font-size: 9px;
	}
	
	#address a {
		color: black;
		text-decoration: none;
	}
	
	#address a:hover {
		color: #a20b0b;
		text-decoration: none;
	}
	
	/**/
	/* Main_menu */
	/**/
	#mainmenu {
		font-family: verdana, sans-serif;
		font-size: 10px;
		color: white;
		width: 440px;
		height: 30px;
		background: url(../images/menu-bg.gif);
		background-repeat: no-repeat;
		text-indent: 8px;
	}
	
	#mainmenu img {
		vertical-align: middle;
	}
	
	/**/
	/* Left_banner */
	/**/
	#leftbanner {
	width: 707px;
	background: url(../images/left.gif);
	background-repeat: no-repeat;
	}
	
	/**/
	/* main */
	/**/
	#main {
	 width: 667px;
	 height: 545px;
	 border-left: 1px solid #333365;
	 border-top: 1px solid #333365;
	 border-right: 1px solid black;
	 border-bottom: 2px solid black;
	 background: #DDDDDD url(../images/corner.gif);
	 background-repeat:no-repeat;
	 background-position: bottom right;
	}
	
	/**/
	/* thinkit_logo */
	/**/
	
	#thinkitlogo .logo {
		position: relative;
		top: 40px;
		left: 260px;
		vertical-align: top;
	}
	
	/**/
	/* Main_text */
	/**/
#maintext {
	padding-left: 10px;
}
#maintext  h1 {
	font-size: 20px;
	font-family: verdana;
	color: #A20B0B;
}

#maintext  h2 {
	font-size: 14px;
	font-family: verdana;
	color: #A20B0B;
}
