/* CSS Document */
body {
	background-color:#999;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image:url(/_projectCode/bg.gif);
}

h1,h2,h3,h4,h5,
img, form {
	margin:0px;
	padding:0px;
	border:0px;
}

input {	border:1px solid #ccc; }

a {
	color:#6601FF;
	font-weight:bold;
	text-decoration:none;
}

a.purple { color:#6601FF; }

.blackLink {
	color:#000000;
	font-weight:normal;
}

/* PAGE STRUCTURE */
.abs {
	position:absolute;
	left:0px;
	top:0px;
}

.flt { float:left; }

.whiteBottom { border-bottom:6px solid #fff; }

.greyBox {
	background-color:#E2E2E2;
	padding:5px;
}

	.greyBox .headerTitle {
		width:100%;
		margin-bottom:8px;
		color:#666;
		font-weight:bold;
	}

#container {
	background-color:#FFFFFF;
	width:722px;
	top:20px;
	left:50%;
	margin-left:-366px;
	border:5px solid #fff;
	background-image:url(imgs/bgGrey.gif);
	background-repeat:repeat-y;
}


	#container #topArea {
		height:64px;
		width:722px;
		border-bottom:6px solid #fff;
	}
	
	#container #leftArea {
		width:260px;
		height: 450px;
		border-right:6px solid #fff;
		background-color:#E2E2E2;
	}
	
		#container #leftArea .greyBox {	width:210px; }
		
		#container #leftArea .formrow {
			width:210px;
			margin-bottom:5px;
		}
		

		
		#container #leftArea #artistNav {
			margin-top:5px;
			width:210px;
			text-align:right;
		}
		
			#container #leftArea #artistNav a {
				margin-bottom:3px;
				width:210px;
			}
		
	
	#container #mainArea { width:456px; height: 600px; }
	
		#container #mainArea .greyBox {	width:446px; border-bottom:6px solid #fff; }
		
		#container #mainArea #content { width:446px; height: 600px; }
	
	#container #bottomArea {
		width:722px;
		border-top:6px solid #fff;
		background-color:#ccc;
		text-align:center;
		padding:10px 0px 10px 0px;
	}
	
/* HOMEPAGE */
.homepage #galleryImage {
	width:496px;
	height:372px;
	border-bottom:6px solid #fff;
	background-color:#efefef;
	overflow:hidden;
}

.homepage #galleryInfo {
	width:496px;
	border-bottom:6px solid #fff;
	font-weight:bold;
}

	.homepage #galleryInfo #artistName { width:480px;margin-bottom:5px; }
	.homepage #galleryInfo #galleryNav { width:16px;margin-bottom:5px; }
	.homepage #galleryInfo #imageTitle { width:400px; }

.homepage #galleryBoxes .thumbnail {
	width:50.2px;
	height:37px;
}

.homepage #galleryBoxes .rightThumb {
	width:49px;
	height:37px;
}
