#white {
    background-color: #000000;
    width: 750px;
    margin: 0 auto;
}

#left {
    background-color: #ffffff;
    min-height: 294px;
    width: 245px;
    float: left;
	
	padding-top: 40px;
}

#top {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(images/top.jpg);
    width: 748px;
    height: 158px;
    float: right;
    margin: 0 0;
	
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-top: 1px dotted #000000;
}

#menu {
	background-color: #ffffff;
    width: 748px;
    height: 20px;
	
	margin-top: 137px;
}
	

#lowerside {
    background-color: #ffffff;
    width: 748px;
    float: right;
	
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

#main {
    background-color: #ffffff;  
    width: 468px;
	text-align: left;
	float: right;
	
	padding-right: 5px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

body {
	background-image: url(images/pixel-pattern.jpg);
}
