@charset "UTF-8";
/* CSS Document */

/*---  GLOBALS  <<-------*/

img { 
	behavior: url(/css/iepngfix.htc) 
}

* { -moz-outline-style: none;
/*for scaled background*/
	border: 0px;
	margin: 0px;
	padding: 0px;
/*end for scaled background*/
}

/*for scaled background*/ 
html {
	height: 100%;
	width: 100%;
	overflow: auto;
}
/*end for scaled background*/
 
ol { 
	list-style:none; 
}

h1,h2,h3,h4,h5,h6,pre,code {
	 font-size:1em; 
}
	 
ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset {
	margin:0; padding:0; 
}
	
input { 
	margin: 0; 
}

a img,:link img,:visited img {
	border:none 
}

body {
	/*for scaled background*/
	height: 100%;
	width: 100%;
	background-color: #000000;/*end for scaled background*/
}





/*---  LAYOUT  <<-------*/

#background_image {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#container {
	height: auto;
	width: auto;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}

#name {
	height: 59px;
	width: 346px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/lgBkg_03.png);
}
#links {
	height: 16px;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
}
#links img {
	display: inline;
}
#contact {
	height: 19px;
	width: 83px;
	background-image: url(/images/lgBkg_14.png);
	position: absolute;
	bottom: 19px;
	right: 25px;
	text-indent: -9999px;
}
#contact2 {
	height: 19px;
	width: 163px;
	background-image: url(/images/lgBkg_17.png);
	position: absolute;
	bottom: 0px;
	right: 25px;
	text-indent: -9999px;
}


/*---  GALLERY  <<-------*/
#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #8C9294;
	text-align: justify;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
	height: 550px;
	background-image: url(/images/panel.png);
	background-repeat: no-repeat;
	padding: 40px;
}
#header {
	background-image: url(/images/top.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 68px;
	top: 0px;
	width: 100%;
}
#container #intro h1 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 40px;
	color: #FFF;
	text-shadow:#000 0 4px 6px;
	text-align: left;
}
#container #intro p {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 30px;
	text-shadow:#000 0 1px 2px;
}
#container #intro .multi {
	line-height: 40px;
}
