body {
	background: #EBF4FA url(../images/page-back.gif) center top repeat-y;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* common styles */
img {
	border: none;
}

ul {
	margin: 0;
	padding-left: 20px;
}

ul.circle {
	list-style-type: circle;
}

a:link, a:visited {
	color: #7B9F09;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 5px 5px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 5px;
}

img.alignleft, img.alignright {
	padding: 5px;
	border: 1px solid #FFBFBF;
}

.em {
	color: #FF9834;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; /* for IE/Mac */
}

html[xmlns] .clearfix{
	display: block;
}

* html .clearfix {
	zoom: 1; /* triggers hasLayout */
	display: block; /* resets display for IE/Win */
}

/* structures */
#page {
	width: 750px;
	margin: auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
}

#content {
	margin: 10px 0;
}

#header {
	padding: 20px 0;
}

#header h1 {
	font-size: 32px;
	margin: 0;
}

#footer {
	padding: 5px;
	border-top: 1px solid #BEDF5D;
}

/* menu */
#menu {
	background: transparent url(../images/menu-back.gif) left 10px repeat-x;
}

#menu a:link, #menu a:visited {
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 5px 20px;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #BEDF5D;
	font-size: 16px;
	font-weight: bold;
}

#menu a:hover, #menu a:active, #menu a.current:link, #menu a.current:visited, #menu a.current:hover, #menu a.current:active {
	margin-top: 0;
	padding: 10px 20px;
}

.photo-column {
	margin-right: 10px;
	width: 260px;
	float: left;
}

.home-content {
	float: left;
	width: 480px;
}

.section-header {
	background-color: #EBF4FA;
}

.section-title {
	width: 130px;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	background-color: #BBD9EE;
}

.section-body {
	line-height: 18px;
	padding: 5px;
}

.section-body p {
	margin: 0 0 10px 0;
}

.sub-section {
	margin-bottom: 10px;
}

.sub-title {
	float: left;
	color: #CC9900;
	font-weight: bold;
	width: 140px;
	text-align: right;
}

.sub-body {
	float: left;
	width: 580px;
	padding-left: 20px;
}

.cv-download {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}