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

body {
	padding: 0x;
	margin:0px;
	background: #938060;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color:#666;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color:#333;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

img, img a, div, div a {
	border:none;
}

p {
	margin:0 0 10px 0;
	padding:0;
}



#main {
	margin:0 auto;
	paddingp:0px;
	width:900px;
}


#content {
	margin:0;
	padding:20px;
	background:url(images/layout_14.jpg) top left no-repeat;
	width:598px;
	height:419px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	font-variant:small-caps;
	overflow:auto;

}


#center {
	text-align:center;
}

.larger {
	font-size:18px;
}

