*, html {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

body {
	font-family:arial,helvetica,lucida,tahoma,verdana,sans-serif;
	
	background: #fff url(innerbg.jpg) top center no-repeat fixed;
	font-size:12px;
	color: #555;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}
a {
	text-decoration: none;
	color: #8499bf;
}

a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color: #444444;
	font-family: "Lucida Bright", Times New Roman',Times,serif';
	font-weight: normal;

}

h1 {
	margin-bottom: 10px;
	font-size: 28px;
}

h2 {
	margin-bottom: 8px;
	font-size: 22px;
}


h3 {
	margin-bottom: 6px;
	font-size: 14px;
}

ul {
	
}

#content li {
	line-height: 1.3em;
	margin-bottom: 0.3em;
 	list-style: none;
 	
	padding: 7px;
	border: 1px dotted #a8c2f2;
	font-weight: bold;
}

td {
	padding: 8px;
	vertical-align: top;
}

.righttable {
	text-align: right;
	font-weight: bold;
}

#wrapper {
	padding-left: 180px;
	margin: 0px auto;
	width: 540px;
	height: 590px;
}

#content {
	margin-top: 20px;
}

#nav {
	height: 40px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	display: block;
	color: #fff;
	background: #f2a8c2;
	font-size: 14px;
	margin-right: 4px;
 	padding: 6px;
 	text-decoration: none;
 	
}

#nav ul li a:hover {
	text-decoration: none !important;
	background-color: #f28fb2;
}

#cv {
	float: right;
	
}

 a img {
	border: none !important;
}

#cv a {
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 24px;
	vertical-align: middle;
}

#cv a img {

}

#cv a:hover {
	text-decoration: none;
	background: #47622c;
	color: #fff;
}

.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom: 4px solid #f6f6f6;
}

.interest {
	padding: 15px;
	border: 1px dotted #c2f2a8;
}

#contact {
	padding-top: 8px;
	margin-top: 26px;
	border-top: 1px dotted #ccc;
	color: #999;
	clear: both;
}

#sectors h3 {
	display: block;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
	cursor: pointer;

}