/* CSS Document */

html,body { 	
	margin: 0px; 
	padding: 0px; 
	font-size: 12px;
	color:#666666;
	font-family: sans-serif;
	background-color: #999999;
}

.cleaner {
	clear:both;
	height: 1px;
	width: 100%;

}

p {
	padding:8px;
	margin:0px;
	text-align: center;

}

a img, a:link img, a:active img, a:visited img {
	border:0px solid #333333;

}

a, a:link, a:active, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color:#ce0000;
}

#container {
	margin: 0px auto 0px auto;
	width: 740px;
	padding-top: 50px;
}

#containersmall {
	margin: 0px auto 0px auto;
	width: 720px;
	height: 520px;
	background-image: url(../../img/index/newintro.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.boxline_top {
	float: left;
	width: 600px;
	height: 40px;
	margin-top: 220px;
	margin-left: 70px;
}

.boxline {
	float: left;
	width: 600px;
	height: 40px;
	margin-top: 10px;
	margin-left: 70px;
}

.img {
	width: 50px;
	float:left;
}

.textline {
	width: 500px;
	float:left;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	margin: 0px auto 0px auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 700px;
	text-align:center;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover {
	color:#ce0000;
}

