#content {
	margin: 0
}

#welcome {
	width: 30em;
	padding: 0 5em;
	margin: 1em auto 5px auto;
	border-bottom: 3px double #6398ca
}
#welcome h2 {
	border: 0;
	background: transparent;
	min-height: 0;
	padding: 0;
	margin-left: 0
}
#welcome * {
	font-size: large;
	margin: 0
}
#welcome p {
	text-align: right;
	color: #555
}
/*#welcome p:hover:after {
	display: inline;
	content: ' your ass!'
}*/

p#description {
	width: 50em;
	margin: 1em auto;
	height: 5em;
	text-align: center
}

#categories {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
#categories ul,
#categories li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}
#categories ul {
	width: 610px;
	margin: 0 auto
}
#categories li {
	float: left;
	/*width: 100px;*/
	/*border: 2px solid #6398ca;*/
	margin: 1px;
	/*padding: 40px 10px;*/
	text-align: center
}
#categories a {
	display: block;
	height: 105px;
	width: 150px
}
#categories li { background: url(../../images/home/blank.png) }
#categories li.a a { background: url(../../images/home/quizzes.png) }
#categories li.a { background: url(../../images/home/quizzes_o.png) }
#categories li.b a { background: url(../../images/home/surveys.png) }
#categories li.b { background: url(../../images/home/surveys_o.png) }
#categories li.c a { background: url(../../images/home/graphics.png) }
#categories li.c { background: url(../../images/home/graphics_o.png) }
#categories li.d a { background: url(../../images/home/generators.png) }
#categories li.d { background: url(../../images/home/generators_o.png) }
#categories li.e a { background: url(../../images/home/bulletins.png) }
#categories li.e { background: url(../../images/home/bulletins_o.png) } /* top right no-repeat; padding-left: 76px */ /* 76px margin per absent button */
#categories li.f a { background: url(../../images/home/layouts.png) }
#categories li.f { background: url(../../images/home/layouts_o.png) }
#categories li.g a { background: url(../../images/home/profilerank.png) }
#categories li.g { background: url(../../images/home/profilerank_o.png) }
#categories li.h a { background: url(../../images/home/forums.png) }
#categories li.h { background: url(../../images/home/forums_o.png) }
#categories li a:hover { background: transparent }
#categories a span {
	display: none
}

.separator {
	clear: both;
	width: 30em;
	margin: 10px auto 5px auto;
	padding: 10px 5em 0 5em;
	border-bottom: 3px double #6398ca
}

#news {
	width: 610px;
	margin: 10px auto 20px auto;
}
#news p {
	margin-top: 0;
}
#news h3 {
	margin: 0;
	font-size: large;
	color: #6398ca
}
#news cite {
	font-style: normal;
	font-weight: bold
}

#featuredprofile {
	float: right;
	margin-left: 15px;
	width: 150px;
}
#featuredprofile .photo {
	width: 125px;
	border: 1px solid #6398ca;
}
