
/* 
colors we use,,,
i changed them to "websafe colors"

blue
	color: #3399CC; /* org: 329ACB 
green
	color:#CCCC66; /* org: BAD54D 
grey
	color:#999; /* org: B9B8B8 
orange
	color:#CC990A; /* org: D3AE04 
	
*/

body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF ;
	background: url("../images/timp/background01.jpg") #111;;
}


/* makes the background image dare and more mysterious,,, oooh */
#dBgFilter{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);

}


/* wraps the hole site */
#dWrapper{
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	padding: 0em 0em 5em 0em;
}

/* actual content wrapper */
#dContainer{
	width: 54.4em;
	margin: 0 auto;
}

/* logo */
#dLogo {
	width: 19em;
	height: 2em;
	background: #000;
	margin: 1.5em 0em 1em 0em;
	color: #FFF;
	text-align: center;
}
#dLogo a, #dLogo a:active, #dLogo a:visited {
	text-decoration: none;
	color: #FFF;
}


/* headers */

h1 {
	font-family: Georgia, serif;
	margin: 0 auto;
	padding: 0;
	font-size: 1.5em;
	font-weight: 100;
}

h2 {
	padding: 0;
	display: inline;
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	padding: 0;
	display: inline;
	font-family: Helvetica;
	font-size: 0.8em;
	font-weight: bold;
}


/* columns */
.cLeftColumn{
	float: left;
	width: 29.4em;
	background: #111;
}

/* columns */
.cRightColumn{
	float: right;
	width: 23.2em;
	background: #111;
}

/* column headers */
.cColumnHeader{
	clear: both;
	margin: 1.2em 0em 1em 0em;
	background: #111 url("../images/timp/stripe_v1.png") repeat-x 0em 0em;
}

.cColumnHeader h3{
	font-size: 0.7em;
	color: #999;
	background: #111;
	margin: 0em 0em 0em 4em;
	padding: 0em 1em 0em 1em;
}

