@charset "utf-8";
body {
	margin: 10px 0 0 0;
	padding: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(../images/bg.gif);
}
p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link   {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover  {
	color: #F80672;
	text-decoration: underline;
}
a:active  {
	color: #FFFFFF;
	text-decoration: none;
}


/* clears floats, container and content expand with internal divs - code must be directly after last floated div closes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
img.text_image {
	float: right;
	margin-right: 50px;
}
img.footer_logo {
	margin-bottom: 5px;
	margin-top: 0px;
}

img.quote_hockney {
	margin-top: 50px;
}
img.quote_thoreau {
	margin-top: 443px;
}
img.quote_dali {
	margin-top: 543px;
}

img.contact_me {
	border: 0px;
	margin-top: 80px;
}













#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

#header {
	width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

#logo {
	float: left;
	width: 326px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/logo.jpg);
}
#navigation {
	width: 532px;
	height: 80px;
	float: right;
	padding: 20px 21px 0 21px;
}
#navigation a  {
	color: #FFFFFF;
	display: block;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
}
#navigation ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 105px;
	display: inline;
}
#navigation li   {
	border-right: solid #FFFFFF 1px;
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 105px;
	position: relative;
}
#navigation a:hover  {
	color: #F80672;
}

#image_home {
	width: 900px;
	height: 194px;
	background-image: url(../images/bg_image_home.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: #000000;
	padding-bottom: 40px;
}
#image_about {
	width: 900px;
	height: 194px;
	background-image: url(../images/bg_image_about.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: #000000;
	padding-bottom: 40px;
}


#content {
	width: 860px;
	border-top: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 30px 20px 50px 20px;
	float: left;
	background-color: #000000;
}

#content_left {
	width: 410px;
	float: left;
	padding: 0 20px 0 0;
}




#content_left_work {
	width: 385px;
	float: left;
	padding: 0;
}

#content_right {
	width: 410px;
	float: right;
	padding: 0 0 0 20px;
}
#content_right_work {
	width: 475px;
	float: right;
}
#content_right_work h1 {
	margin-top: 100px;

}
#content_right_services {
	width: 360px;
	float: right;
	padding: 0 0 0 70px;
}




#footer {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid white;
	padding: 20px;
	float: left;
	background-color: #000000;
}
#footer_nav_left {
	float: left;
	width: 430px;
}

#footer_nav_right {
	float: right;
	width: 410px;
	text-align: right;
	padding-right: 20px;
}
ul.list {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
ul.list_bold {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

