/* Global Styles */
body {
	background-image: url(../images/bg_fill2.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	background-repeat: repeat-y;
}
img {
	border: none;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Layout and structure */
.leftbgcol {
	width: 39px;
	background-image: url(../images/fill_leftbg.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 100%;
}
.lefttitle {
	width: 52px;
	background-image: url(../images/bg_lefttitlefill.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 39px;
	height: 100%;
}
.leftwhite {
	width: 38px;
	background-color: #FFFFFF;
	position: absolute;
	left: 91px;
	height: 100%;
}
.leftpage {
	width: 44px;
	background-image: url(../images/bg_leftpagefill.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 129px;
	height: 100%;
}
.rghtbgcol {
	width: 15px;
	background-image: url(../images/bg_rghtfill.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 100%;
	left: 820px;
}
.pagecont {
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url(../images/bg_leftinnerfill.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 173px;
	height: 100%;
	width: 647px;
}
#leftcol {
	float: left;
	width: 270px;
}
#rightcol {
	float: right;
	width: 350px;
}
#picselector {

}
#textselector {
	margin-top: 10px;
	margin-left: 10px;
}
#h_textselector {
	margin: 10px;
}
#description {
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 8px;
}
#itemselector {
	margin-top: 8px;
	margin-left: 15px;
}
#itemimage {
	margin-top: 8px;
	text-align: center;
}
#itemtext {
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 8px;
}
#footer {
	margin-top: 30px;
	text-align: right;
}

/* Homepage */
#home a {
	color: #999999;
	text-decoration: underline;
}
#home a:hover {
	color: #999999;
	text-decoration: none;
}
#home {
	font-size: 80%;
}
.h_feature {
	background-color: #E9E6DD;
	border: 1px solid #D7D8C9;
	padding: 6px;
	margin-right: 8px;
	height: 47px;
	margin-bottom: 2px;
	clear: both;
	width: 300px;
}
.h_feature img {
	margin-right: 6px;
	margin-bottom: 20px;
	float: left;
}

/* Websites */
#web a {
	color: #1D3176;
	text-decoration: underline;
}
#web a:hover {
	text-decoration: none;
}
#web {
	font-size: 80%;
}

/* Multimedia */
#multi a {
	color: #D22602;
	text-decoration: underline;
}
#multi a:hover {
	text-decoration: none;
}
#multi {
	font-size: 80%;
}

/* Print */
#print a {
	color: #667A05;
	text-decoration: underline;
}
#print a:hover {
	text-decoration: none;
}
#print {
	font-size: 80%;
}

/* Staging */
#client {
	padding-top: 10px;
}
#project {
	padding-top: 25px;
	padding-left: 2px;
	font-size: 12px;
}
#project h1 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
