body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color:#501400;
	text-decoration:none;
}

a:hover {
	color:#501400;
	text-decoration:underline;
}

.top_left {
	width: 228px;
	height: 193px;
	background-image: url(images/top_left.jpg);
}

.top_center {
	width: 720px;
	height: 193px;
	background-image: url(images/top_center.jpg);
	background-repeat: no-repeat;
}

.top_left_corner {
	height: 79px;
	width: 228px;
	background-image: url(images/top_left_corner.jpg);
	background-repeat: no-repeat;
}

.top_menu {
	height: 79px;
	width: 720px;
}

.left_column {
	width: 228px;
	height: 500px;
	background-image: url(images/left_column.jpg);
	background-repeat: no-repeat;
}

.content_top {
	width: 720px;
	height: 500px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
}

.content_linker {
	width: 720px;
	height: 52px;
	background-image: url(images/content_linker.jpg);
}

.left_column_bottom {
	background-image: url(images/left_column_bottom.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height:52px;
}

.content_repeat {
	background-image: url(images/content_repeat.jpg);
	width: 720px;
	background-repeat: repeat-y;
	background-position: top center;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.footer2 {
	background-image: url(images/footer2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

h2.header {
	color: #501400;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia, serif;
	text-transform: uppercase;
	margin: 3px 10px 3px 10px;
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
}

p.content {
	margin-right: 165px;
	font-size: 12px;
	font-weight: bold;
	font-family: georgia, serif;
	color: #8C6450;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 2px;
	margin-top: 10px;
}
p.beuty {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family: georgia, serif;
	font-size:13px;
	color: #501400;
	width:300px;
	padding-left: 120px;
	line-height: 15px;
}

p.contact {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family: georgia, serif;
	font-size:13px;
	color: #8C6450;
	width:400px;
	padding-left: 90px;
	line-height: 20px;
}

p.footer_text {
	font-family: georgia, serif;
	font-size:9px;
	color: #8C6450;
	font-weight:bold;
	padding-left:10px;
}

li {
	font-size: 12px;
	font-weight: bold;
	font-family: georgia, serif;
	color: #8C6450;
	list-style-type: square;
	padding-left: 20px;
}

img.img {
	padding: 0px 7px 0px 0px;
	margin: 1px 0px 1px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	clear: both;
} 
