body {
	margin: 0;
	text-align: center;
	background-color: #F2F2F2;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #fff;
	background-image:url(../images/main_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 94px;
	text-align: center;
}
#inner {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
}

/* Left menu */

#menu {
	float: left;
	width: 140px;
	padding-top: 60px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
}

/* Main Content */

#content {
	float: right;
	width: 550px;
}

/* Footer */

#footer {
	background-image:url(../images/bkg_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding: 38px 0 30px 0;
}
#footer p {
	float: left;
	margin-top: 10px;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #999999;
}
#footer p a {
	color: #999;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
	text-decoration: none;
}

#footer div#logos {
	float: right;
}
#footer div#logos img {
	margin-left: 35px;
}

/* Overall */

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

p {
	font: 70% Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin: 20px 0 0 0;
	color: #666666;
}
p a {
	text-decoration: underline;
	color: #000;
}
p a:hover {
	text-decoration: none;
}
h1 {
	margin: 40px 0 0 0;
	font: 130% Arial, Helvetica, sans-serif;
}
h2 {
	margin: 20px 0 0 0;
	font: bold 100% Arial, Helvetica, sans-serif;
}
h3 {
	margin: 20px 0 0 0;
	font: bold 80% Arial, Helvetica, sans-serif;
}
table {
	padding: 2px;
	margin-top: 20px;
}
table th, table td {
	font: 70% Arial, Helvetica, sans-serif;
	color: #666666;
}
table th {
	font-weight: bold;
	text-align: center;
}
#content ul {
	list-style: square;
}
#content ul li {
	font: 70% Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #666666;
	padding-bottom: 4px;
}
#content ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#colLeft {
	float: left;
	width: 265px;
	border-right: 1px dashed #E1E1E1;
}
#colRight {
	float: right;
	width: 270px;
}

/* Homepage specific */

#welcome {
	background-image: url(../images/home_nokia3.jpg);
	background-repeat: no-repeat;
	width: 590px;
	height: 132px;
}
#welcome p {
	margin-top: 0;
	padding: 12px 260px 16px 29px;
	color: #FFF;
}

.introBox {
	width: 170px;
	height: 185px;
	background-image: url(../images/bkg_home_box.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
}
.introBox h1 {
	margin: 0;
	padding: 16px 16px 16px 16px;
}
.introBox p {
	margin: 0;
	padding: 0 16px;
	color: #999999;
}.input2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	background-color:#eeeeee;
	}
	
