

body { 
margin: 0px;
font-size: small;
font-family: tahoma, sans-serif;
background:#58574f url('images/bg.jpg') no-repeat scroll left top;
color: #eee;
}

a { text-decoration: none; color: #cc91df; }
a img { border: 0px; }
p, h1 { margin: 0px; padding: 0px; }

p {font-size: small;
}

img {
	border: none;
}

.menuHolder {
	margin-left: 675px;
	margin-top: 20px;
}

#menu {
	width: 450px;
	height: 60px;
}

#menu ul, #menu li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li {
	margin-left: 15px;
	margin-right: 15px;
}
	

#menu a {
	color: #62605f;
}

#menu a:active a:visited {
	color: #62605f;
}

#menu a:hover {
	color: #716e6d;
	text-decoration: underline;
}

#homeImage {
	width:860px;
	margin-left: 280px;
}

.copyright {
	margin-left: 295px;
	font-size: x-small;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #ddd;
	margin-top: 25px;
}

#content {
	margin-left: 295px;
	width: 860px;
}

.work img {
	border: 2px;
	border-color: #bbb;
	border-style: solid;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tinyart {
	width: 860px;
}

