body
{
	margin: 0px;
	padding: 0px;
	background-color: #f1fdff;
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 9pt;
	overflow: visible;
}

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: none;
	color: #999;
}

a.sideBoxLink
{
	color: #505e69;
}

a.sideBoxLink:hover
{
	color: #333c43;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

img#twitpic
{
	float: right;
	display: block;
	margin: 4px;
}

img#profilepic
{
	display: block;
	margin: 4px;
	width: 210px;
}

					/********************/
					/* Page-layout divs */
					/********************/
					
/* Wrappers */

div#wrapperDec
{
  margin: 0px auto;
  width: 1060px;
  height: 440px;
  background-image: url("img/bgdec.png");
  background-repeat: no-repeat;
}

div#wrapperFrame
{
  margin: 0px auto;
  width: 766px;
}

div#wrapperMain
{
	width: 534px;
	margin-left: 2px;
	margin-top: 4px;
	float: left;
}
div#wrapperSide
{
	width: 225px;
	margin-top: 4px;
	margin-right: 4px;
	float: right;
}

/* Frame */

div#frameTop
{
	position: relative;
	float: left;
	margin-top: 32px;
	width: 766px;
	height: 15px;
	background-image: url("img/top_frame.png");
}

div#frame1
{
	position: relative;
	float: left;
	margin-left: 1px;
	width: 765px;
	height: auto;
	background-color: #fff;
}

div#frame2
{
	position: relative;
	float: left;
	margin-left: 1px;
	top: -15px;
	width: 765px;
	height: auto;
	background-color: #fff;
}

div#frameBottom
{
	position: relative;
	float: left;
	top: 20px;
	width: 766px;
	height: 15px;
	background-image: url("img/bottom_frame.png");
}

/* Banner */

div#banner
{
	position: relative;
	margin-left: 3px;
	margin-top: -10px;
	width: 756px;
	height: 178px;
	background-image: url("img/banner.png");
}

div#footer
{
	position: relative;
	margin-left: 6px;
	width: 752px;
	height: 28px;
	background-image: url("img/footer.png");
}

/* Main box */

div.mainHeader
{
	position: relative;
	width: 533px;
	height: 30px;
	background-image: url("img/header_mainbox.png");
}

div.mainBox
{
	position: relative;
	margin-left: 4px;
	width: 527px;
	height: auto;
	background-color: #f5f5f5;
}

div.mainBottom
{
	position: relative;
	margin-left: 1px;
	margin-top: -2px;
	margin-bottom: 2px;
	width: 533px;
	height: 10px;
	background-image: url("img/bottom_mainbox.jpg");
}

/* Side box */

div.sideHeader
{
	position: relative;
	width: 225px;
	height: 30px;
	background-image: url("img/header_sidebox.png");
}

div.sideBox
{
	position: relative;
	clear: both;
	overflow: hidden;
	right: -2px;
	width: 220px;
	height: auto;
	background-color: #dae3e9;
}

div.sideBottom
{
	position: relative;
	width: 225px;
	height: 9px;
	margin-top: -2px;
	margin-bottom: 2px;
	background-image: url("img/bottom_sidebox.jpg");
}

					/******************/
					/* Table elements */
					/******************/

table.sideBoxTable
{
	margin-left: 8px;
	padding-top: 10px;
	border-collapse: collapse;
	font-size: 8pt;
}

td.sideData
{
	font-weight: bold;
	width: 64px;
	vertical-align: top;
}

table.webTable
{
	margin: 4px;
}

table.mediaTable
{
	margin-left: 4px;
	border-collapse: collapse;
	background-color: #e8e8e8;
}

tr.mediaHeader
{
	background-color: #d9d9d9;
	font-weight: bold;
}

tr.mediaHeader2
{
	background-color: #e8e8e8;
	font-weight: bold;
}

td.padding
{
	padding: 0px 4px 0px 4px;
	vertical-align: top;
}

table.cvList
{
	margin-left: 4px;
	margin-right: 4px;
}

td.companyInfo
{
	width: 200px;
	vertical-align: top;
}

table.affiliate2
{
	margin: 0px auto;
	border-collapse: collapse;
	margin-top: 10px;
	padding: 0px;
}

td.afftd
{
	padding-left: 4px;
}

textarea
{
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
}

					/*****************/
					/* Text elements */
					/*****************/
					
p.header
{
	margin: 0px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: bold;
}

p.headerRight
{
	margin: -18px 0px 0px 0px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 8pt;
	color: #999999;
}

p.text
{
	margin: 0px;
	padding: 6px 4px 0px 8px;
}

p.italic
{
	font-style: italic;
}

p.bold
{
	font-weight: bold;
}

td.inactive
{
	color: #999;
}

.center
{
	margin: 0px auto;
	text-align: center;
}

p.footerMain
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	text-align: right;
	font-size: 8pt;
	color: #999999;
}

