/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

body > div {
	text-align:center; 
	margin-right:auto;
	margin-left:auto;
}
#frame {
	height: auto;
	width: 1000px;
	position: relative;
}
#html {
	background-color: #000000;
	height: auto;
	width: 100%;
	float: left;
}

#header {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}
#banner {
	width: 986px;
	float: left;
	height: 228px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
#up_menu {
	float: left;
	height: 34px;
	width: 986px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
#menu_bg_left {
	float: left;
	height: 34px;
	width: 8px;
}
#menu_name {
	float: left;
	height: 34px;
	width: 970px;
	background-image: url(../images/menu_bg_main.gif);
	background-repeat: repeat-x;
	line-height: 34px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}
#menu_name a:link,#menu_name a:visited,#menu_name a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_name a:hover {
	color: #FF0000;
	text-decoration: none;
}
#menu_bg_right {
	float: left;
	height: 34px;
	width: 8px;
}
#main {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 8px;
}
#footer_menu {
	float: left;
	height: 30px;
	width: 986px;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 8px;
	line-height: 30px;
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
	background-color: #CCCCCC;
	font-weight: bold;
}
#footer_content {
	float: left;
	height: 100px;
	width: 986px;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(../images/bg_2.gif);
	background-repeat: repeat;
}
#font_2_1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
#font_2_2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
}
#font_3 {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 30px;
}
#font_4 {
	font-size: 12px;
	color: #CCCCCC;
}
#font_4_2 {
	font-size: 11px;
	color: #FFFFFF;
}
#photo a:hover{
	border: 0px;
}

#photo a img{
	border: 2px solid #C0C0C0;
	padding: 1px;
}
#photo a:hover img{
	border: 2px solid #FFFF00;
}
