#column1 {
	clear:both;
	color:#ffffff;
}

#column1 a {
	color:#ffffff;
}

#column1,
#column2,
#column3,
#column4 {
	margin-bottom:20px;
	float:left;
}

/*
	
	TEMPLATE 1
	Used by: News Articles, Fun Stuff Homepage, Weddings Homepage, Wedding Cakes
	2 Columns: | 137px |		20px		| 760px |
	
*/
.template1 #column1 {
	margin-right:20px;
	width:137px; /* 10px padding */
}
.template1 #column2 {
	width:760px;
}
.templateq #column3,
.templateq #column4 {
	display:none
}

/*
	
	TEMPLATE 2
	Used by: Contact Us Forms
	3 Columns: | 137px |		20px		| 243px |		20px		| 497px |
	
*/
.template2 #column1 {
	width:137px; /* 10px padding */
}
.template2 #column2 {
	width:243px;
}
.template2 #column3 {
	width:497px;
}
.template2 #column4 {
	display:none
}

.template2 #column1,
.template2 #column2 {
	margin-right:20px;
}

/*
	
	TEMPLATE 3 ( Default )
	Used by: All About, Gallery, Gallery Upload, Latest News, Fun Stuff Downloads, Party Homepage, Party Subpage
	3 Columns: | 137px |		20px		| 497px |		20px		| 243px |
	
*/
.template3 #column1 {
	width:137px; /* 10px padding */
}
.template3 #column2 {
	width:497px;
}
.template3 #column3 {
	width:243px;
}
.template3 #column4 {
	display:none
}

.template3 #column1,
.template3 #column2 {
	margin-right:20px;
}

/*
	
	TEMPLATE 4
	Used by: Gift Search
	4 Columns: | 137px |		20px		| 265px |		20px		| 256px |		20px		| 199px |
	
*/
.template4 #column1 {
	width:137px; /* 10px padding */
}
.template4 #column2 {
	width:265px;
}
.template4 #column3 {
	width:256px;
}
.template4 #column4 {
	width:199px;
}

.template4 #column1,
.template4 #column2,
.template4 #column3 {
	margin-right:20px;
}

/*
	
	TEMPLATE 5
	Used by: Search Results, Shop Categories, Product Page, Other Wedding Products
	3 Columns: | 137px |		20px		| 497px |		64px		| 199px |
	
*/
.template5 #column1 {
	margin-right:20px;
	width:137px; /* 10px padding */
}
.template5 #column2 {
	margin-right:64px;
	width:497px;
}
.template5 #column3 {
	width:199px;
}
.template5 #column4 {
	display:none
}

/*
	
	TEMPLATE 6
	Used by: Homepage, Checkout, Basket Overview, Delivery Selection
	1 Column: | 917px |
	
*/
.template6 #column2 {
	width:917px;
}

.template6 #column1,
.template6 #column3,
.template6 #column4 {
	display:none
}