@charset "utf-8";
body {
	background-image: url(imgs/starfield600.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#D7E9FD;
	font-family:Arial, Verdana, sans-serif;
	font-size:10pt;
	color: #444;
}
#container {
	width:960px;
	margin:auto;
}

#header { height: 50px; float:left; width:960px; margin: 0px;padding: 0px;}
#header #logo { float:left; width:243px; margin-left:20px; margin-top:10px; }
#header #nav {
	width:960px;
	float:left;
	font-size: 105%;
	padding-left: 20px;
}

#nav ul {
	height: 35px;
	padding-top: 12px;
}
#header #nav li { float:left; margin-right:15px; font-size: 80%; font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header #nav li a {
	color: #B7EFFB;
	text-decoration:none;
	padding-top: 7px;
	display: block;
	padding-right: 25px;
	text-shadow: #1b1b1b 1px -1px 0px;
}

#header #nav li.current a { color:#fff; 
	background: url(http://www.youknowwhodesign.com/images/recessed.gif) no-repeat; padding: 7px 12px 8px; width: 84px; display: block; text-align: center; margin-right: 25px;text-shadow: #252525 1px -1px 0px;
}

#header #nav li a:hover { color:#fff; }

#banner {
	height: 247px;
	clear:both;
	float:left;
	width:960px;
	position: relative;
	background-image: url(imgs/photoTouchLogoPlain.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner #xgallery {
	float:right;
	overflow:hidden;
	position: absolute;
	left: 440px;
	top: 80px;
	z-index: 2;
}

#banner #gallery {
	width: 1px;
	z-index: 2;
	top: 180px;
	left: 400px;
	position: relative;
}

#maincontent{
	min-height: 783px;
}

#maincontent #leftcol {
	width:420px;
	float:left;
	margin-right:20px;
}
#maincontent #fullcol { width:900px; }
#maincontent #rightcol { width:200px; float:left; padding:0 10px; }
#maincontent .panel {
	padding: 20px;
	font-size: small;
	background-image: url(imgs/panel.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincontent .panel p {
	font-size: 100%;
}

#container #maincontent h1 {
	font-size: large;
	font-weight: normal;
	margin-bottom: .6em;
}
#maincontent h3 {
	font-size: medium;
	font-weight: bold;
}
#maincontent p q {
	text-align: justify;
}
#maincontent p span {
	text-align: right;
}

#container  p {
	line-height: 1.4em;
	margin-bottom: 0.6em;
	font-size: medium;
}


#footer {
	background: transparent url(imgs/footer.png) repeat-x top;
	clear:left;
	font-size:100%;
	width:100%;
	float:left;
	margin-top:20px;
}
#footer #footerInner { width:960px; margin:auto; height: 104px; }
#footer .column { 
	width:279px; 
	float:left; 
	padding: 15px 20px 10px 10px; 
	margin-right:10px; 
	border-right:1px solid #1f052c; 
	height: 75px;
	font-size: 12px;
}

.column h4 {
	color: #CCF;
	font-size: 18px;
	margin-bottom: 5px;
	text-shadow: #222 1px -1px 0px;
}

#footer a {
	color:#9CD0F3;
	text-decoration:none;
	font-weight: normal;
}
#footer .column p {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
	text-decoration:underline;
}

#topImage { position: absolute;	top: 0px; left: 0px; border: 1px solid #bbb; }
#bottomImage { border: 1px solid #bbb; }


ul.galleryGrid {
	list-style-type: none;
}
ul.galleryGrid li {
	display: block;
	float: left;
	padding: 1em 2em 1em 0;
}
ul.galleryGrid li a {
	border: thin solid #FFF;
	display: block;
}
ul.galleryGrid li a:hover {
	border: thin solid #666;

}
#container #banner #gallery {

}

