/* wild angel - betty boop style */

body {
	background: #fff url(img/bg1.gif);
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#container {
	position: absolute;
	left: 50%;
	width: 800px;
	height: auto;
	margin-left: -300px;
	padding: 10px;
	z-index: 1;
}

#head {
	position: relative;
	margin: auto;
	width: 640px;
	height: auto;
}

#logo {
	background: url(img/logo.gif) no-repeat;
	position: absolute;
	right: 180px;
	top: 72px;
	width: 244px;
	height: 55px;
}

#betty1 {
	background: url(img/betty01.gif);
	position: absolute;
	right: 0px;
	width: 213px;
	height: 261px;
	z-index: 3;

}

#content {
	background: #fff;
	position: relative;
	margin: auto;
	padding: 5px;
	top: 174px;
	right: 128px;
	width: 800px;
	height: 480px;
	border: solid 2px #d6272b;
	z-index: 2;
}

#blampish {
	background: url(img/blampish.gif);
	width: 160px;
	height: 16px;
	position: absolute;
	right: 125px;
	top: 680px;
}

#menu {
	position: absolute;
	width: 800px;
	height: 36px;
	top: 150px;
	left: -104px;
	z-index: 1;
	}
	
#aboutme {
	top: 0px;
	float: left;
}

#portfolio {
	top: 0px;
	float: left;
}

#freestuff {
	top: 0px;
	float: left;
}

#getintouch {
	top: 0px;
	float: left;
}


#aboutme img{
	background: url(img/aboutme1.gif) top left no-repeat;
	height: 36px;
	width: 150px;
	border-width: 0;
}

a#aboutme:hover img{
	background: url(img/aboutme2.gif) top left no-repeat;
	height: 36px;
	width: 150px;
	border-width: 0;
}

#portfolio img{
	background: url(img/portfolio1.gif) top left no-repeat;
	height: 36px;
	width: 166px;
	border-width: 0;
}

a#portfolio:hover img{
	background: url(img/portfolio2.gif) top left no-repeat;
	height: 36px;
	width: 166px;
	border-width: 0;
}

#freestuff img{
	background: url(img/freestuff1.gif) top left no-repeat;
	height: 36px;
	width: 162px;
	border-width: 0;
}

a#freestuff:hover img{
	background: url(img/freestuff2.gif) top left no-repeat;
	height: 36px;
	width: 162px;
	border-width: 0;
}

#getintouch img{
	background: url(img/getintouch1.gif) top left no-repeat;
	height: 36px;
	width: 180px;
	border-width: 0;
}

a#getintouch:hover img{
	background: url(img/getintouch2.gif) top left no-repeat;
	height: 36px;
	width: 180px;	
	border-width: 0;
}

.thumb {
	background: #fff;
	width: 60px;
	height: 40px;
	border-width: 0;
	padding: 5px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6272b;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d6272b;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;

}

a:link {
display: compact;
background: #fff;
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: inherit;
font-weight: bold;
color: #d6272b;

}

a:visited {
display: compact;
background: #fff;
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: inherit;
font-weight: bold;
color: #d6272b;
}

a:hover {
display: compact;
background: #fff;
text-decoration: underline;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: inherit;
font-weight: bold;
color: #d6272b;
}

a:active {
display: compact;
background: #fff;
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: inherit;
font-weight: bold;
color: #d6272b;
}
