/* CSS Document. Site design: marilynn fowler, http://www.vicesbyproxy.com */

/* DOCUMENT COLORS
	blue:	#6C6BC0;
	gold:	#963;
	brown:	#c96; */


/* styles without problems */
body {
	margin: 0;
	padding: 0;
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #001;
	background-color: #fff;
	}
h1 {
	font: bold 22px/50px "Courier New", Courier, mono;
	color: #6C6BC0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6C6BC0;
	}
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; font-weight: normal; }

a			{ text-decoration: none; border: none;}
a:link		{ color: #963; }
a:visited	{ color: #c96; }
a:hover		{ color: #6C6BC0; }
a:active	{ color: #7C8Bd0; }

acronym { border: 0; text-decoration: none; }

#champagne {
	background-color: #fff;
}

/* the big container that holds all other divs */
#gestalt {
	position: relative;
	text-align: left;
	min-width: 780px;
	}

/* "freestanding" divs are not enclosed in anything other than the gestalt container */
/* freestanding; contains bubble CC logo */
#branding {
	position: absolute;
	left: 50px;
	top: 5px;
	width: 400px;
	height: 90px;
	background: transparent url(../images/ccbubble.gif) no-repeat left top;
	z-index: 100}

/* freestanding */
#nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 125px;
	width: 100%;	
	background: #000 url(../images/glovetop.jpg) no-repeat right top;
	overflow: hidden;
	}
#nav ul {
	margin: 98px 65px 0 52px;
	border-top: 1px dotted #fff;
	padding: 4px 0 0 0;
	}
#nav li {
	list-style-type: none;
	display: inline;
	font: bold 12px "Courier New", Courier, mono;
	margin: 0;
	padding: 0;
	}
#nav a			{ margin-right: 20px; }
#nav a:link		{ color: #fff; }
#nav a:visited	{ color: #a74; }
#nav a:hover	{ color: #6C6BC0; }
#nav a:active	{ color: #fff; }

#maincontent {
	padding: 170px 50px 0 50px;
	display: block;
}

/* sits inside maincontent */
#pagetitle {
	height: 50px;
	margin: 0 0 0 -25px;
	padding: 0 0 0 25px;
	background: transparent url(../images/glamocom.gif) no-repeat left top;
	}

/* freestanding */
#footer {
	padding: 40px 0 10px 50px;
	background: #fff url(../images/glass.jpg) no-repeat right top;
	font: 10px "Times New Roman", Times, serif;
	color: #666;
	clear: both;
	}

/* multi-use styles */
#intro {
	letter-spacing: .2em;
	color: #642;
	font-size: 110%
	}
.pullquote {
	width: 320px;
	margin: 0 0 0 40px;
	font: 110% "Times New Roman", Times, serif;
	color: #542;
}
.photopull {
	font-size: 90%;
	color: #6C6BC0;
	}
.photopull img {display: block; }
.photopull a img {border: none; }
.goleft {
	float: left;
	margin: 3px 10px 0 0;
	}
.goright {
	float: right;
	margin: 3px 0 0 10px;
	}
.popcaption {
	margin: 0;
	padding: 2px 1px 0 3px;
	font: 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6C6BC0;
	}