
body {
	background: #fff;

	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:70%;
}

img {
	border: 0px;
	}

a:link {
	color: #000;
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: #000;
	text-decoration: none;
	border: 0px;
}

a:active {
	color: #000;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #555;
	text-decoration: none;
	border: 0px;	
}

#container {
	width: 700px;
	height: 800px;
	margin: auto;
//	background-image:url('images/bg.jpg');
//	background-repeat:no-repeat;	
}

#left {
	border-right:1px dashed #000;
	margin: 0px 50px 0 0;
	width: 150px;
	height: 600px;
	float: left;
}

#right {
	margin: 50px 0px 0 0;
	width: 600px;
	height: 600px;
}

h2 {
	float:left;
}

#sn {
	text-align: right;
	margin: 30px 0 0 0;
}



