
body {
	margin: 0 0 0 0;
	background-color: #A0A0A0;
	font: 11px/1.6em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}


a { color: #006e98; text-decoration: none; border: none; }
a:hover { color: #0095cd; text-decoration: underline; }

h1 {
	text-align: center;
}


h3 {
	margin-top: 22px;
	border-bottom: 1px dotted #CCC;
	margin-left: 0;
	padding-left: 0;
}


h3.first {
	margin-top: 0;
	padding-top: 0;
}

h3.withHomeDivOnLeft {
	margin-left: 254px;
}



#header {
	display: block;
	width: 100%;
	height: 82px;
	background-image: url(/top-bg.png);
}



#navigationBar {
	display: block;
	width: 100%;
	height: 32px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	margin-top: -32px;
}


#name {
	display: block;
	background-image: url(/name.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 82px;
}



#mail {
	display: block;
	width: 100%;
	height: 82px;
	margin-top: -82px;
	text-align: right;
}


.ichatIcon {
	padding: 16px 8px 0 0;
}

.mailIcon {
	padding: 16px 16px 0 0;
}




#content {
	background-color: white;
	background-image: url(/content-bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}



.imageOnLeft {
	float: left;
	background: #F0F0F0;
	
	padding: 8px;
	margin-right: 14px;
	text-align: center;
}


/*.contentOnRight {
	margin-left: 254px;
}*/



.imageOnRight {
	float: right;
	padding: 8px;
	margin-left: 14px;
}


.contentOnLeft {
	
}


img.padRight {
	padding-right: 14px;
}


img.padLeft {
	padding-left: 14px;
}




img.onLeft {
	padding-right: 14px;
	float: left;
}


img.onRight {
	padding-left: 14px;
	float: right;
}



div.section {
	clear: both;
	overflow: hidden;
	width: 980px;
}

