/* defaults and common styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote, table, td, div, img { padding: 0; margin: 0; border: 0; }

a,
a:link,
a:visited { text-decoration:underline; }

a:hover { text-decoration:none; }

ul { list-style: none; }

body { font-family: Arial, Helvetica, sans-serif; background-color: #A1A172; font-size: 12px; color:#FFFFFF; }

#main { background-color: #A1A172; }

br.clear { clear: both; }

.hide { display: none; }

.show { display: block; }




/* thickbox overrides */
#TB_window {
	background: #FFFFFF;
	border: 2px solid #D1DACB;
}

#TB_window img#TB_Image {
 	border: 1px solid #FFFFFF;
}



/* css for jquery.centerxy.js code */
body {
	position: relative;
	z-index: 0;
}

#main {
	position: absolute;
	visibility: hidden;
	top: -61px;
	left: 7px;
	z-index: 0;
	/* set these according to specific layout */
	width: 600px;
	height: 532px;
}

	#header { padding-bottom: 5px; margin-bottom: 8px; border-bottom: 1px solid #CC0000; }
	
	#content {}
		
		#content img { border: 1px solid #FFFFFF; }
		
	a,
	a:link,
	a:visited,
	a:hover,
	a:active { color: #222222; font-weight: normal; }
	
		a:hover {}
	
	li { padding-bottom: 1px; }
	
	.col3 li { padding-bottom: 4px; }


/* general layout settings */
.col1,
.col2,
.col3 { width: 160px; float: left; }

img { margin-top: 5px; }
