* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #505050;
	background: #fff url("../images/topleft.png") no-repeat 160px 50px;
	margin: 10px;
	}

.menu {
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	width: 140px;
	margin: 10px 0 0 10px;
	}

	.menu a {
		color: #a0a0a0;
		text-decoration: none;
		cursor: pointer;
		padding: 3px 3px 0;
		}

	.acitem {
		list-style: none;
		font-size: 14px;
		margin: 0 0 0 15px;
		}

	.menu a:hover, .menu a.active {color: #505050;}

	#home a:hover, #home a.active {background: #e0e0e0;}
	#finearts a:hover, #finearts a.active {background: #abe1ee;}
	#makeup a:hover, #makeup a.active {background: #eed984;}
	#professional a:hover, #professional a.active {background: #f98e8e;}
	#about a:hover, #about a.active {background: #bff594;}
 	#contact a:hover, #contact a.active {background: #d892f6;}

#world {
	position: absolute;
	top: 50px;
	left: 160px;
	width: 820px;
	background: transparent url("../images/botright.png") no-repeat right bottom;
	margin-bottom: 10px;
	padding: 20px;
	}

.colleft {
	float: left;
	width: 400px;
	}

.colright {
	float: right;
	width: 400px;
	}

h1 {
	font-size: 30px;
	color: #d0d0d0;
	}

	h1 span {font-size: 20px;}
	h1 span.last {
		font-size: inherit;
		color: #a0a0a0;
	}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
	}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
	}

p {
	text-align: justify;
	line-height: 16px;
	margin-bottom: 10px;
	}

	.long {text-indent: 50px;}
	
	.inline {float: right;}
	
	.date {
		display: block;
		font-size: 11px;
		margin: -10px 0 10px;
		}

.topthumbs dt {
	float: left;
	clear: left;
	display: block;
	border: none;
	margin: 0 20px 20px 0;
	}

	.topthumbs dd {
		float: left;
		display: block;
		width: 650px;
		background: transparent url("../images/botleft.png") no-repeat left bottom;
		margin-bottom: 20px;
		padding: 0 0 10px 10px;
		}

.homethumb {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	margin: 0 20px 20px 0;
	}

	.homethumb img {
		width: 110px;
		height: 110px;
		}

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

	a:hover, a:active {color: #abe1ee;}
	a:focus {outline: none;}

	a img {border: none;}

ul.list {
	list-style-position: inside;
	margin-left: 20px;
	}

label {
	float: left;
	line-height: 19px;
	width: 84px;
	margin-right: 10px;
	}

input {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 300px;
	height: 15px;
	border: #707070 solid 1px;
	margin-bottom: 10px;
	padding: 2px;
	}

	#submit {
		float: right;
		width: 100px;
		height: 19px;
		margin: 11px 0 0;
		}

textarea {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border: #a0a0a0 solid 1px;
	padding: 3px;
	}