/* =HOME
----------------------------------------------- */

body {
	background: url(../image/background/home.png) no-repeat;
}

#header p, #header h1 a, a:link {
	color: #999;
}

a:hover, #header ul a:hover {
	color: #666;
}

/* =HOME > INTRO
----------------------------------------------- */

.intro {
	width: 370px;
	float: left;
	color: #666;
	text-align: right;
}

.intro h1 {
	font-size: 1.5em;
	margin: 0 0 1em;
}

.intro .featured-expo {
	background-color: #666;
	padding: 15px;
	color: white !important;
	text-align: left;
	margin-top: 1.5em;
}

.intro .featured-expo h1 {
	font-size: 1.8em;
}

.intro .featured-expo a {
	color: white !important;
	text-decoration: none;
}

/* =HOME > NEWS
----------------------------------------------- */

/* v2 */

ul.news {
	position: relative;
	float: right;
	width: 330px;
	text-align: right;
	margin-right: 120px !important;
	margin-right: 60px;
	list-style: none;
}

ul.news li {
	clear: both;
	height: 75px;
	padding-bottom: 25px;
}

ul.news, ul.news a {
	color: #999;
	text-decoration: none;
}

ul.news img {
	border: 5px solid #999;
	margin: 0 25px 0 15px;
}

ul.news a.right {
	float: right;
}

ul.news div {
	width: 200px;
}

ul.news h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 0 0 -0.5em;
}

/* v2/ */