BODY {
	margin: 0px;
	padding: 0px;
	background: Black url(../images/bg_body.jpg) no-repeat;
	color: #efe6d2;
	font: normal 11px Georgia;
}

A { color: #efe6d2; text-decoration: none; }
A:hover { text-decoration: underline; }

DIV#container {
	width: 1000px;
	float: left;
}

DIV#header {
	float: left;
	width: 1000px;
	height: 104px;
	background: url(../images/header.jpg);
}

DIV#left {
	margin-left: 38px;
	width: 648px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

DIV#infobar {
	float: left;
	padding: 29px 0px 0px 18px;
	width: 630px;
	height: 69px;
	background: url(../images/infobar.jpg);
	color: #efb911;
	font: normal 13pt Georgia;
}
DIV#infobar SPAN.s1 {
	color: #119e96;
	border-bottom: 1px dotted #119e96;
}
DIV#infobar SPAN.s2 {
	color: #e01f63;
	border-bottom: 1px dotted #e01f63;
}

DIV#mywork {
	width: 159px;
	height: 76px;
	float: left;
	background: url(../images/mywork.jpg);
}

DIV#content { clear: both; }

DIV#content UL {
	padding: 0px;
	margin: 0px 0px 100px 0px;
	list-style: none;
}

DIV#content UL LI.work_name {
	color: #efb911;
	font-size: 13pt;
}
DIV#content UL LI.client_name {
	color: #d11d5d;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 16px;
}
DIV#content UL LI.work_img { margin-bottom: 34px; }
DIV#content UL LI.work_img A IMG {
	border: 0px;
	padding: 7px;
}
DIV#content UL LI.work_img A IMG.first { background: url(../images/bg_work.jpg); }
DIV#content UL LI.work_img A IMG.second { background: url(../images/bg_work.jpg); }

DIV#right {	float: left; padding-left: 32px; }

DIV#profiles {
	width: 282px;
	height: 58px;
	background: url(../images/profiles.jpg);
}

DIV#profiles_under {
	width: 282px;
	height: 106px;
	background: url(../images/profiles_under.jpg);
	margin-bottom: 16px;
}

DIV#profiles_under UL {
	margin: 0px;
	padding: 5px 0px 0px 40px;
	list-style: none;
	list-style-image: url(../images/list_image.jpg);
}
DIV#profiles_under UL LI { margin-bottom: 4px; }

DIV#contact {
	width: 282px;
	height: 53px;
	background: url(../images/contact.jpg);
}

DIV#contact_under {
	width: 282px;
	height: 117px;
	background: url(../images/contact_under.jpg);
}

DIV#contact_under UL {
	margin: 0px;
	padding: 5px 0px 0px 40px;
	list-style: none;
	list-style-image: url(../images/list_image2.jpg);
}

DIV#contact_under UL LI { margin-bottom: 4px; }

DIV#flickr {
	width: 282px;
	margin-top:16px;
	height: 53px;
	background: url(../images/flickr.jpg);
}

DIV#flick_under UL {
	padding: 5px 0px 0px 40px;
	margin: 0px;
	width: 180px;
	list-style-image: url(../images/list_image2.jpg);
}
DIV#flick_under UL LI {margin-bottom: 4px; }

