body {
	font: 100% Verdana;
	margin: 20px;
	width;100%;
	max-width:1000px;
	line-height: 26px;
	background-color: #ffffff;
	text-align:center;
}

.container {
    xmin-width: 1000px;
}

.wrapper {
    position: relative;
    overflow: auto;
}

.menu {
	position: relative;
	overflow: auto;
	text-align:center;
	background-color: #ffffff;
	color: white;
	
}

h1, h2, h3 {
    color: black;
	text-align:center;
}

.banner-text {
color:white;
background-color:#66b14c;
text-alignment:center;
font:x-large;
fontfamily:arial black;
height:40px;
padding: 10px;
}

#menulist {
    padding: 0;
    position: relative;
    overflow: auto;
}

.menuitem {
    width: 180px;
    float: left;
    background-color: #0072bc;
    list-style-type: none;
    margin: 4px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

.menuitem:hover {
    background-color: #000066;
}

a {
    color: white;
	font-weight:bold;
}

a:hover {
    color: #ffffff;
}

.imageLarge {
	max-width:1000px;
	width:100%;
	height:auto;
}

.imageSmall {
	max-width:480px;
	width:100%;
	height:auto;;
}

.imageLandscape {
	max-width:700px;
	width:100%;
	height:auto;;
}

.imageThumb {
	max-width:270px;
	width:100%;
	height:auto;
	
	.imageTop {    vertical-align: top;
    width: 200px;
    border: 0px;
    position: relative;
    z-index: -1;
	    border: 1px dotted red;
    background-image: url(IanArt-Studio.htm);
    background-position: center left;
    background-repeat: repeat-x;
    display: block;
    width: 500px;}
