BODY {
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

FORM {
	margin: 0;
	padding: 0;
}

#window {
	margin: auto;	
	width: 800px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
}

#topbar {
	background-color: #6699ff;
	border-bottom: 4px solid #FFFFFF;
	width: 100%;
	height: 35px;
	vertical-align: middle;
}

#logo {
	background-image: url("img/logo.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 67px;
}

#contents {
	color: #000000;
	height: 490px;
	text-align: left;
	position: relative;
	z-index: 10;		
}

#languageSelect {
	float: left;
	margin: 12px 0 0 16px;
}

#menu, #miniMenu {
	float: right;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 9px 16px 0 0;
}

#miniMenu {
	float: none;
	font-size: 10px;
}

#sunman {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	z-index:0;
	width: 221px;
	height: 208px;
}

#menu A:link, #miniMenu A:link { 
	color: #FFFFFF; 
	text-decoration:none;
}

#menu A:visited, #miniMenu A:visited { 
	color: #FFFFFF; 
	text-decoration:none;
}

#menu A:hover, #miniMenu A:hover { 
	color: #DDDDDD; 
	text-decoration: underline;
}

#menu A:active, #miniMenu A:active { 
	color: #EEEEEE; 
	text-decoration: underline;
}

#leftColumn {
	width: 180px;
	height: 485px;	
	float: left;
	overflow: auto;
	padding-bottom:5px;
	padding-left: 40px;
}

#rightColumn {
	width: 525px;
	height: 485px;
	float: left;
	overflow: auto;
	padding-bottom: 5px;
	padding-right: 50px;
	padding-left: 5px;
}

.CVYear {
	width: 100px;
	float: left;
	clear: left;
}

.CVJobdescription {
	width: 405px;
	float: left;
}

.row br {
	clear: both;
}

.row {
	clear: both;
	margin-bottom: 5px;

}

.thumbnails {
	border: 1px solid #000000;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}