@charset "utf-8";
/* CSS Document */

body {
	background:#000000 url(assets/background.jpg) repeat;
	margin:0;
}


.about_copy {
	background: url(assets/about_back.png) no-repeat;
}
.about_copy_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	margin-left:40px;
	margin-top:34px;
}

a:link {
	color: #EC8A2B;
}
a:visited {
	color: #EC8A2B;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

#navigation{
	/*background: url(assets/background_jacksonPollock.png) no-repeat;*/

	position: absolute;
	left: 736px;
	top: 0px;
	width: 300px;
	height: 55px;
	font-family: Verdana;
	font-size:9px;
	color:#FFF;
	clear: both;
}

#background_nav{
background:url(assets/nav_backgroun.jpg) no-repeat;
height: 27px;
padding-top:3px;
text-indent:0px;
margin-left:0px;

}
#background_nav a:link{
color:#FFFFFF;
font-size:11px;
font-weight:bolder;
text-decoration:none;
}
#background_nav a:visited {
color:#FFFFFF;
font-size:11px;
font-weight:bolder;
text-decoration:none;
}

#background_nav a:hover {
text-decoration:underline;
}
#background_nav a:active {
text-decoration:underline;
}

#jackson {
	padding: 580px 800px 0px 100px;
	background: url(assets/background_jacksonPollock.png) no-repeat;
	clear: both;
	position: absolute;
	left: 6px;
	top: 52px;
	z-index: -5;
	height: -100px;
	width: 173px;
}

.centerMod {
	width:400px;
	margin-left: 180px;
	
}

.logo{
	width:164px;
	background: url(assets/logo.png) no-repeat;
	float:right;
	position:absolute;
	z-index:-2;
	left: 0px;
	height: 209px;
	top: -1px;
}
.ADL-logo{
	float:right;
	position:absolute;
	left: 978px;
	top: 52px;
}
/*.digg{
	width:200px;
	margin-top:10px;
	margin-right:10px;
	float:right;
	position: absolute;
	left: 892px;
	top: 0px;
}*/
.contact_form{
	width:428px;
	margin-top:220px;
	margin-right:50px;
	float:right;
	position: absolute;
	left: 613px;
	top: 15px;
	height: 360px;
}


.pics {  
    width:   400px;
    height:  750px;  
	padding: 0;  
    margin:  0;  
} 
 
.pics img {
	padding: 0px;
	border:  0px solid #000;
	background-color: #000;
	width:  400px;
	height: 750px;
} 
