/* body */
body {
	font-family: Arial;
	font-size: 0.9em;
	padding: 0;
	color: #534B4B;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bg_X.jpg);
}
/* end - body */


/* container */
#container {
	width: 700px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #FFFFFF;
}
/* end - container */


/* header */
#header {
	height: 80px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/head_seniors.gif);
}
/* end - header */


/* nav */
#nav {
	margin:0;
	padding:0;
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
	background-color: #252E43;
	text-align: center;
	float: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#nav li {
	display:inline;
}
#nav a:link,#nav a:visited {
	color:#999999;
	float:left;
	width:99px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 0.85em;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: right;
	background-position: center;
	font-weight: bold;
}
#nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2f261a;
}
/* end - nav */

/* subnav */
#subnav {
	margin:0;
	padding:0;
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
	background-color: #252E43;
	font-weight: bold;
	float: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#subnav li {
	display:inline;
}
#subnav a:link,#subnav a:visited {
	color:#999999;
	width:99px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 0.85em;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: right;
	font-weight: bold;
	float: left;
}
#subnav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2f261a;
}
/* end - subnav */



/* content */
#content {
	width:700px;
	float:left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding: 0px;
	height: 100%;
}


.content_head {
	font-size: 1.5em;
	font-weight: bold;
}

.content_small {font-size: 0.8em}

/* end - content */

/* subcontent */
#subcontent {
	width:680px;
	float:left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding: 10px;
	height: 100%;
	text-align: center;
}


.subcontent_head {
	font-size: 1.5em;
	font-weight: bold;
}

.subcontent_small {font-size: 0.8em}

/* end - subcontent */

/* subcontent_left */
#subcontent_left {
	width:290px;
	float:left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding: 30px;
	height: 100%;
}


.subcontent_left_head {
	font-size: 1.5em;
	font-weight: bold;
}

.subcontent_left_small {font-size: 0.8em}

/* end - subcontent_left */

/* subcontent_right */
#subcontent_right {
	width:290px;
	float:left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding: 30px;
	height: 100%;
}


.subcontent_right_head {
	font-size: 1.5em;
	font-weight: bold;
}

.subcontent_right_small {font-size: 0.8em
}

#subcontent_right a:link,#nav a:visited {
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 0.85em;
	font-weight: bold;
}
#subcontent_right a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}
/* end - subcontent_left */


/* footer */
#footer {
	width:700px;
	clear:both;
	background-color: #252E43;
}
/* end - footer */
	
/* bottom */
#bottom {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
/* end - bottom */


#image_a {
	position: absolute;
	top: 200px;
	overflow: visible;
	visibility: visible;
	left: 500px;
}

