@charset "UTF-8";

/*  =============   */
/*  Main settings   */
/*  =============   */


html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ffffff;
	background-color: #000000;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

#main {
	width: 784px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	text-align: left;
	padding-bottom: 0px;
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
	overflow: hidden;
}

#main_outer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	text-align: left;
	padding-bottom: 0px;
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
	overflow: hidden;
	padding: 4px 0px 0px 0px;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}

p.small {
	font-size: 85%;
	line-height: 1.3em;
}

p.tiny {
	font-size: 75%;
	line-height: 1.2em;
}

p.indent {
	margin-left: 30px;
}

.border5 {
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
	margin: 0px 7px 15px 7px;
	
}

/*  =============   */
/*  Header          */
/*  =============   */

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-bottom: 90px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/*  =============   */
/*  Menu            */
/*  =============   */

#menu {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}

#menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;	
	text-align: center;
}

#menu a.selected {
	color: #fab904;
}

/*  =============   */
/*  Left-right      */
/*  =============   */

#flashobject {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
    background-position: center top;
	height: 589px;
}


#full {
	float: left;
	width: 770px; 
	margin: 0px;
	padding: 20px 11px 20px 11px;
	text-align: left;
}

#clear { 
	clear: both; 
	width: 800px; 
}

/*  =============   */
/*  Footer          */
/*  =============   */

#footer { 
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.6em;
	text-align: center;
}