@charset "utf-8";
* {
	margin : 0;
	padding : 0;
}

#page {
	background-color : #ff66cc;
	width: 750px;
	min-height:400px;
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #eeeeee url(images/Page_r1_c2.jpg) repeat-x;
}

#page .title {
	padding : 10px 0 0 10px;
	height : 51px;
	border-bottom:#333 1px solid;
	width: 400px;
}

#page ul {
	margin : 30px 20px 30px 20px;
}

#page img {
	margin: 0 0 0 15px;
	}