@charset "utf-8";
/* Home CSS Stylesheet */

body.home {
	background-image:url(../images/body-background.jpg);
}

body.home div#header {
	background-image:url(../images/header-background.jpg);
}

body.home div#header div#vertNav div.link a:hover {
	color:#a1a1a4;
}

body.home div#bodyWrapper,
body.home div#wrapper {
	background-image:url(../images/wrapper-background.jpg);
	background-color:transparent;
}

body.home div#wrapper div#contentArea div#homeGallery {
	float:left;
	width:485px;
}

body.home div#wrapper div#contentArea div#homeGallery a {
	text-decoration:none;
	font-weight:bold;
	color:#a1a1a4;
}

body.home div#wrapper div#contentArea div#homeGallery a img {
	border:0px;
}

body.home div#wrapper div#contentArea div#homeContent {
	float:left;
	margin-top:18px;
	margin-left:40px;
	width:333px;
	color:#9A9A9A;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body.home div#wrapper div#contentArea div#homeContent h1.title {
	margin-top:70px;
}

body.home div#wrapper div#contentArea div.clear {
	clear:both;
}

body.home div#wrapper div#contentArea div#likeBox {
	clear:both;
	float:right;
	margin-top:20px;
}
