@charset "utf-8";
/* CSS Document */

a:link { text-decoration: none; color: #FFFFFF; } 
a:hover { text-decoration: Underline; color: #bfe400; } 
a:active { text-decoration: none; color: #bfe400; } 
a:visited { text-decoration: none; color: #FFFFFF; } 
a:visited:hover { text-decoration: Underline; color: #bfe400; } 
a:visited:active { text-decoration: Underline; color: #bfe400; } 



BODY {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; 
background: #7d7d7d;
background-repeat: repeat-x;
background-position: 50% 0;
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
COLOR: #FFFFFF; 
PADDING-TOP: 0px; 
text-align: left;
}

#SUBTITLE {
	Width: 1024px;
	position: center;
	text-align:left; 

}

#HEADER {
	Width: 1024px;
	Height: 63px;
	background:url(images/Design_Top.jpg);
	background-repeat: no-repeat
}
#TITLE {
	Width: 1024px;
	Height: 89px;
	background:url(images/Design_Title.jpg);
	background-repeat: no-repeat
}
#MENU {
	Width: 1024px;
	Height: 50px;
	url(images/Design_Menu.jpg);
	background-repeat: no-repeat
	
}
#BOTTOM {
	Width: 1024px;
	Height: 33px;
	background:url(images/Design_Bottom.jpg);
	background-repeat: no-repeat
}
#SEARCHBOX {
	position: relative;
	top: 10px;
	left: 15px;
	Width: 140px;
	background: #FFFFFF;
	background-repeat: no-repeat
}

#LOGINBOX {
	Width: 110px;
	background: #FFFFFF;
	background-repeat: no-repeat
}
#PASSWORDBOX {
	Width: 110px;
	background: #FFFFFF;
	background-repeat: no-repeat
}
