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

* {
	padding:0;
	margin:0;
}


body {
	width: 900px;
	height:700px;
	margin: 0 auto;
	background-color:#CCC;
}

#entire{
	background:#FFF;
	height:1100px;
	padding-left:20px;
	padding-right:20px;
}

.long{
	background:#FFF;
	height:1300px;
	padding-left:20px;
	padding-right:20px;
}

#header {
	width:860px;
	height:125px;
}

#banner{
	width:860px;
	height:175px;
}

#banner{
	width:860px;
	height:auto;
	margin-bottom:10px;
}

#full_width{
	width:860px;
	height:auto;
	position: relative;
}

#left{
	width:430px;
	height:auto;
	float:left;
}

#right{
	width:430px;
	height:auto;
	float:right;
}

#left_column{
	width:600px;
	height:auto;
	float:left;
}

#right_column{
	width:250px;
	height:auto;
	float:right;
}

#client_mini_a{
	width:250px;
	height:auto;
	float:left;
	margin-left:30px;
	padding-bottom:20px;
}

/* right hand column with background image */

#column_bg{
	width:250px;
	height:125px;
	background:url(../images/column_bg.jpg) no-repeat;
}

#blog{
	width:465px;
	height:auto;
	float:right;
}

