﻿.HomeLeft
{
	float: left;
	width: 440px;
}
.HomeRight
{
	float: right;
	width: 300px;
}
.HomePicture
{
	height: 250px;
	width: 440px;
}
.HomeStory
{
	font-size: 90%;
	min-height: 250px;
	margin-top: 10px;
	width: 440px;
}
.HomeStory blockquote
{
	color:#999;
	font-size:120%;
	font-style:italic;
	font-weight:bold;
	margin: 0 0 10px 15px;	
}

/*
Adverts
*/
.HomeAdvert1
{
	height: 250px;
	width: 300px;
}
.HomeAdvert2
{
	height: 250px;
	margin: 0 0 10px 0;
	width: 300px;
}
.HomeAdvert3
{
	margin: 0 0 10px 0;
	width: 300px;
}

/*
GalleryAggregate
*/
.HomeGalleryAggregate
{
	text-align: center;
}
.HomeGalleryAggregate img
{
	padding: 3px;
	min-width: 90px;
	max-width: 90px;
}
.HomeGalleryAggregate ul
{
	margin: 0;
	padding: 0;
}
.HomeGalleryAggregate li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*
BlogAggregate
*/
.HomeBlogAggregate
{
	margin-top: 10px;
	overflow: hidden;
}
.HomeBlogAggregate ul
{
	font-size: 80%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.HomeBlogAggregate li
{
	clear: both;
	list-style-type: none;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 0;
}
.HomeBlogAggregate li.alt
{
	
}
.HomeBlogAggregate li img
{
	float: left;
	margin-right: 2px;
	width: 90px;
}
.HomeBlogAggregate .HomeBlogContent
{
	float: right;
	width: 340px;	
}
.HomeBlogAggregate a
{
	color: #E73C0E;
	text-decoration: none;
}
.HomeBlogAggregate a:hover
{
	color: #E73C0E;
	text-decoration: underline;
}
.HomeBlogTitle
{
	font-size: 120%;
	font-weight: bold;	
}
.HomeBlogFooter
{
	text-align: right;	
}


/*
HomeWidgets
*/
.HomeWidgets
{
	clear: both;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.HomeWidget a
{
	color: #E73C0E;
	text-decoration: none;
}
.HomeWidget a:hover
{
	background-color: #E73C0E;
	color: #fff;
	text-decoration: none;
}










.HomeWidget
{
	font-size: 80%;
	margin-bottom: 5px;
}
.HomeWidget img
{
	float: left;
	margin-right: 5px;
}
.HomeWidgetTop
{
	background-image: url(../images/ukmkivs/widgetTop.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.HomeWidgetContent
{
	background-image: url(../images/ukmkivs/widgetMiddle.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
}
.HomeWidgetBottom
{
	background-image: url(../images/ukmkivs/widgetBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}

