/* CSS Document */

body
	{
	background-image: url(images/blue/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #0B0041;
	margin: 0;
	padding: 0;
	color: #C7BCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
a
	{
	color: #fff;
	}
	
#modowd
	{
	display: flex;
	align-items: flex-end;
	height: 99px;
	padding-left: 10px;
	padding-bottom: 8px;
	}

#site-name
	{
	display: block;
	flex-shrink: 0;
	padding-right: 12px;
	line-height: 1;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 72px;
	font-weight: bold;
	color: rgba(100, 80, 197, 0.18);
	letter-spacing: -3px;
	white-space: nowrap;
	}

#modowd::after
	{
	content: '';
	flex: 1;
	height: 4px;
	background-color: rgba(100, 80, 197, 0.3);
	align-self: flex-end;
	position: relative;
	bottom: 10px;
	}
	
#main
	{
	}
	
#contentZone
	{
	margin-top: 99px;
	margin-left: 22px;
	width: 8000px;
	}	
	
.box
	{
	float: left;
	height: 250px;
	margin-right: 10px;
	display: block;
	text-align: center;
	}
	
.box .l
	{
	float: left;
	height: 225px;
	width: 9px;
	background-image: url(images/blue/box_l.gif);
	}

.box .m
	{
	float: left;
	height: 225px;
	background-image: url(images/blue/box_m.gif);
	}

.box .r
	{
	float: left;
	height: 225px;
	width: 9px;
	background-image: url(images/blue/box_r.gif);
	}
.box .content
	{
	padding: 9px 3px 0 3px;
	float: left;
	display: block;
	}
.box .content a
	{
	color: #fff;
	}
.box .content a:visited
	{
	color: #fff;
	text-decoration: none;
	}
.box .content a:hover
	{
	color: #382C72;
	background-color: #C7BCFF;
	text-decoration: none;
	padding: 0 0px;
	}
.box .content p
	{
	margin-top: 3px;
	}
.box .gap
	{
	float: left;
	display: block;
	width: 15px;
	height: 100px;
	}
.box .year
	{
	clear: both;
	text-align: left;
	margin-left: 13px;
	}
.siteImage
	{
	padding: 5px;
	background-image: url(images/blue/bg_image.gif);
	border: 0;
	width: 150px;
	height: 113px;
	}
#footer
	{
	position: relative;
	top: 40px;
	background-color: #000;
	padding: 3px;
	text-align:center;
	clear: both;
	color: #6450C5;
	font-family: Fixedsys, "Courier New", Courier, monospace;
	xbackground-image: url(images/blue/foot_fade.gif);
	xbackground-position: right;
	xbackground-repeat: no-repeat;
	}
#footer a
	{
	color: #6450C5;
	}
#footer a:hover
	{
	color: #fff;
	}
	
	
#construction
	{
	display: none;
	background-color:#FFFF00; 
	color: #000000; 
	padding: 4px;
	margin: 0;
	border-top: 5px solid #000; 
	border-bottom: 5px solid #000; 
	width: 100%;
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	}