/* Custom css */



body {
	margin: 0;
	padding: 0;
	background-color: #fbfafb;
}

a img
{
border:none;
}


#header {
	height: 70px;
	background-color: #fbfafb;
}




#footer {
	height: 30px;
	width: 720px;
	background-color: #fbfafb;
	
	
}

#maincontent {
	height: 550px;
	width: 730px;
}

#left {
	background-color: #fbfafb;
	height: 150px;
	width: 120px;
	padding-top: 430px;	
}


#middle {
	background-color: #FFFFFF;
	height: 480px;
	width: 200px;
}

#top {
	height: 550px;
	width: 700px;
	
	background-color: #FFFFFF;
}

#right {
	background-color: #FFFFFF;
	width: 700px;
	height: 480px;
	
}

#center {
	height: 70px;
	width: 700px;
	background-color: #FFFFFF;

}

#arrow {
	height: 70px;
	width: 120px;
	padding-left: 550px;
}

a {
	
    text-decoration: none;
	color: #666666;
}


a:hover {
    
	text-decoration: none;
	color: #ded1de;
}
.pink {
	color: #ddb9dd;
}

.pale_pink {
	color: #ded1de;
}

/* Use a .box to create a padded box inside a column.  */ 
.box {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.box2 {
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 200px;
}

.box3 {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.box4 {
	padding-top: 10px;
	padding-left: 40px;
}

.box5 {
	padding-top: 30px;
	padding-left: 40px;
}

.box6 {
	padding-top: 250px;
	padding-right: 250px;
}
