html {
	height:100%;
	overflow-y: scroll;
}
body {
	background:#FFFFFF none repeat scroll 0%;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:100%;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
div.mainOuter{
	min-width:1200px;
}
.primary {
	height:91px;
	border:0px solid red;
}
.clear {
	clear:both;
}

/*===================*
|      top menu      | 
*====================*/
.sections {
	margin:0;
	padding:0;	
	text-align:left;
	clear:both;
	border:0px solid red;
}
#noto {
	position:absolute;
	left:41px;
	top:33px;
	width:153px;
	height:37px;
}
#illustration_menu{
	position:absolute;
	left:220px;
	top:27px;
	width:124px;
	height:43px;
}
#art_menu{
	position:absolute;
	left:363px;
	top:27px;
	width:54px;
	height:43px;
}
#about_menu{
	position:absolute;
	left:434px;
	top:27px;
	width:68px;
	height:43px;
}
#trips_menu{
	position:absolute;
	left:516px;
	top:27px;
	width:59px;
	height:43px;
}
.email_pages {
	width:139px;
	height:33px;
	background: url(../img/dots_email_pages.gif) no-repeat;
	float:right;
	margin:34px 26px 0 0;
	padding:5px 0 0 10px;
}
.email_pages a:link, .email_pages a:visited, .email_pages a:active {
	color:#fe5c2e;
}
.email_pages a:hover {
	color:#ff8447;
}

/*============*
|     gap     | 
*=============*/
div.headerSpacer{
	height:3px;
	overflow:hidden;
	clear:both;
}

/*===================*
|     thumbnails     | 
*====================*/
div.thumbnails{
	width:140px;
	position:absolute;
	top:112px;
	left:40px;
	padding-bottom: 40px;
}
div.thumbnails ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
div.thumbnails ul li{
	padding:4px;
	margin:0px;
	float:left;
}
div.thumbnails ul li img{
	border:1px solid #DBE7F1;
	cursor:pointer;
	height:50px;
	padding:3px;
	width:50px;
}
div.thumbnails ul li.active img{
	border-color: #0079de;
}

/*========================================*
|            thumbnails2 for design       | 
*=========================================*/
div.thumbnails2{
	width:140px;
	float:left;
	margin:0 0 0 40px;
}
div.thumbnails2 ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
div.thumbnails2 ul li{
	padding:4px;
	margin:0px;
}
div.thumbnails2 ul li img{
	border:1px solid #DBE7F1;
	cursor:pointer;
	height:50px;
	padding:3px;
	width:50px;
}
div.thumbnails2 ul li.active img{
	border-color: #0079de;
}

/*===============*
|     arrows     | 
*================*/
div.secondary{
  	margin:0px auto 0px auto;
	padding:0px 0px 0 0px;	
	width:78px;
	height:21px;
	text-align:center;
}
div.secondary ul{
	padding:0px;
	margin:0px auto 0 auto;
	list-style-type:none;	
}
div.secondary ul li{
	width:39px;
	height:21px;
	float:left;
	margin:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
div.secondary ul li#prev{
	background-image:url(../img/bg_secondary_left.gif);
}
div.secondary ul li#next{
	background-image:url(../img/bg_secondary_right.gif);
}
div.secondary ul li#prev.hover{
	background-image:url(../img/bg_secondary_hover_left.gif);
}
div.secondary ul li#next.hover{
	background-image:url(../img/bg_secondary_hover_right.gif);
}

/*===============*
|    main pic    | 
*================*/
div#canvas{
	margin:8px auto 0 auto;
	text-align:center;
}

/*============*
|    about    | 
*=============*/
div#aboutContent {
	text-align:left;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width:1000px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	border:0px solid red;
}
div#about_pick {
	width:1000px;
	height:605px;
	background:url(../img/aboutme_bg_4.jpg) no-repeat;
}
div#about_text {
	padding:15px 0 20px 173px;
}
div#about_text a:link, div#about_text a:visited, div#about_text a:active{
	color:#fe5c2e;
}
div#about_text a:hover{
	color:#ff8447;
}

.subheader {
	font-weight:bold;
	font-size:12px;
	color:#0057a0;
}
.subheader2 {
	font-weight:bold;
	font-size:12px;
	color:#225886;
}
div.description{
	text-align:left;
	padding:2px 0px 35px 0px;
	font-size:11px;
	color:#000;
}
.standard_ul {
	margin-left:20px;
	padding:0;
}
.email_dots {
	width:171px;
	height:50px;
	background:url(../img/dots_email.gif) no-repeat;
	float:left;
	margin:0 0 0 6px;
	padding:12px 0 0 18px;
}
a.email_link:link, a.email_link:visited, a.email_link:active {
	color:#fe5c2e;
}
a.email_link:hover {
	color:#ff8447;
}
.float_left {
	float:left;
}