
@charset "UTF-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/*Modified*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*added code is below*/
body {
	color: #333;
  background: #fff2e5;
  margin:0;
  padding:0;
  text-align:center;
}



/* ===== Links ===== */
a:link,a:visited {
  color: #693;
}


a:hover,a:active {
  color: #333;
}



/* ===== Base Layout ===== */
#container {
  background:#fff;	
	width:780px;
	margin: 50px auto 0 auto;
	padding: 0;
	position: relative;
	border: 1px solid #333;	
}


#contents {
  width:750px;
  margin: 0 auto;
  padding: 0 auto;
  text-align: left;
}

*html #contents {
  padding: 0 0 0 20px;
}

