/*
	GLOBAL SETTING
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: #e5e2dd;
}

#wrapper_outter {
	margin: auto; 
	width: 100%; 
	background: url(../images/bg-tile.jpg) top center repeat-y;
}

#wrapper {
	width: 940px;
	min-height: 3780px;
	height:auto !important; 
	height:3780px;
	margin: auto;
	background: url(../images/plant.png) top right no-repeat;
}

#wrapper_inner {
	width: 540px;
	padding-top: 117px;
}

#top_nav {
	overflow: hidden;
	margin-bottom: 2px;
}

.content_top {
	padding-top: 15px;
	margin-bottom: 57px;
	background: url(../images/content-top.gif) top left repeat-x;
}

.content_bot {
	padding-bottom: 15px;
	background: url(../images/content-bot.gif) bottom left repeat-x;
	overflow: hidden;
}

.content_inner {
	text-align: right;
}

.flashholder {
	width: 400px; 
	margin: auto;
}

#footer {
	margin-top: 5px;
	text-indent: -9999px;
}

ul.thumbnail {
	width: 540px;
	margin-bottom: 10px;
	overflow: hidden;
}

ul.thumbnail li {
	margin-right: 12px;
	float: left;
	list-style-type: none;	
}

ul.thumbnail li.last {
	margin-right: 0;
}

p.back_to_top {
	width: 540px;
	margin-top: 20px;
	text-indent: -9999px;		
}

p.back_to_top a {
	width: 112px;
	height: 11px;
	display: block;	
	background: url(../images/back-to-top.gif) top left no-repeat;
	float: right;
	overflow: hidden;
}

p.back_to_top a:hover {
	background: url(../images/back-to-top-on.gif) top left no-repeat;
}

.img_right19  {
	margin-right: 19px; 
}

/*
	TYPOGRAPHY
*/	

html {
	font-size: 62.5%;
}

body {
	font:  1.2em "Times New Roman", Times, serif;
	color: #717174;
	line-height: 1;
}

h1 {
	width: 540px;
	height: 233px;
	text-indent: -9999px;
	background: url(../images/dennis-fang.png) top left no-repeat;
}

h2 {
	font-size: 1em;
	margin-bottom: 2px;
	text-indent: -9999px;
}

#graphic-design {
	width: 153px;
	height: 10px;	
	background: url(../images/graphic-design.gif) top left no-repeat;
}

#advertising {
	width: 303px;
	height: 10px;
	background: url(../images/advertising.gif) top left no-repeat;
}

#arts {
	width: 303px;
	height: 10px;
	background: url(../images/arts.gif) top left no-repeat;
}

#cg-reel {
	width: 235px;
	height: 10px;
	background: url(../images/cg.gif) top left no-repeat;
}

#about-me {
	width: 91px;
	height: 10px;
	background: url(../images/about-me.gif) top left no-repeat;
}

#resume {
	width: 69px;
	height: 10px;
	background: url(../images/resume.gif) top left no-repeat;
}

#contact {
	width: 92px;
	height: 10px;
	background: url(../images/contacts.gif) top left no-repeat;
}

#copyright {
	width: 202px;
	height: 9px;
	background: url(../images/copyright.gif) top right no-repeat;
	float: right;
}

.contact_info {
	width: 540px;
	height: 289px;
	background: url(../images/contact-info.gif) top left no-repeat;
}

.email {
	position: relative; 
	top: 144px; 
	left: 341px; 
	text-indent: -9999px;
}

.emailbox {
	width: 165px; 
	height: 12px; 
	display: block;
	overflow: hidden;
}

/*
	NAVIGATION
*/

ul#main_nav {
	width: 540px;
}

ul#main_nav li {
	height: 7px;
	list-style-type: none;
	float: left;
}

ul#main_nav li a {
	height: 7px;
	display: block;
	text-indent: -9999px;
}

#nav_about {
	width: 90px;
	margin-right: 14px;
	background: url(../images/nav-about-dennis.gif) bottom left no-repeat;
}

#nav_about a:hover {
	background: url(../images/nav-about-dennis-on.gif) bottom left no-repeat;
}

#nav_graphic {
	width: 103px;
	margin-right: 13px;
	background: url(../images/nav-graphic-design.gif) bottom left no-repeat;
}

#nav_graphic a:hover {
	background: url(../images/nav-graphic-design-on.gif) bottom left no-repeat;
}

#nav_cg {
	width: 48px;
	margin-right: 12px;
	background: url(../images/nav-cg-reel.gif) bottom left no-repeat;
}

#nav_cg a:hover {
	background: url(../images/nav-cg-reel-on.gif) bottom left no-repeat;
}

#nav_ad {
	width: 81px;
	margin-right: 12px;
	background: url(../images/nav-advertising.gif) bottom left no-repeat;
}

#nav_ad a:hover {
	background: url(../images/nav-advertising-on.gif) bottom left no-repeat;
}

#nav_arts {
	width: 29px;
	margin-right: 15px;
	background: url(../images/nav-arts.gif) bottom left no-repeat;
}

#nav_arts a:hover {
	background: url(../images/nav-arts-on.gif) bottom left no-repeat;
}

#nav_resume {
	width: 46px;
	margin-right: 14px;
	background: url(../images/nav-resume.gif) bottom left no-repeat;
}

#nav_resume a:hover {
	background: url(../images/nav-resume-on.gif) bottom left no-repeat;
}


#nav_contacts {
	width: 62px;
	margin-right: px;
	background: url(../images/nav-contacts.gif) bottom left no-repeat;
}

#nav_contacts a:hover {
	background: url(../images/nav-contacts-on.gif) bottom left no-repeat;
}

