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

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#searchbox {
	background: url(../images/search-box1.jpg) no-repeat;
	width: 218px;
	height: 138px;
	vertical-align: top;
}

#mainnav {
	background-color: #333333;
	height: 44px;
}

#lefttextbox {
	background:url(../images/left-text-box.jpg) no-repeat;
	width: 350px;
	height: 229px;
}

#lefttextbox p {
	padding: 20px 15px 10px 15px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}
	

#box1 {
	background:url(../images/box1.jpg) no-repeat;
	width: 349px;
	height: 197px;
	vertical-align: top;
}

.box1 {
	padding: 85px 25px 0px 20px;
	line-height: 22px;
}

#box2 {
	background:url(../images/box2.jpg) no-repeat;
	width: 344px;
	height: 197px;
	vertical-align: top;
}

.box2 {
	padding: 85px 20px 20px 20px;
}

#box2 ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#box3 {
	background:url(../images/box3.jpg) no-repeat;
	width: 256px;
	height: 197px;
	vertical-align: top;
}

.box3 {
	padding: 85px 20px 20px 20px;
}

#box3 ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#footer {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

