@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #7E98C2;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../backgroundimages/Header.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Calibri, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 75%;
}
h1, h2 {
	text-transform: uppercase;
	font-size: x-large;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 0.25em;
}
h2 {
	font-size: large;
	letter-spacing: 0em;

}

#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-repeat: no-repeat;
	height: 76px;
	background-image: url(../backgroundimages/Logo.png);
	background-position: left top;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar {
	width: 422px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	line-height: 18px;
}
#navbar   .link {
	width: 106px;
	padding-bottom: 0px;
	float: right;
	background-image: url(../backgroundimages/navlinkinactive.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 29px;
}
#navbar  .active {
	width: 103px;
	padding-top: 29px;
	padding-bottom: 0px;
	float: right;
	background-image: url(../backgroundimages/navlinkinactive.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

a.active  {
	text-decoration: none;
	text-align: center;
	color: #9CC34C;
}
a.link {
	text-decoration: none;
	text-align: center;
	color: #7E98C2;
}
#navbar a.active {
	text-decoration: none;
	text-align: center;
	color: #9CC34C;
	background-image: url(../backgroundimages/navlinkactive.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#djenerations {
	float: left;
	width: 335px;
	padding: 20px;
	height: 376px;
	color: #FFFFFF;
	background-color: #7897C3;
	margin-top: 12px;
	margin-right: 12px;
}
#showcase {
	float: left;
	height: 416px;
	width: 412px;
	margin-top: 12px;
	background-color: #AED482;
}
#thumbs {
	float: left;
	height: 146px;
	width: 412px;
	background-color: #EAF3D9;
}
#maintext {
	float: left;
	height: 216px;
	width: 770px;
	margin-top: 12px;
	background-color: #D7EBFF;
	color: #496C9C;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}



.djen  {
	font-weight: 900;
}

.about  {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0em;
}
.quote {
	font-style: italic;
	color: #D7EBFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
}
#maintext .column1 {
	width: 335px;
	float: left;
	height: 236px;
}
#maintext .column2 {
	width: 404px;
	float: right;
	height: 200px;
	padding-top: 36px;
}
.copyrights {
	text-align: center;
}
div#showcase      {
	text-align: center;
	background-color: #B3D075;
}
#showcase p {
	text-align: center;
	color: #5A832E;
	padding-top: 20px;
	font-weight: bold;
	text-decoration: none;
}
#showcase .thanks {
	letter-spacing: 0.3em;
}


a.external {
	list-style-type: none;
	color: #5A832E;
	text-align: center;
}
