* {
	margin: 0;
}
html, body {
	height: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;/**/
	margin: 0;
	padding: 0;
	position: relative;
		/*border: 1px solid green;*/
}
#content {
	width: 800px;
	height: 90%;
	min-height: 600px;
	position: relative;
	padding: 0px;
	background: transparent url("../portfolio/images/lines_bg.gif") 50% 0px no-repeat;
		/*border: 1px solid red;*/
}
#content.resume, #content.contact {
	height: auto;
}
#table_div {
	position: absolute;
	left: 215px;
	top: 110px;
	width: 535px;
	/*padding: 0 0 100px;
		border: 1px solid red;*/
}
p {
	padding: 10px 0 0;
}
.footer {
	width: 800px;
	height: 60px;
	background: transparent url("../portfolio/images/footer_bg.gif") 0px 0px no-repeat;
	/*text-indent: -500em;
	border: 1px solid blue;*/
}
/*------------------------------------------------*/
#page_title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 60px;
	background: transparent url("../portfolio/images/portfolio_title.gif") 0px 0px no-repeat;
	/*text-indent: -500em;*/
}
#content.resume #page_title {
	background: transparent url("../portfolio/images/resume_title.gif") 0px 0px no-repeat;
}
#content.contact #page_title {
	background: transparent url("../portfolio/images/contact_title.gif") 0px 0px no-repeat;
}
#name_title {
	position: absolute;
	left: 250px;
	top: 8px;
	width: 540px;
	height: 78px;/**/
	background: transparent url("../portfolio/images/dina_title.gif") 0px 0px no-repeat;
}

#wheel {
	position: absolute;
	left: 144px;
	top: 50px;
}

#nav {
	position: absolute;
	left: 202px;
	top: 0px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	height: 78px;
	/*background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-indent: -500em;*/
}
#nav #tab_logo {
	width: 190px;;
	/*background-image: url("../portfolio/images/tab_logo_bg.gif");*/
}
#nav #tab_postcards {
	width: 104px;;
	/*background-image: url("../portfolio/images/tab_postcards_bg.gif");*/
}
#nav #tab_flyers {
	width: 168px;;
	/*background-image: url("../portfolio/images/tab_flyers_bg.gif");*/
}
#nav #tab_cd {
	width: 97px;;
	/*background-image: url("../portfolio/images/tab_cd_bg.gif");*/
}
#nav #tab_logo.active {
	background-color: #EEFFFF;
}
#nav #tab_postcards.active {
	background-color: #FFEEFF;
}
#nav #tab_flyers.active {
	background-color: #FFFFCC;
}
#nav #tab_cd.active {
	background-color: #EEEEEE;
}

#main_nav {
	position: absolute;
	left: 0px;
	top: 129px;
	background-color: transparent;
	background-image: url("../portfolio/images/main_nav_bg.gif");
	background-repeat: no-repeat;
}
.nav_home {
	background-position: 0px 0px;
}
.nav_portfolio {
	background-position: 0px 40px;
}
.nav_resume {
	background-position: 0px 80px;
}
.nav_contact {
	background-position: 0px 120px;
}
/*
#resume_div {
	position: relative;
	left: 90px;
	top: 100px;
	width: 550px;
	padding-bottom: 60px;
	padding: 0 0 100px;
		border: 1px solid red;
}
*/

/* Text styles */

tr {font: 80% Arial, Helvetica, sans-serif;}
p {padding: 10px 0 10px;}

.smalltype {font: 85% Arial, Helvetica, sans-serif;}
.smallgrey {font: 85% Arial, Helvetica, sans-serif; color:#666666;}
.thumb {border-color: #666666;}

a:link {color: #0033CC; text-decoration: none;}
a:visited {color: #0033CC; text-decoration: none;}
a:active {color: darkred; text-decoration: none;}
a:hover {color: #CC6633; text-decoration: underline;}


/* View Images Popup */

#pop_curtain {
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	position: absolute; top: 0px; left: 0px;
	background-color: #CCCCCC;
	width: 600px; height:400px;
}
#pop_item {
	display: none;
	position: absolute; top: 0px; left: 0px;
	background-color: #FFFFFF;
	padding: 20px 0px 0px;
	_padding: 20px 20px 20px;/**/
	border: 1px solid #990000;
	width: 10px; height:10px;
	text-align: center;
}
#pop_item tr, #pop_item .picDescr {font: 11px Arial, Helvetica, sans-serif;}


