body {
text-align:center;
}

#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	background-image: url(images/alive_bg_pic.jpg);
	background-repeat: no-repeat;
}

#content {
	float:left;
	width:640px;
	min-height: 450px;
}

#header {
		height: 100px;
}

#footer {
clear:both;

}

.inside {
padding:10px;
}

.insidemenu {
padding:15px 10px 10px 10px;
}

.insidecontent {
padding:20px 50px;
}

#sidebar {
	float:left;
	width:160px;
	overflow:hidden;
}

.imageright {
	float:right;
	position: relative;
	margin-left: 10px;
	border-width: 0px 0px 0px 0px;
}

.imageleft {
	float:left;
	position: relative;
	margin-right: 10px;
	border-width: 0px 0px 0px 0px;
}
.imagecenter {
	text-align: center;
	width: 150px;
	height: 132px;
	vertical-align: bottom;
}

