/* CSS Document */

body {
	background-image:url('images/BG.gif');
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size:12px;
}

A:link {text-decoration: none; color:#EEEEEE;}
A:visited {text-decoration: none; color:#EEEEEE;}
A:active {text-decoration: none; color:#EEEEEE;}
A:hover {text-decoration: underline; color: #EEEEEE;}

#container{
	text-align:left;
	width:900px;
}

#header{

	width:900px;
	border-bottom:solid thin;
	border-bottom-width:1px;
	border-bottom-color:#aeb5c7;
	padding-left:45px;
}


#maincontent{
	margin:auto;
	width:900px;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer{
	clear:both;
	width:900px;
	padding:5px;
	color:#CCCCCC;
	text-align:left;
	border-top:solid thin;
	border-top-width:1px;
	border-top-color:#aeb5c7;
	padding-left:45px;
}

.dropshadow2{
	float:left;
	clear:left;
	background: url('images/shadowAlpha.png');
	background-repeat:no-repeat;
	background-position:bottom right !important;
	background: url('images/shadow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width:880px;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.innerbox{
	background-color:#536486;
	color:#999999;
	line-height:20px;
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}

table.gallery td{
	padding-top:20px;
	padding-left:50px;
	text-align:right;
	}

