body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #2c4990;
	background-image: url(images/bg_gradient1.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a {
	color: #246ad2;
	text-decoration: none;
}

a:hover, a:visited {
	color: #d24524;
}

img {
	border: 0;
}

#logo {
	height: 72px;
	background-color: #d4dbf5;
	background: url(images/logo_velis.gif) no-repeat center center;
}

#logo #leftTile {
	background: url(images/tiles_left.gif) no-repeat;
	float: left;
	width: 168px;
	height: 72px;
}

#logo #rightTile {
	background: url(images/tiles_right.gif) no-repeat;
	float: right;
	width: 168px;
	height: 72px;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 36px auto 0 auto;
}

#mainBox {
	background: url(images/bg_main.gif) repeat-y left top;
	float: left;
	margin-bottom: 19px;
	position: relative;
}

#banner {
	background: url(images/top_main.gif) no-repeat left top;
	padding: 17px 19px 0 19px;
}
#banner img {
	display: block;
}

#appleWrapper {
	float: left;
	background: url(images/apple.jpg) no-repeat left top;
}

#mainArea {
	width:760px;
	float: left;
	background: url(images/bottom_main.gif) no-repeat left bottom;
}

#appleShadow {
	position: absolute;
	left: -71px;
	top: 129px;
	width: 71px;
	height: 293px;
	background-image: url(images/apple_left.gif);
	background-repeat: no-repeat;
	z-index:
}

#nav {
	padding: 27px 0 79px 21px;
	float: left;
}

#nav img {
	border: 0;
	padding: 0;
	margin: 0 0 2px 0;
}

#content {
	margin-top: 12px;
	margin-bottom: 12px;
	float: right;
	width: 505px;
}

h1 {
	margin: 30px 23px 15px 0;
	font-size: 23px;
	color: #001b79;
}
h1#first {
	margin-top: 15px;
}

h2 {
	font-size: 15px;
	color: #001b79;
}

h3 {
	font-size: 15px;
	color: #001b79;
	text-decoration: underline;
}

p {
	margin: 15px 20px 15px 0;
	text-align: justify;
}
p.center {
	text-align: center;
}
.float {
	float: left;
}
.float p {
	text-align: left;
}
img.floatRight {
	float: right;
	margin-top: 15px;
	margin-right: 21px;
	margin-left: 20px;
}

.framed {
	border:2px solid #819ee2;
}

img.bioPhoto {
	margin-bottom: 10px;
	border:2px solid #819ee2;
	float:left;
	margin-right:20px;
}

p.bio {
	clear: left;
	padding-top: 10px;
	border-top: 1px solid #819ee2;
}

#content table {
	margin: 0 5px 15px 0;
	padding: 0;
}

#content th, #content td {
	padding: 0 25px 3px 0;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
/*	background-color: #d6defd; */
}


#contactBox {
	clear: both;
	background: url(images/bg_contact.gif) repeat-y left top;
}

#contactTop {
	width: 760px;
	height: 5px;
	background: url(images/top_contact.gif) left top no-repeat;
	font-size: 0;
}

table#contactInfo {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 5px 0 5px 0;
}

td#emailAndPhone {
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

td#copyright {
	color: #a28562;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}

td#address {
	padding: 0 20px 0 0;
	margin: 0;
	text-align: right;
	padding-right: 20px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

#contactBottom {
	width: 760px;
	height: 5px;
	background: url(images/bottom_contact.gif) left bottom no-repeat;
	font-size: 0;
}