@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/bg.jpg);
}
.header{
	width: 100%;
	background-image: url(images/headerbg.gif);
}
.headerHome{
	width: 100%;
	background-image: url(images/bg.gif);
}
.holder{
	width: 970px;
	background-color: #000000;
	border: 1px solid #333333;
}
.mainContent{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
.content{
	width: 100%;
}
.homeSlides{
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
}
.textTable{
	list-style-image: url(images/bullett.gif);
}
.mainLink{
	color: #8080FF;
}
.footer{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.footerLinks{
	color: #CCCCCC;
}
.linkCP{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
