@charset "utf-8";
/* CSS Document */

body{
	
	color:#000;
	background: #fff url(images/bg-basic.jpg) 50% 0 repeat-x;
}
#wrapper {
	
	z-index:0;

}
#wrap {
	position:absolute;
	width:900px;
	height:700px;
	right:0px;
	/* border: 1px solid #0f0;  */
	border:none;
} 
h1 {
	position:relative;
	color: #000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:none;
	font-weight:400;
	font-size:34px;
	line-height: .10;
	margin-top:30px;

}
h2 {
	color: #000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:26px;
	font-weight:400;
	line-height: .3;
}
/* h3 {
	color: #fff;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	font-weight:400;
} */
#header {
	position:absolute; 
 	margin-left: auto;
  	margin-right: auto;
	margin-top:4px;
	right:200px; 
	/* padding:10px;  */
	width:650px;
	border: 1px solid #f00;  
}
#url_text {
	color: #000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:26px;
	font-weight:400;
	line-height: .8;
	letter-spacing: .18em;
}
#header_image {
	margin: 10px;
	background-image:url('./images/logo1.jpg');
	height:100px;
	width:100px;
	float:left;
}
a:link {
	color: #999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 600;
	border:none;
}
/* a:visited {
  	color: #999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    font-weight: 600;
} */
a:hover {
	color: #303030;
	font-weight: 600;
	text-decoration: underline overline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
} 
img{
	border:0px;
	/* "border:none;" doesn't work with ie */
}
#scroller_box {
	width:600px;
	height:310px;
	position:absolute;
    top:225px;
	right:0px;
	z-index:1;
	/* border:1px solid #f00;  */
	margin:0 auto;
} 
#text_box {
	width:400px;
	height:625px;
	right:400px;	
	position:absolute;
    top:35px;
	background: #fff url(images/bg-text_box.jpg) 50% 0 repeat-x; 
	z-index:15;
	/* border:1px solid #f0f;  */
	margin:0 auto;
}
#left_box {
	width:900px;
	height:625px;
	position:absolute;
	right:400px;
    top:35px;
	right:500px;
	background: #fff url(images/bg-text_box.jpg) 50% 0 repeat-x; 
	z-index:11;
	/* border:1px solid #f00; */
	margin:0 auto;
} 
#footer{
	clear:both;
	padding:10px;
	position:absolute;
	top:185px;
	width:630px;
	right:0px;
	color: #999;
	font-weight: 200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: none;
	text-align:center;
	/* border: 1px solid #f00;  */
	}
#footer a{
	color: #999;
	font-weight: 200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: none;
	text-align:right;
}
* html #footer {
	height:1px;
}
/* #scroll_notes { 
	width:500px;
	border:2px;
} */
/* a:active {
	color: #295BA5b;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 600;
}
#visiting {
	color: #cccccc;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 600;
} */
/* #page_title {
	width: 800px;
	color: #000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
	padding-bottom: 10px;
	padding-top: 10px;
} */
/* #main {
	clear:both;
	display:block;
	padding:5px 10px;
	width:1000px;
	height: 310px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	color: 000;
	text-align: left;
	border: 1px solid #00f;
} */


