.main {
	background-image: url(../images/backgrounds/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 820px;
	background-color: #650065;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.main .logo {
	float: left;
	height: 80px;
	width: 210px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 50px;
}
.main .navbar {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	height: 410px;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;	
}
.main .navbar a{
	text-decoration: none;
	color: #FFFFFF;
}
.main .menu {
	float: left;
	height: 580px;
	width: 270px;
}
.main .content {
	float: right;
	height: 510px;
	width: 480px;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.main .content .main_content {
	float: left;
	height: 510px;
	width: 480px;
}
.main .content .main_content .clothing {
	float: left;
	height: 150px;
	width: 100px;
	padding-top: 7.5px;
	padding-right: 10px;
	padding-bottom: 7.5px;
	padding-left: 10px;
	text-align: center;
}
.main .content .main_content .Nav {
	font-size: xx-small;
	float: left;
	height: auto;
	width: 480px;
	text-align: right;
	padding-top: 1px;
}
.main .content .main_content .motto {
	font-style: italic;
	text-align: center;
}
.main .content .Contact {
	float: left;
	height: 390px;
	width: 380px;
	text-align: center;
	font-size: x-large;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.main .content .main_content .centred_content {
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .content .main_content .centred_content a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .content .main_content .centred_content img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
