
*{  
	margin:0;
	padding:0;
}  

html, body {
	height:100%;
}

#floater {
	position: relative; 
	float: left;
	height: 50%;	
	margin-bottom: -300px;
	width: 1px;
}

#horizon {
	position:relative; 
	clear:left;
	height:100px; 
	width:100%; 
	max-width:900px; 
	min-width:900px;
	margin:0 auto;

}

#wrap { 
	width:900px; 
	margin:0 auto; 
	text-align:left;
}

#outline {
	border:3px solid white;
	width: 900px;
	height: 595px;
}

body {
	background-image: url(images/tcs_background.jpg);
	background-repeat: repeat-x;
	background-color: black;
	text-align:center;
	color: #fff;
}

#header {
	background-color: #000000;
	width: 900px;
	height: 164px;
}

#leftcol {
	background-color: #000;
	float: left;
	width: 900px;
	height: 400px;
}

.content {
	float: right;
	width: 550px;
	height: 380px;
	padding: 10px;
	overflow: auto;
	font: .7em Verdana, helvetica, sans-serif;
	background-image:url(images/90.png);
}

.content-home {
	float: right;
	width: 450px;
	height: 380px;
	padding: 10px;
	overflow: auto;
	font: .7em Verdana, helvetica, sans-serif;
	background-image:url(images/90.png);
}

/**************************************************************
   Twitter Feed
 **************************************************************/
 
#twitter-holder {
	background-image:url(images/90.png);
	float: left;
	width: 200px;
	height: 400px;
	max-height: 400px;
	margin: 0 auto;
}

#twitter {
	font: 10px Verdana, Geneva, sans-serif;
	float: left;
	width: 200px;
	/*height: 400px;*/
	height: auto;
	max-height: 400px;
	overflow: hidden;
	margin: 0 auto;
}

.twtr-tweet-text {
    font-size: 85%;
}

#twitter_t { 
	width: 180px; 
	height: 8px; 
} 

#twitter_m { 
	width: 180px; 
	/*height: 350px;*/
	height: auto;
	padding: 0 10px;
	margin-bottom: -20px;
} 

#twitter_container {
	width: 180px;
	min-height:45px;
	height:auto !important;
	height:40px;
	padding-bottom:10px; 
} 

#twitter_update_list { 
	width: 180px; 
	overflow: no; 
	color: #ffffff; 
	line-height: 12px;
} 

#twitter_update_list li { 
	width: 180px; 
	list-style: none; 
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: dotted 1px; 
} 

#twitter_update_list li a { 
	color: #9dd822; 
	text-decoration: none; 
	font-size: 9px;
}
 
#twitter_update_list li a:hover { 
	color: #9dd822; 
	text-decoration: underline; 
} 

#twitter_b { 
	width: 180px; 
	/*height: 10px;*/
	height: 0px;
}


/**************************************************************
   Footer
 **************************************************************/
 
#footer {
	background-color: #414141;
	width: 900px;
	height: 30px;
	font: 9px Verdana, helvetica, sans-serif;
	border-top: 1px solid white;
	overflow: no;
	clear:both;
}

.left {
	float: left;
	width: 380px;
	height: 9px;
	padding: 10px;
}

.middle {
	float: left;
	width: 455px;
	height: 19px;
	padding-top: 10px;
	text-align: right;
}

.right {
	float: left;
	width: 45px;
	height: 29px;
}


/**************************************************************
   
 **************************************************************/
 
 
.textmiddle {
	vertical-align: middle;
}

a {
	COLOR: #9dd822;
	text-decoration: none;
}

a.credits {
	COLOR: #FFFFFF;
	text-decoration: none;
}

a img {
	border: 0 none;
}

a:hover {
	COLOR: white;
	text-decoration: underline;
}

a.credits:hover {
	COLOR: #9dd822;
	text-decoration: underline;
}

.SubTitle {
    FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FONT-STYLE: italic;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #9dd822;
}

h1 {
	font: 12px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
    color: #9dd822;
	line-height: 12px;
	padding-bottom: 12px;
}


h1.contact{
	font: 12px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
    color: #9dd822;
	line-height: 12px;
	padding-bottom: 0px;
}

.SubTitle2
{
    FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #FFFFFF;
}
.padding
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px
}
