
/*------------------------------------------*/
/*											*/
/* 		Antipixel Gallery Styles			*/
/*		v1.0, Apr. 2002						*/
/*											*/
/*		Jeremy Hedley						*/
/*											*/
/*------------------------------------------*/


/* General body elements */

body {
	font-size: 11px;
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	line-height: 13px;
	color: #222;
	background: #888;
	text-align: left;
	}

.feint { color: #555; background: transparent; }

.bodyText {
	width: 360px;
	}

.blank {
	height: 25px;
	border-bottom: 1px dotted #bbb;
	}

.attribution {
	text-align: right;
	margin-right: 180px;
	}

/* Links */

A:link			{ color: #ccc; text-decoration: none; background: transparent; } 
A:visited		{ color: #ccc; text-decoration: none; background: transparent; } 
A:active		{ color: #ccc; text-decoration: none; background: transparent; }
A:hover			{ color: #fff; background: transparent; }

A:link.gLink	{ color: #222; border-bottom: 1px dotted #666; background: transparent; }
A:visited.gLink	{ color: #222; border-bottom: 1px dotted #666; background: transparent; }
A:hover.gLink	{ color: #fff; border-bottom: 1px dotted #fff; background: transparent; }

/* Main layout frame */

#layoutFrame {
	width:788px;
	margin-right:auto;
	margin-left:auto;
	margin-top:12px;
	padding:0px;
	text-align: left;
	border-bottom: 1px dotted #bbb;
	}

/* Page headers */

#logoDiv {
	height: 30px;
	padding: 6px 0px 12px 0px;
	}

#intro {
	height: 12px;
	border: 1px dotted #bbb;
	padding: 6px 0px 6px 12px;
	}

#introMain {
	height: 12px;
	color: #222;
	background: #bbb;
	padding: 6px 0px 6px 12px;
	}

/* LEFT column */

#leftCol {
	width:155px;
	height: 486px;
	padding:0px;
	float:left;
	border-left: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	text-align: left;
	}

#leftCol h2 {
	height: 12px;
	color: #666;
	border-bottom: 1px dotted #bbb;
	font-size: 9px;
	font-weight: normal;
	padding: 0px 0px 6px 12px;
	background: transparent; 
	}

/* CENTER column */

#centerCol	{
	width: 570px;
	height: 486px;
	padding: 0px;
	float: left;
	}

#gutters {
	width: 545px;
	height: 426px;
	padding-top: 25px;
	padding-left: 24px;
	border-bottom: 1px dotted #bbb;
	margin: 0px;
	float: left;
	}

#centerCol h2 {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-bottom: -3px;
	background: transparent; 
	}

#footer {
	font-size: 9px;
	width: 100%;
	color: #555;
	padding:  10px 0px 0px 24px;
	background: transparent; 
	}

/* RIGHT column */

#rightCol {
	width:59px;
	height: 486px;
	padding:0px;
	float:left;
	border-left: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	}

/* END */
