/* CSS Document */
body {
	background-color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#main {
	width:950px;
	margin:auto;
	}

#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:48px;
	float:left;

	}
#menu {
	height:48px;
	width:700px;
	margin-left:250px;
	}

#content_wrapper {
	width:950px;
	}

#content {
	width:657px;
	height:537px;
	margin:15px 0px 0px 140px;
	}
#inner_content {
	width:870px;
	margin:15px 0px 10px 40px;
	}
	
#box_area {
	width:750px;
	margin:10px 0px 0px 130px;
	} 

#box1 {
	width:200px;
	height:200px;
	padding-left:30px;
	float:left;
	background-image:url(images/bullet1.jpg);
	background-repeat:no-repeat;
	}

#box2 {
	width:200px;
	height:200px;
	padding-left:30px;
	float:left;
	margin-left:15px;
	background-image:url(images/bullet2.jpg);
	background-repeat:no-repeat;
	}

#box3 {
	height:200px;
	width:200px;
	padding-left:30px;
	float:left;
	margin-left:15px;
	background-image:url(images/bullet3.jpg);
	background-repeat:no-repeat;
	}
	
#box_btn1 {
	background:url(images/btn1.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:75px;
	margin-top:10px;
	float:right;
	}
	
#box_btn2 {
	background:url(images/btn2.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:75px;
	margin-top:10px;
	float:right;
	}
	
#box_btn3 {
	background:url(images/btn3.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:75px;
	margin-top:10px;
	float:right;	
	}

.clear {
	clear:both;
	}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:874px;
	height:56px;
	margin-left:33px;
	}
	
#box_area h1{
	font-weight:bold;
	font-size:18px;
	padding-top:2px;
	margin:0px;
	text-transform:uppercase;	
	} 

h1 {
	font-size:22px;
	padding:0px 0px 10px 0px;
	margin:0px;
	}

#copyright {
	text-align:center;
	padding-top:20px;
	}

p {
	padding-top:2px;
	}