
/*homegray
++++++++++++++++++++++++++++*/
#homegray {
	width: 768px;
	height: 30px;
	background: url("/images/homegray.gif") no-repeat;
	margin: 33px 0 20px 0;
	
}

/*power
++++++++++++++++++++++++++++*/
#power {
	width: 638px;
	height: 310px;
	margin-bottom: 20px;
}

#power em {
	background : url("/images/scrabble.jpg") no-repeat;
}


/*content
++++++++++++++++++++++++++++*/
#content {
	width: 312px;
	margin-left: 0px;
}

#content p {
	padding: 0 10px;
	margin-bottom: 3em;
}

h2#home {
	margin: 0 0 .5em 10px
}

/*#content h2#home-h2 {
	background: #eff0f1 url("/images/home-h2-bg.gif") no-repeat;
	padding: 15px 15px 0 15px;
	font-size: 1em;
	font-weight: bold;
}

#content p#home-p {
	background: #eff0f1 url("/images/home-p-bg.gif") no-repeat 0 100%;
	padding: 15px;
	font-size: 1em;
}*/

/*articlewrapper
++++++++++++++++++++++++++++*/
#articlewrapper {
	margin: 6px 0 0 332px;
	width: 313px;
	background-color: #73af6d;
}

#articletop {
	width: 313px;
	height: 17px;
	background: url("/images/home-article-top.gif");
}

#articlebottom {
	width: 313px;
	height: 16px;
	background: url("/images/home-article-bottom.gif");
}

#article {
	padding: 2px 22px;
}

#article h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 22px;
}

#article ul {
	color: #fff;
	border-top: 1px solid #fff;
	list-style-type: none;
	padding-top: 0px;
	margin: 0;
}

#article ul li {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin: 0;
}

#article ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#article ul li a:hover, #article ul li a:focus {
	text-decoration: underline;
}