p.footerSide
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	text-align: right;
	font-size: 8pt;
	color: #505e69;
}

p.footerLeft
{
	margin: 0px;
	padding-top: 5px;
	padding-left: 6px;
	width: 200px;
	text-align: left;
	float: left;
}

p.footerRight
{
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	width: 200px;
	text-align: right;
	float: right;
}

					/***************/
					/* HR elements */
					/***************/
					
hr.lineMain
{
	margin: 8px 0px 0px 12px;
	padding: 0px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	width: 500px;
	border: 0px;
}

hr.lineSide
{
	margin: 8px 0px 0px 10px;
	padding: 0px;
	color: #d0d8de;
	background-color: #d0d8de;
	height: 1px;
	width: 200px;
	border: 0px;
}

					/************/
					/* Menu bar */
					/************/

div#menuBar
{
	position: relative;
	margin-top: -25px;
	width: 756px;
	height: 24px;
}

a#homeButton
{
	margin-left: 4px;
	display: block;
	float: left;
	width: 500px;
	height: 100px;
}

a#aboutButton
{
	margin-left: 20px;
	display: block;
	float: left;
	text-decoration: none;
	width: 112px;
	height: 24px;
	background: url("img/button_about_inactive.png") no-repeat top left;
}

a#aboutButton:hover, a#aboutButton:focus
{
	background: url("img/button_about_active.png") no-repeat top left;
}

div#loadAboutButton
{
	background: url("img/button_about_active.png") no-repeat top left;
	display: none;
}

a#projectButton
{
	margin-left: 6px;
	display: block;
	float: left;
	text-decoration: none;
	width: 91px;
	height: 24px;
	background-image: url("img/button_projects_inactive.png");
}

a#projectButton:hover
{
	background-image: url("img/button_projects_active.png");
}

div.loadProjectButton
{
	background-image: url("img/button_projects_active.png");
	display: none;
}

a#cvButton
{
	margin-left: 6px;
	display: block;
	float: left;
	text-decoration: none;
	width: 166px;
	height: 24px;
	background-image: url("img/button_cv_inactive.png");
}

a#cvButton:hover
{
	background-image: url("img/button_cv_active.png");
}

div#loadCvButton
{
	background-image: url("img/button_cv_active.png");
	display: none;	
}

a#blogButton
{
	margin-left: 6px;
	display: block;
	float: left;
	text-decoration: none;
	width: 97px;
	height: 24px;
	background-image: url("img/button_blog_inactive.png");
}

a#blogButton:hover
{
	background-image: url("img/button_blog_active.png");
}

div#loadBlogButton
{
	background-image: url("img/button_blog_active.png");
	display: none;
}

a#galleryButton
{
	margin-left: 6px;
	display: block;
	float: left;
	text-decoration: none;
	width: 139px;
	height: 24px;
	background-image: url("img/button_photo_inactive.png");
}

a#galleryButton:hover
{
	background-image: url("img/button_photo_active.png");
}

div#loadGalleryButton
{
	background-image: url("img/button_photo_active.png");
	display: none;
}

.nav-hide
{
	display: none;
}

#aboutButton img
{
	border: 0px;
}

/* Other */
ul
{
	top: 0px;
	margin: 0px;
	padding: 6px 0px 0px 26px;
}

ul#twitter_update_list
{
	list-style-type: none;
	padding: 4px 0px 0px 0px;
	margin: 0px 4px 0px 6px;
}

