* {
	margin: 0px;
	padding: 0px;
}

html {
	border: none;
}

body {
	font-family: Arial;
	font-size: 62.5%;
	line-height: 110%;
	background: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	/*width: 903px;
	height: 580px;*/
}

img {
	border: 0px;
}

/*
	Principle containers
*/
#header {
	height: 64px;
	width: 100%;
}

#header-menu {
	display:none
}

#sub-header {
	height: 8px;
}
/*
#content {
	height: 508px;
	margin: 0px;
	padding: 0px;
}
*/
#main-content {
	/*float: left;
	height: 508px;
	width: 649px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	/*background-color:#000000;*/
	color:#000000;
	/*overflow: hidden;*/
}

#main-content-left {
	position:relative;
	float:left;
	width:428px;
	/*height: 508px;*/
}

/*
	Scrolling content
*/
/*
#scroller {
	width: 428px;
	margin: 0 auto;
	overflow: hidden;
}

#display-img {
	position:absolute;
	width: 428px;
	padding-top: 13px;
	z-index: 1;
}

#display-img-text {
	position:absolute;
	width: 123px;
	height: 117px;
	
	overflow:hidden;
	padding-left: 18px;
	top: 281px;
	z-index: 20;
	font-size: 0.9em;
}*/
/*
#scrolling-content {
	width: 5250px;
}*/

#scrolling-content li {
	display: inline
}

.scrolling-section {
	/*width: 428px;*/
	float: left;
	padding-top: 13px;
}

/*
	Side text
*/
#side-text-div {
	float: right;
	position: relative;
	/*height: 508px;*/
	width: 209px;
}

#side-text-div p {
	padding-top: 27px;
	padding-left: 27px;
	line-height: 1.3em;
}

#side-text-div-list {
	padding-top: 5px;
	padding-left: 30px;
}

/*
	MAIN NAV
*/
#mnav-left {
	width: 156px;
	/*height: 508px;*/
	float: left;
	position: relative;
	font-size: 0.9em;
	/*color:#FFFFFF*/
}

#mnav-left p {
	text-align: right;
	padding-right: 5px;
}

#mnav-center {
	width:238px;
	/*height: 508px;*/
	float: left;
	position: relative;
}

#mnav-center p {
	padding-top: 13px;
	padding-left: 10px;
}

#mnav-right {
	width: 128px;
	/*height: 508px;*/
	float: left;
	position: relative;
	/*color:#FFFFFF*/
}

#mnav-right p {
	padding-left: 10px;
}

#mnav-farright {
	width: 127px;
	/*height: 508px;*/
	float: left;
	position: relative;
}

.blackbox {
	display:block;
	padding: 5px;
	padding-left: 10px;
	width: 200px;
	/*background:#000000;
	color: #FFFFFF;*/
	height: 10px;
}

#mnav-center a {
	color: #FFFFFF;
	text-decoration:none
}

/*
	IMG SQUARES
*/

.square-img {
	width: 132px;
	height: 132px;
	padding-bottom: 9px;
	padding-left: 7px;
	border: 0px;
}

.no-print {
	display: none
}

#footer {
	color:#000000;
	font-size: 1.1em;
	clear: both
}


/*
	
*/
#menu-left {
	display: none
}

#menu-right {
	display: none
}

#web-logo-div {
	width: 376px;
	float: left;
	cursor: pointer;
}

#header-logo-print {
	display: none
}

/*
	FORMs
*/
input[type="button"], select, input[type="submit"] {
	font-size: 1.0em;
}

input[type="text"]:hover {
	background-color: #FFFFD8;
}

input[type="text"]:focus {
	background-color: #FFFFD8;
}

input[type="password"]:hover {
	background-color: #FEEAFF;
}

input[type="password"]:focus {
	background-color: #FEEAFF;
}


li {
	/*list-style-position:inside;*/
	list-style:square
}

/*ul, dl, li, dd, dt, ol {
	margin-left: 10px;
}*/

#success {
	background-color:#FFFFCC;
	font-size:1.2em;
	padding: 0.5em 2%;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align:center;
}

#error {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	padding: 0.5em 2%;
	color:#000000;
	font-size:1.1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

pre {
	font-family:"Courier New", Courier, mono;
	font-size: 120%;
	clear: both;
	margin: 10px 10px 10px 10px;
	border: 1px solid #111;
	padding: 10px 10px 10px 10px;
	background: #E9E9E9;
}

/*
	Classes
*/
.navigation {
	cursor:pointer;
	
}

.bold {
	font-weight: bold;
}

.required {
	color:#FF0000;
}

.subtitled {
	font-size: 110%;
	font-weight:bold;
	line-height: 1.3em;
}

.notice {
	font-family:"Courier New", Courier, mono;
	margin: 10px 10px 10px 10px;
	border: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	background: #FFFF99;
}

.quotation {
	font-size: 110%;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFFF99;
	padding: 10px 10px 10px 10px;
	background: #FFFFCC;
	font-style:italic;
}

.clear-portfolio {
	clear:both; padding-top: 10px;
}

.text-portfolio {
	float:left;
	width: 400px;
	padding-top: 10px;
}