	*{ padding:0px; margin:0px; }
			body{ }
			.boxgrid a{ color: black; font-weight:bold;}
			h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			h3#token {font-size:13pt}
			.boxgrid{ 
				width: 134px; 
				height: 191px; 
				margin:10px; 
				float:left; 
				background: #7F7F7F;
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color: silver;
					font-weight:bold; 
					font:8pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
div#firstrow{
	border:0px solid green;

}
div#secondrow{
	border:0px solid blue;
	height:0px;
}
div#thirdrow{
	border:0px solid red;

}
div#horizon{
	width:215px;
	height:153px;
}
div#centerlogo{
	width:213px;
	height:149px;
	margin-top:52px;
}

div#slogan{
	width:214px;
	height:99px;
	position:relative;
	top:-259px;
	left:320px;
	z-index:1000;
}

div#global{
	width:858px;
	height:780px;
	border:0px solid green;
	margin:0 auto 0 auto;
}
div#smallone{
	width:60px;
	height:191px;
	
}
div#bigone{
	width:285px;
	height:191px;	
}
div#bigone a{
	text-decoration:none;
}
/*** Navigation (Setting up some fonts, colors and more)***/  
.nav a {
	font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color:#660000;
	outline: none;
	}
#navigation{
	margin-left: 10px;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	float:left;
	width:109px;
	margin:0;
	padding:0;
	text-align:left;
}
li a {
	display:block;
	width:109px;
	padding:5px 0px;	
	text-decoration:none;
}

li a:hover, li a:focus, li a:active{
	background-position:109px 0;
	color:#000000;
}

.subnav a {
background:none;
text-transform:none;
font-size:11px;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
}

.subnav img{
border:0px;
}

.nav ul li{
height:15px;
width:109px;
border:0px solid black;
}
#footer{
	width:835px;
	height:150px;
	border:0px solid black;
	}
#bottomright{
	font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	border:0px solid black;
	}
#bottomright a{
	color:#660000;
	text-decoration:none;
	} 

#bottomright a:hover{
	text-decoration: underline;
}

