.frame_div
{
	border-style: solid; 
	border-color: red; 
	border-width: 0px; 
	width: 100%; 
	height: 250px;
	position: relative;
	margin: 0px auto;
	background-color: transparent;
	text-align: center;
}
.content_div
{
	border-style: solid; 
	border-color: blue; 
	border-width: 0px; 
        	width: 1000px;
	height: 240px;
        	background-color: transparent;
        	background-image: url(../images/title.jpg);
        	background-repeat: no-repeat;
	margin: 0px auto;
}
.menu_div
{
	border-style: solid; 
	border-color: green; 
	border-width: 0px; 
	display: block;
	position: absolute;
	width: 1000px;
	height: 30px;	
	background-color: transparent;
	color: white;
	margin: 0px auto;
	top: 210px;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.menu_button
{
	border-style: solid; 
	border-color: gray; 
	border-width: 1px; 
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
	width: 200px;
	background-color: transparent;
	color: white;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}
.menu_button_on
{
	border-style: solid; 
	border-color: white; 
	border-width: 1px; 
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
	width: 200px;
	background-color: red;
	color: white;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}
.memo_frame_div
{
	border-style: solid; 
	border-width: 0px; 
	border-color: red; 
	color: white;
	height: 300px;
	width: 100%;
	margin: 0px auto;
	background-color: transparent;
	text-align: center;
}
.memo_div
{
	background-color: black;
	border-style: solid; 
	border-width: 0px; 
	border-color: red; 
	height: 300px;
	font-size: 15pt;
	color: white;
	padding-left: 100px;
	padding-right: 100px;
	margin: 0px auto;
	width: 800px;
	text-align: left;
       	background-image: url(../images/fade.jpg);
       	background-repeat: no-repeat; 
	background-position: bottom;
	overflow: auto;
}
a.footer_note:link
{
	color: gray;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a.footer_note:visited
{
	color: gray;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}	
.hidden
{
        display: none;
}
.loading_display
{
        background-image: url(../images/icons/background2.png);
        display: block;
        color: #FFFFFF;
        background: #000;
        padding: 15px;
        border: 26px solid #555;
        font-size: 10pt;
        font-family: arial;
        position: relative;
        width: 300px;
        height: 220px;
        z-index: 99999;
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	text-align: center;
}
.title_span {
        font-size: 14pt;
        font-family: arial;
	font-weight: bold;
}
.about_display
{
        display: block;
        color: #FFFFFF;
        background: #bbb;
        padding: 15px;
        border: 26px solid #555;
        font-size: 10pt;
        font-family: arial;
        position: fixed;
        top: 150px;
        right: 40px;
        width: 550px;
        height: 230px;
        z-index: 99999;
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}
.contact_display
{
        display: block;
        color: #FFFFFF;
        background: #bbb;
        padding: 20px;
        border: 26px solid #555;
        font-size: 10pt;
        font-family: arial;
        position: fixed;
        top: 150px;
        right: 40px;
        width: 300px;
        height: 220px;
        z-index: 99999;
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}
.lower_menu
{
        border-style: solid;
        border-color: black;
        border-width: 0px;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 300px;
        z-index: 1;
}
.header_div
{
        border-style: solid;
        border-color: red;
        border-width: 0px;
        position: absolute;
        padding: 0px;
        left: 20px;
        z-index: 1;
        width: 1300px;
}
.footer
{
        border-style: solid;
        border-color: red;
        border-width: 0px;
        position: absolute;
        font-weight: bold;
        padding: 0px;
        left: 20px;
        bottom: 1px;
        z-index: 1;
}
.bottom_menu_div
{
        border-style: solid;
        border-width: 0px;
        border-color: red;
        width: 1210px;
}
.menu_item_div
{
        border-style: solid;
        border-width: 0px;
        border-color: red;
        float: right;
        color: #bad645;
        font-family: arial;
        font-size: 24pt;
        width: 400px;
}
body
{
	background-color: black;
        margin-top: 8px;
        margin-bottom: 0px;
        background-image: url(../images/icons/background2.png);
        background-repeat: repeat;
}
