/* CSS Document */

/*gallery*/

body {
	background-color: #E1E1FF;
}
#body {
	height: auto;
	width: 950px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

#header {
	background-color: #E8E8FF;
	padding: 0;
	margin: 8px auto 8px auto;
	height: 200px;
	width: 940px;
	background-image: url(../img/header1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#main {
	height: auto;
	width: 950px;
}

#left {
	margin-top: 15px;
	height: auto;
	width: 180px;
	float: left;
}

#lefttop {
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 8px;
}

#content {
	height: auto;
	width: 740px;
	float: left;
	padding: 10px 15px 10px 15px;
	margin-bottom: 8px;
}


#footer{
	background-color: #E8E8FF;
	height: 80px;
	width: 950px;
	clear: both;
}

.box {
	width: 178px;
	background:  url(../img/box.jpg) top;
	padding-top: 10px;
}

.box .content { 
	background: url(../img/box.jpg) bottom;
	padding: 0 10px 10px 10px;
}