@charset "utf-8";
/* CSS Document */

body
{
	background:#000000 url(../../images/concepts/conceptsBack.jpg) center top no-repeat;
}
.leftLinksHeader
{
	margin-bottom:0px;
	font-size:36px;
	color:#FFF;
}
.leftLinksContent
{
	background:url(../../images/concepts/linksMiddle.png) right repeat-y;
	padding-left:40px;
	padding-right:10px;
}
.leftLinksFill
{
	background: url(../../images/concepts/linksFill.png) right repeat-y;
}
.mainContent
{
	background:url(../../images/concepts/bodyMiddle.png) left repeat-y;
	min-height:1650px;
	padding-left:20px;
	padding-right:30px;
}

.captionedImg
{
	text-align:center;
	font-style:italic;
	font-size:16px;
	margin-bottom:16px;
}
.moreLink
{
	text-align:right;
}

/*----------------
MAINPAGE CSS
-----------------*/
.header
{
	height:180px;
	text-align:right;
}

#logo
{
	margin-top:60px;
}
.icon
{
	text-align:center;
}
.conceptText
{
	padding-bottom:10px;
	text-align:center;
}

a
{
	color:#036;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

#essays ul
{
	padding:10px;
	list-style:none inside;
	text-align:center;
}
#essays li
{
	margin-left:0px;
}
