#main {
	background-color: #FFFFFF;
	width: 800px;
	clip: rect(auto,auto,auto,auto);
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	position: relative;
}
#menu {
	background-color: #FFFFFF;
	height: 350px;
	width: 800px;
}
#content {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 50px;
	padding-right: 13px;
	padding-left: 13px;
}
#bottomlink {
	background-color: #FFFFFF;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
	text-align: justify;
	padding: 0px;
}
html {
	height: 100%;
}

table {
	margin-right: auto;
	margin-left: auto;
}
h1 {
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	color: #979797;
	font-weight: normal;
}


td {
	text-align: center;
	vertical-align: bottom;
	border: 0px dashed #000000;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #7B7B7B;
}
a:hover {
	color: #000000;

}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link_table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.link_marker {
	width: 2px;
	background-image: url(linkmarker.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



.error_msg {
	color: #FF0000;
	text-align: center;
}
.noresult_msg {
	text-align: center;
}

.cv_name {
	text-align: center;
	vertical-align: middle;
}
.cv {
	text-align: justify;
	vertical-align: middle;
}

.list_td {
	padding-bottom: 20px;

}
.list_img {
	vertical-align: bottom;

}
.list_txt {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.links {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.headerspace {
	width: 20px;
}
.header_table {
	left: 0px;
	margin-right: 0px;
	margin-left: auto;
}
.header {
	width: 50%;
}
.copyright {
	color: #7B7B7B;
}

