﻿body, div, a 
{
    padding: 0px;
    margin: 0px;
	border-width: 0px;
}

body 
{
    text-align: center;
    vertical-align: middle;
	background-color: #E4E4E4;
}

body.links {
	background-color: #1e1e1e;
}

div.main {
	width: 100%;
	height: 100%;
	*height: 800px;
	display: block;
	position: absolute;
	*position: relative;
}

html>body div.main
{
    background: url('../images/black_gradient_10x800.png') repeat-x;
}

div.wrapper 
{
    margin: auto auto;
    width: 400px;
    height: 400px;
    text-align: left;
    vertical-align: top;
}

img 
{
    border-width: 0px;
}

div.logo 
{
    margin: auto auto;
    background: url('../images/id_logo_ie6.png') no-repeat;
    top: 25%;
    position: relative;
    display: block;
    width: 400px;
    height: 400px;
}

html>body div.logo 
{
    background: url('../images/id_logo.png') no-repeat;
    top: 25%;
    position: relative;
    display: block;
    width: 400px;
    height: 400px;
}

div.contact_link 
{
    top: 70px;
    left: 50%;
    position: absolute;
    z-index: 1;
}

div.contact_link a 
{
	display: block;
	width: 232px;
	height: 59px;
}

div.contact_link a 
{
	background: url('../images/contact_link_ie6.png') no-repeat;
}

html>body div.contact_link a 
{
	background: url('../images/contact_link.png') no-repeat;
}

div.cv_link 
{
    top: 150px;
	right: 200px;
	width: 92px;
    text-align: right;
    position: absolute;
    z-index: 1;
}

/*div.cv_link 
{
    top: 130px;
	right: 200px;
	width: 92px;
    text-align: right;
    position: absolute;
    z-index: 1;
}*/

div.cv_link a
{
	display: block;
	width: 92px;
	height: 82px;
}

div.cv_link a 
{
	background: url('../images/cv_link_ie6.png') no-repeat;
}

html>body div.cv_link a 
{
	background: url('../images/cv_link.png') no-repeat;
}

div.photos_link 
{
    top: 205px;
    left: 50%;
    position: relative;
    z-index: 1;
}

div.photos_link a 
{
	display: block;
	width: 292px;
	height: 94px;
}

div.photos_link a 
{
	background: url('../images/photos_link_ie6.png') no-repeat;
}

html>body div.photos_link a 
{
	background: url('../images/photos_link.png') no-repeat;
}

div.links_link {
	top: 235px;
	left: 50%;
	position: relative;
	z-index: 1;
}

/*div.links_link {
	top: 295px;
	right: 200px;
	position: absolute;
	z-index: 1;
}*/

div.links_link a {
	display: block;
	width: 105px;
	height: 46px;
}

div.links_link a {
	background: url('../images/links_link_ie6.png') no-repeat;
}

html>body div.links_link a {
	background: url('../images/links_link.png') no-repeat;
}

div.links-main .header {
	height: 120px;
	width: 100%;
	display: block;
	position: absolute;
	background-color: #222222;
	z-index: 1;
}

div.links-main .header .id-logo {
	background: url('../images/id_logo_grey_100x100.png') no-repeat;
	display: block;
	top: 10px;
	left: 5px;
	width: 100px;
	height: 100px;
	position: absolute;
	color: white;
}

.links-main .content a.id-logo:link,
.links-main .content a.id-logo:visited,
.links-main .content a.id-logo:active,
.links-main .content a.id-logo:hover {
	text-decoration: none;
	color: white;
}

.links-title {
	background: url('../images/links_blur1.png') no-repeat;
	display: block;
	position: absolute;
	width: 200px;
	height: 85px;
	left: 120px;
	top: 20px;
}

div.links-main {
	background-color: #1e1e1e;
}

div.links-main .content {
	background: url('../images/vert-shadow.png') repeat-x;
	display: block;
	top: 0px;
	width: 100%;
	height: 800px;
	color: #DFDFDF;
	font-family: arial, tahoma, verdana, "Trebuchet MS", helvetica, sans-serif;/*Arial, Verdana, "Sans Serif";*/
	font-size: 14px;
	text-align: left;
	padding: 0px 5px 7px 0px;
}

html>body div.links-main .content {
	position: absolute;
	*position: relative;
	height: 100%;
	*height: 800px;
}

div.links-main .content .spacer {
	display: block;
	height: 100px;
	top: 0px;
	width: 100%;
	position: absolute;
}

div.links-main .content .top-shadow {
	background: url('../images/top-shadow.png') repeat-x;
	display: block;
	width: 100%;
	height: 10px;
	top: 120px;
	position: relative;
	z-index: 1;
}

.links-main .content .body {
	position: relative;
	top: 120px;
	padding-left: 10px;
}

.links-main .content h1 {
	font-size: 24px;
	font-style: normal;
	font-family: /*"myriad-pro-semi-condensed-1","myriad-pro-semi-condensed-2",*/"helvetica neue",arial,sans-serif;
	text-shadow: #3C3E43 0 2px 5px;
	margin-top: 19px;
}

.links-main .content ul.list {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.links-main .content ul.list li {
	padding-top: 5px;
	display: block;
}

.links-main .content ul.list a {
	display: block;
	width: 510px;
	height: 81px;
	*height: 84px;
	padding: 4px 4px 3px 10px;
	margin-bottom: 2px;
	color: #DFDFDF;
}

.links-main .content ul.list a:link,
.links-main .content ul.list a:visited,
.links-main .content ul.list a:active,
.links-main .content ul.list a:hover {
	text-decoration: none;
	border-width: 1px;
	border-color: #808080;
	border-style: dotted;
}

.links-main .content ul.list a:hover {
	background-color: #3e3e3e;
	border-width: 1px;
	border-color: #3e3e3e;
	border-style: solid;
}

.links-main .content h2 {
	font-size: 16px;
}

.links-main .content .list .descrip {
	float: left;
	clear: left;
	width: 400px;
}	

.links-main .content .list .descrip p {
	font-size: 14px;
}

.links-main .content .list .image {
	float: left;
	margin-top: 1px;
	padding: 3px 4px 3px 4px;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
}

.links-main .content a:link,
.links-main .content a:visited,
.links-main .content a:active,
.links-main .content a:hover {
	text-decoration: none;
	color: #DFDFDF;
}

.links-main .content a:hover {
	text-decoration: underline;
}

div.ie6-upgrade {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	height: 20px;
	width: 100%;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #3b3b3b;
	background-color: #c8c696;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
}

html>body div.ie6-upgrade {
	display: none;
}
