.wrapper {
	width: 640px;
}

.header {
	background: url("../images/header.jpg") no-repeat 0 0;
}

.logo {
	width: 114px;
	height: 46px;
	left: 15px;
	top: 8px;
	text-indent: none;
}

.header_image {
	display: none;
}

.search {
	display: none;
}

.udm ul {
	display: none;
}

.sidebar {
	display: none;
}

.content {
	width: 640px;
}

.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.content-two_column {
	width: 640px;
	border: none;
}

.content-two_column:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.dotted-border:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}