@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #C9C;
	background-image: url(../images/purple_gradient.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 1000px;
	height: 1010px;
	background: #FFF;
	margin: auto;
	padding-left: 2px;
	padding-right: 2px;
	overflow: visible;
}

#header {
	width: 980px;
	height: 15px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #3C6;
/*	background-image: url(../images/green_gradient_header.jpg);
	background-repeat: repeat-x; */
}

#banner {
	background-image: url(../images/static_banner.bmp);
	background-repeat: no-repeat;
	height: 80px;
	margin: 5px auto;	
}

#main_images {
	width: 1000px;
	height: 200px;
	background: #3C6;
	margin: auto;
/*	padding-left: 10px;
	padding-right: 10px; */
	overflow: hidden;
}

#sub_menu {
	width: 190px;
	height: 300px;
	background: #FFF;
	float: left;
	font-size: 12px;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	padding-left: 10px;
/*	border: 1px dotted #666;
	padding-right: 10px;  
	overflow: hidden;
	text-align: center;  */
}
#sub_menu a {
	display: block;
	color: #3C6;
	background-color: transparent;
/*	width: 9em;  */
    text-decoration: none;
/*	padding: .2em .8em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;  */
}
#sub_menu a:hover {
	color: #C6C;
/*	text-decoration: underline;
	background-color: #369;
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; */
} 

#main_text {
	width: 776px;
	height: 600px;
	background: #FFF;
/*	border: 1px dotted #666;  */
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
} 

#main_text h1 {
	color: #C6C;
	font-size: 30px;
	text-align: justify;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 24px;
}

#main_text p {
	color: #000;
	font-size: 12px;
	text-align: justify;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 24px;
}

#main_text li {
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 24px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bolder;
	text-align: justify;
}

#main_text emp {
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 24px;
	list-style-type: none;
	font-size: 15px;
	font-weight: bolder;
	text-align: justify;
}

#stock_ticker {
	width: 180px;
	height: 180px;
/*	background: #eee;	*/
/*	border: 1px dotted #666;  */
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#weather_widget {
	width: 180px;
	height: 182px;
	background: #FFF;
/*	border: 1px dotted #666;  */
	float: left;
	padding-top: 260px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden; 
}

#footer	{
	width: 776px;
	height: 30px;
	background: #FFF; 
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	color: #3C6;
	font-size: 10px;
	text-align: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
/*	border: 1px dotted #666;
	padding-right: 10px;  
	overflow: hidden;
	text-align: center;  */
}
#footer a {
	text-decoration: none;
	color: #3C6;
	font-size: 10px;
	text-align: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
}
