/* Start of CMSMS style sheet 'tc_style1_main' */
body { 
	margin: 0;
	padding: 0;
}



.hidden {
	display: none;
}



#page-container {
	width: 1000px;
	margin: auto;
	height: 100%;

}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(uploads/images/tc_theme1/background2.png);
	background-repeat: repeat-y;
	background-position: center;
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFCC;
	text-decoration: none;
}



h2 {	
}


#header {
	height: 185px;
	background-image: url(uploads/images/tc_theme1/head5.jpg);
	background-color: #000000;
}



#top-nav {
	height: 20px;
	width: 1000px;
	
}




#breadcrumbs {
	height: 30px;
	float: left;
	width: 790px;
	padding-right: 0px;
	margin-left: 10px;
	font-size: 12px;
}
#breadcrumbs a:hover {
	color: #FF9900;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}





#search {
	height: 30px;
	float: right;
	width: 200px;
}



#content {
	height: auto;
	float: none;
	width: auto;
	margin-right: 0px;
	margin-left: 231px;
	padding-bottom: 80px;
	clear: right;
	text-align: left;
}

#content .padding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content a:hover {
	color: #FF9900;
}

#content a {
	color: #FFFFFF;
	text-decoration: underline;
}



#footer {
	clear: both;
	font-size: 12px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	height: 70px;
	position: absolute;
	width: 1000px;
}

#footer a:hover {
	color: #FF9900;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

/* End of 'tc_style1_main' */

