html, body {
	height: 100%;
}

body {
	color: #e3e4cd;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background: #101010 url(../i/bg_body.jpg) repeat-x;
}

#wrap {
	width: 702px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 53px 0 0 0;
	background: url(../i/bg_sidebar.jpg) repeat-y 536px;
	height: 100%;
}

#header {
	margin-bottom: 54px;
}

#content {
	width: 513px;
	display: inline;
	float: left;
}

#sidebar_1 {
	width: 162px;
	margin: 0 0 0 18px;
	float: right;
	display: inline;
}

#sidebar_1 ul#navlist {
	background: url(../i/nav_divider.jpg) repeat-x left top;
	margin: 0 10px 0 8px;
}

#sidebar_1 ul#navlist li {
	margin: 0;
	padding: 9px 0;
	background: url(../i/nav_divider.jpg) repeat-x left bottom;
}

#sidebar_1 ul#navlist li a:link, #sidebar_1 ul#navlist li a:visited {
	color: #afc361;
	display: block;
	text-transform: uppercase;
	margin: 0 9px 0 9px;
	padding-left: 18px;
	letter-spacing: 0;
}

#sidebar_1 ul#navlist li.active a, #sidebar_1 ul#navlist li a:hover {
	color: #ecf8b6;
	background: url(../i/star.jpg) no-repeat left center;
}

#sidebar_1 ul#navlist li a:active {
	color: #254446;
}

#sidebar_2 {
	width: 127px;
	position: absolute;
	top: 53px;
	right: -153px;
	background: url(../i/andnowaword.jpg) no-repeat center top;
	padding-top: 72px;
}

#footer {
	clear: both;
	color: #4f605d;
	font-size: 11px;
	background: url(../i/kitty.jpg) no-repeat right center;
	text-align: right;
	padding-right: 44px;
	margin: 36px 180px 18px 0;
}

#flag {
	position: absolute;
	top: 0;
	left: -153px;
	width: 124px;
	height: 213px;
	background-image: url(../i/flag.jpg);
}

.foliozoom {
	background-color: #121212;
	padding: 10px;
	text-align: center;
}

.foliozoom p {
	text-align: left;
}
#portfolio img {
			border: 1px solid #333;
			padding: 3px;	
			margin: 0 2px 9px 0;
			background-color:#fbf9db;
		}
		
.hidden{display:none;}
/* TYPOGRAPHY */

a:link {
	color: #b2dfeb;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color .2s linear;
}

a:visited {
	color: #7bd2da;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #549ba1;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #730800;
	text-decoration: none;
	font-weight: bold;
}

/* HEADINGS */

h1 {
	color: #82a2ab;
	margin-bottom: 9px;
	font: bold 18px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	font-size: 13px;
	line-height: 18px;
	color: #748e8a;
	margin: 9px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	color: #748e8a;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	color: #748e8a;
}

h5 {
	font-size: 11px;
	line-height: 18px;
	color: #748e8a;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	color: #748e8a;
}

p {
	margin-bottom: 18px;
}
li {
	margin: 0 0 9px 18px;
	
}
#sidebar_2 {
	font-size: 11px;
	color: #777;
}
