/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
}
#container_1 {
	position:relative;
	width:800px;
	margin:auto;
	background-color:#FFFFFF;
}

/* ***************************************************************************** */
#top {
	width:800px;
	height:296px;
	background-image:url(images/background/banner_bg.jpg);
	
}

#banner {
	position:relative;
	float:right;
	right:58px;
	top:64px;
	height:170px;
	width:260px;
	background-color:#FFFFFF;
	border:1px solid black;
	z-index:10;
}

#bottom {
	background-color:#00349a;
	position:relative;
	width:800px;
	height:300px;
}

#clear_row {
	position:relative;
	height:1px;
}

#title {
	position:relative;
}

#logo {
	position:relative;
	float:left;
	top:15px;
	left:5px;
}

#box_1 { 
	position:relative;
	float:left;
	top:15px;
	left:13px;
	width:150px;
	height:135px;
	border:2px solid #0064ff;
	text-align:center;
	padding:5px;
}

#box_2 { 
	position:relative;
	float:left;
	top:15px;
	left:33px;
	width:150px;
	height:135px;
	border:2px solid #0064ff;
	text-align:center;
	padding:5px;
}

#box_3 { 
	position:relative;
	float:left;
	top:15px;
	left:53px;
	width:150px;
	height:135px;
	border:2px solid #0064ff;
	text-align:center;
	padding:5px;
}


.box_links {
	font-size:12px;
	color:#FDFDFE;
	text-decoration:none;
	font-weight:bold;
}

.box_links:hover {
	color:#FDC301;
}