body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	background-color: #FFFFFF;
	padding: 0; margin: 10px 0 0 0;
}
#footer {
	position: absolute;
	bottom: 0; right: 20px;
	width: 50%;
}
#footer img {
	width: 100%; height: auto;
}
/*Menu------------------*/
#menu {
	float: left;
	width: 100%;
}
.nav {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #000000;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	color: #FFFFFF;
	padding: 3px 11px;
	text-decoration: none;
}
.menu ul li a:visited {
	color: #FFFFFF;
}
.menu ul li a:hover, .menu ul li .selected	{
	color: #FFFFFF !important;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EE0000;
}
/*Work------------------*/
#work {
	float: left;
	width: 100%;
	margin: 3% 0 0 0;
}
#image_wrap {
	float: right;
	width: 50%;
	margin: 0 10% 0 0;
	text-align: center;
}
#image {
	float: right;
	width: 100%;
}
#image img {
	width: 100%; height: auto;
}
#caption {
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 0 0;
}
/*Thumbs----------------*/
#thumbs {
	float: left; clear: left;
	width: 18%;
	margin: 0 0 0 10%;
}
#thumbs ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0; border: 0; padding: 0;
}
#thumbs ul li {
	display: inline;
}
#thumbs ul li a:link img {
	width: 30%; height: auto;
	margin: 0 3% 3% 0;
	border: 2px;
	border-style: solid;
	border-color: #FFFFFF;
}
#thumbs ul li a:visited img {
	width: 30%; height: auto;
	margin: 0 3% 3% 0;
	border: 2px;
	border-style: solid;
	border-color: #DDDDDD;
}
#thumbs ul li a:hover img {
	width: 30%; height: auto;
	margin: 0 3% 3% 0;
	border: 2px;
	border-style: solid;
	border-color: #0000EE;
}
#thumbs ul li#current img {
	width: 30%; height: auto;
	margin: 0 3% 3% 0;
	border: 2px;
	border-style: solid;
	border-color: #EE0000;
}
/*Sub nav---------------*/
#sub_nav {
	float: left;
	width: 100%;
	font-size: 16px; line-height: 20px;
	text-align: left;
	color: #AAAAAA;
	margin: 0 0 20px 0; border: 0; padding: 0;
}
.style1 {
	font-size: 20px; line-height: 24px;
	color: #EE0000
}
/*biog-----------------*/
#sidebar {
	float: left; clear: left;
	width: 18%;
	margin: 0 0 0 10%;
}
#sidebar a:link {
	color: #0000EE;
	text-decoration: none;
}
#sidebar a:hover {
	color: #EE0000;
	text-decoration: none;
}
#sidebar img {
	width: 100%; height: auto;
}
#biog_wrap {
	float: right;
	width: 50%;
	margin: 0 10% 0 0;
	text-align: center;
}
#biog {
	float: right;
	width: 100%;
	font-size: 13px; line-height: 20px;
	text-align: left;
}
/*---------------------*/
.contact_head {
	font-size: 18px;
}
.contact_text {
	font-size: 13px; line-height: 20px;
	text-align: left;
}