@charset "UTF-8";#container {	width: 700px;	margin-right: auto;	margin-left: auto;	height: 720px;	background-color: #A69E16;	-moz-box-shadow: 3px 3px 3px #666;    -webkit-box-shadow: 3px 3px 3px #666;     box-shadow: 3px 3px 3px #666;	 -moz-border-radius-bottomleft: 50px;	 -webkit-border-bottom-left-radius: 50px;}body {	background-image: url(images/bodyback.png);	background-repeat: repeat-x;	}#container #header {	margin-top: 20px;}#container #main {	background-color: #A69E16;}#container #main #left ul {	list-style-type: none;	font-size: 18px;	line-height: 50px;	padding-left: 50px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	margin-top: 50px;	}#container #main #right {	float: right;	width: 550px;	background-image: url(images/title.png);	background-repeat: no-repeat;	background-position: 255px 0px;}#container #main #left {	float: left;	width: 150px;}#container #main #right p {	width: 300px;	margin-left: 100px;	text-align: justify;	border: thin solid #7B7D63;	padding: 20px;	margin-top: 51px;	height: 110px;}#container #main #left ul li {	font-family: Arial, Helvetica, sans-serif;	padding-bottom: 5px;}#container #main #right img {	border: thin solid #7D7B63;	margin-left: 100px;	padding: 5px;	height: 120px;	width: 392px;}a:link {	color: #000;	text-decoration: none;}a:visited {	text-decoration: none;	color: #333;}a:hover {	text-decoration: none;	color: #030;}a:active {	text-decoration: none;}
