/* CSS Document */
body {
	margin: 25px auto 0px auto;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	text-align: center;
	
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a {
	color: #990000;
	text-decoration: none;
}

#logo {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 100px;
	text-align: center;

}


#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;

}
#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #CC0000;
	height: auto;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	font-weight: normal;
	font-size:36px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 28px;
}
#top {
	margin: 0px auto;
	width: 686px;
	height: 96px;
	background: url(images/topbar.jpg) no-repeat;
}
#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -100px auto 0px;
	width: 686px;
	height: 106px;
	background: url(images/bottom.gif) no-repeat;
	clear: left;

}
#nav {
	width: 630px;
	padding: 20px 40px 10px 10px;
	margin: 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;

}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;
}
#content {
	padding: 0px 68px 1px 68px;
	margin: 0px auto 0px auto;
	text-align: left;

}
#content_index {
	padding: 0px 35px 1px 35px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#pic1 {
background: url(images/pic1.jpg) no-repeat;
width:485px;
height:280px;
}
#pic2 {
/*background: url(images/pic2.jpg) no-repeat;*/
width:485px;
height:280px;
}
#content_camp {
	padding: 0px 80px 1px 80px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#content_service {
	padding: 0px 80px 1px 80px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#content_company {
	padding: 0px 80px 1px 80px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#content_paintball{
	padding: 0px 80px 1px 80px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#come{
	padding: 0px 30px 1px 30px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#side {
    margin: 10px auto 0px auto;
	width: 110px;
	/*border-left: 1px dotted #C4D0D7;*/
	padding: 0px 0px 0px 0px;
	color: #999;
	float: right;
	font-size: 70%;
	text-decoration: none;
}
#content h2 {
	color: #993300;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #990000;
	text-decoration: underline;
}
#content h2 a{
	color: #990000;
	text-decoration: none;
}
#content h3 {
	color: #000000;
	font-size: 10px;
	letter-spacing: .3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;

}
#content p {
	padding: 0px 170px 0px 10px;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666;

}
#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 5px auto 0px;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #888;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}


/*marquee css*/
	
	#dhtmlgoodies_marquee{
		/* general marquee layout*/
		padding-top:3px;
		height:25px;
		background-color: #000;
		position:absolute;
		left:0px;
		z-index:1000;
		bottom:0px;		
		display:none;		
		width:100%;
		overflow:hidden;
	}
	body > div#dhtmlgoodies_marquee{	/* Firefox rule */
		position:fixed;
	}	
	#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
		position:absolute;	
		color: #FFF;
		font-weight:bold;
		white-space:nowrap;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this script */
	.highlighted{
		color:#F00;
	}
	.greenText{
		color:#0F0;
	}
	
/*marquee css*/	