@CHARSET "ISO-8859-1";

/* basic elements */
body {
	font: 12pt times;
	color: #555753;
	background: #f3e6ff;
	margin: 0px;
	}
p {
	font: 13pt times;
	margin-top: 0px;
	text-align: left;
	}
h3 {
	font: italic normal 14pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #B7A5DF;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #a9a9a9;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #9685BA;
	}

/* classes */
.container {
	width: 760px;
	margin: 0px auto 0px auto;
	}

/* specific divs */
#pageHeader {
	background: #fff;
	margin: 0px;
	height: 90px;
	}
#pageHeader h1 {
	background: transparent url(/images/yasuko_international_logo.gif) no-repeat center center;
	margin: 5px 0px;
	height: 80px;
	}
#pageHeader h1 span {
	display: none
	}
#mainMenu {
	background: transparent url(/images/menu_bar_background.gif) repeat-x;
	margin: 0px;
	height: 30px;
	text-align: right;
	}
#mainMenu a:link {
	font-weight: bold;
	text-decoration: none;
	color: #34184b;
	}
#mainMenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #34184b;
	}
#mainMenu a:hover, a:active {
	text-decoration: underline;
	color: #9685BA;
	}
#mainContent {
	width: 770px;
	min-height: 480px;
	margin: 0px auto;
    }
#mainContent h2 {
    font-size: 22pt;
    font-weight: normal;
    color: #8B0000;
    }
#footer {
	clear: both;
	width: 760px;
	margin: 70px auto;
	border-top: 1px solid #000;
	font-size: 10pt;
	}
#footer table {
	float: right;
	width: 45%;
	text-align: right;
	}
#footer p {
	float: left;
	font-size: 10pt;
	}

