/*background*/
body{
	background-image: url(../images/wallpapers/cv_wp1.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: 6px 8px;
}

#title {
	background-color: #000000;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	text-align: right;
	height: 29px;
}

* html #title {
	background-color: #000000;
	position: absolute;
	height: 29px;
	width: 102%;
	top: -19px;
}

* html #title h2 {
	top: 17px;
}

h2 {
	font-size: 24px;
	color: #FFFFFF;
	position: relative;
	line-height: 0px;
	top: -6px;
}

#bgPic {
	position: absolute;
	right: 0px;
	bottom: 29px;
}

/*general links*/
a:link {
	color: #FFFFFF;
}

a:hover {
	color: #FFE990;
}

a:visited {
	color: #FFFFFF;
}

/*footer*/
#footer {
	background-color: #000000;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 29px;
}

* html #footer {
	width: 102%;
}

#footer a {
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color: #FFB1A8;
}

#footer_links {
	list-style-type: none;
	position: relative;
	top: -12px;
	font-weight: bold;
}

* html #footer_links {
	position: absolute;
	height: 29px;
	top: 0px;
	padding-top: 4px;
}

#footer li {
	display:table-cell;
	padding-right: 80px;
	padding-left: 30px;
  }

* html #footer li {
	display:inline;
	padding:0px 80px 0px 30px;
  }

#cv a {
	color: #FF5B4A;
}

#cv a:hover {
	color: #FFFFFF;
}

/*cv_main*/
#white {
	position: absolute;
	left:83px;
	top:32px;
	height: 512px;
	width: 580px;
	overflow: auto;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

#white a:hover {
	color: #000000;
}

#white li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 500px;
	padding-top: 8px;
	padding-right: 8px;
	position: relative;
	left: -24px;
}

b {
	color: #B98B95;
	font-weight: 800;
}

em {
	color: #A8B0BA;
	font-weight: bold;
}

i {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}

table{
	width:560px;
}

#edux, #awax, #skix, #worx, #volx {
	position: relative;
	left:10px;
	top:10px;
}

td{
	font-size:12px;
	vertical-align: top;
	padding-bottom:10px;
}
#skix td{padding-right:30px;}

#date {
	text-align: center;
	padding-right: 20px;
	
}

/*cv tabs*/
#menu {
	position:absolute;
	display:block;
	width: 25px;
	left: 16px;
	top: 15px;
}

#menu li {
	list-style-image: none;
	list-style-type: none;
}

#menu a, #menu a:visited {
	display: block;
	width: 25px;
	height: 99px;
	background:   url(../images/cv_menu/nav_block.gif) left top;
	text-align:center;
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	padding-bottom:1px;
}

#menu a:hover {
	background-position:left bottom; 
	overflow:hidden; 
	color:white;
}

#menu a:selected {
	background-position:left top; 
}