html {padding:0; margin:0; border:0; font-size:76%; font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; }

body {
	padding:0;
	margin:0; 
	border:0;
	background-image:url('http://gladiator.greghowley.com/images/doric_mid.gif');
	background-color:#bd8e5a;
	background-repeat:repeat-y;
	background-position:6px 0;
	}


a:link		{ color: #8b4513; text-decoration: none; }
a:visited	{ color: #000088; text-decoration: none; }
a:active	{ color: #800000; }
a:hover		{ color: #000088; text-decoration: underline; }

/*
MAIN LAYOUT
*/
#header {
	padding:20px;
	height:80px;
	background-color:#bd8e5a;
	}

#main {
	margin:0 20px 20px 150px;
	}
	
#leftcol {
	height:100%;
	min-height:100%;
	width:150px;
	float:left;
	}
	
#pillartop {
	position:absolute;
	top:120px;
	left:0;
	height:105px;
	width:138px;
	background-image:url('http://gladiator.greghowley.com/images/doric_cap.gif');
	background-color:#bd8e5a;
	background-repeat:no-repeat;
	}
	
#pillarbottom {
	/*
	height:19px;
	width:138px;
	background-image:url('http://gladiator.greghowley.com/images/doric_cap.gif');
	background-color:#bd8e5a;
	background-repeat:no-repeat;
	*/
	}
	
/*
MENUS
*/
.pillarmenu {
	margin-top:110px; /* to avoid pillar top graphic */
	text-align: left; 
	padding-left:33px;
	font-weight:bold;
	font-family:"Century Gothic", arial; 
	}
.pillarmenu  a{
	color:#000 ! important;
	}
.spaced {
	line-height:20pt; 
	font-size:110%;
	}
.tight {
	line-height:17pt;
	font-size:90%;
	letter-spacing:1px;
	}

/*
SIGNUP
*/
#signup_form {
	margin:40px 0 0 10px;
	display:none;
	}