body {
	background: #f2f2f2;
	color: #333;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
	font: 9px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding:  0;
	text-align: left;
	background: #fefefe;
}
#header {
	padding: 3px;
/*	border-bottom: #f03 2px solid;*/
}
#password-clear {
    display: none;
}
#header .fr input {
	border:  1px solid #ddd;
	background: #fff;
}
#navwrap {
/*	border-bottom: #f03 2px solid;*/
	margin-top: 0;
	padding: 4px 0;
	margin-bottom: 20px;
	background: #4a4a4a;
}
#nav {
	list-style: none;
	padding-left: 50px;
	margin: 2px 0;
	font-size: .81em;
	font-family: Arial, Geneva, sans-serif;
	font-weight:  bold;
}
#nav li {
	display: inline;
	padding-right: 45px;
}
#nav a {
	color: #eee;
}
#nav a:hover {
	color: #fff;
}
#banner {
	text-indent: -5000px;
	margin:  0 auto;
	height: 284px;
	width: 800px;
	background: url(/images/3-people-800-animation.gif) no-repeat;
}
h1 {
	text-indent: -5000px;
	background:  url(/images/translizer-logo.gif) no-repeat;
	height: 79px;
	width: 233px;
	margin: 5px 0 0 0;
}
h2 {
	color:  #c00;
	letter-spacing: -1px;
	font-size: 1.12em;
	font-family: Arial, Geneva, sans-serif;
}
h3 {
	font-size: .95em;
	font-family:  Arial, Geneva, sans-ser;
}
p {
	font-size: .85em;
}
#content ul {
	 font-size: .74em;
}
#header .fr {		
	margin-top: -60px;
	margin-right: 10px;
}
.fr {
	float: right;
}
h1 a {
	display: block;
	width: 233px;
	height: 79px;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}

#header a {
	font-size: .9em;
}
#footer {
	clear: both;
	
	text-align: right;
	font-size: .75em;
	width: 800px;
	margin: 0 auto;
}
#content .colmask p {
	font-size: .74em;
	text-align: justify;
}
ul p {
	 font-size: .74em;
}
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	margin-top: 15px;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fefefe;		/* right column background colour */
}
.threecol .colmid {
	right:33%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:33%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:29%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:29%;			/* Width of left column content (column width minus padding on either side) */
	left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:29%;			/* Width of right column content (column width minus padding on either side) */
	left:77%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	right:33%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:62%;			/* left column content width (left column width minus left and right padding) */
	left:35%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:29%;			/* right column content width (right column width minus left and right padding) */
	left:39%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
a.tooltip span { font-size: .9em;display:none; padding:6px 8px; margin-left:8px; width:180px; }
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#363636;}

