/*	Designer: Sayoko Yoshida 
	Website: Drawing +- (Spring 2009)
	September 2008
*/

body {
	position: relative;
	margin-top: 0px;
	background-color: #FFF;
	background: url("images/bg.gif");
	}

h1 {
	font: 14px Arial, sans-serif;
	font-style: bold;
	padding-top: 18px;
	text-align: left;
	color: #000;
	}

	
h3 {
	font: 13px regular Georgia, serif;
	font-variant: small-caps;
	letter-spacing: .25em;
	text-align: left;
	padding: 5px 0px 5px 15px;
	color: #3B3B3B;
	border-top: 1px dotted DimGray;
	border-bottom: 1px dotted DimGray;
	}
	
	
p {
	font: 11px/1.3 Arial, sans-serif;
	color: #000;
	}
	

.menu {
	padding: 0px 10px 0px 15px;
	font: 11px/1.3 Arial, sans-serif;
	color: #000;
	}
	
	
img {
	border: none;
	}


a {
	text-decoration: none;
	color: DimGray;
	}

	
a:link {
	color: DimGray;
	}

	
a:visited {
	/*color: #B5D5FF;*/
	color: #00B3B3;
	}


a:hover {
	background-color: #00DAFF;
	color: DimGray;
	}
	

/* -- wrapper -- */

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	min-height: 540px;
	background-color: transparent;
	/*border-right: 1px dotted DimGray;*/
	}



/* -- content -- */

#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#header {
	padding-top: 10px;
	padding-left: 15px;
	margin-left: 10px;
	width: 800px;
	height: 95px;
	background-color: #FFF;
	border-right: 1px dotted DimGray;
	border-bottom: 1px dotted DimGray;
}

	
#colmn_left {
	float: left;
	margin: 10px 0px 20px 10px;
	width: 150px;
	min-height: auto;
	border-right: 1px dotted DimGray;
	border-bottom: 1px dotted DimGray;
	background-color: #FFF;
}

	
#colmn_right {
	margin: 5px 0px 0px 170px;
	padding-left: 15px;
	width: 640px;
	border-right: 1px dotted DimGray;
	border-bottom: 1px dotted DimGray;
	background-color: white;
}

	

/* -- footnote -- */
	
#footnote {
	clear: both;
	font: 14px/1.5 Georgia, serif;
	text-align: right;
}