@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Verdana", Verdana;
	font-size: 11px;
	color: #8b4a44;
	background-color: #f7f3f3;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

td {
	font-family: "Times", Verdana;
	font-size: 14px;
	color: #8b4a44;
	}

.small {
	font-size:10px;
	}

b.big {
	font-family: "Times", Verdana;
	font-size: 16px
	}

b.sub {
	font-family: "Times", Verdana;
	font-size: 11px
	}

a:link {
	color: #8b4a44;
	text-decoration:underline;}
	
a:visited {
	color: #8b4a44;
	text-decoration:none;}
	
a:hover {
	color: #8b4a44;
	text-decoration:underline;}

a:active {
	color: #8b4a44;
	text-decoration:underline;}


.container{
position: absolute;
top: 0px;
left: 0;
width: 1024px;
height: 768px;
}

#menu{
position: relative;
top: 13px;
left: 435px;
width: 500px;
height: 550px;
}

#menu ul 					{ list-style:none; margin:0px; padding:0 }
#menu li 					{ float:left; margin:0; padding:0; }
#menu li a em 				{ display:none; }
#menu li a 					{ display:block; height:119px; }
#menu ul li a:link 			{ display:block; padding:0 }

#menu li#menuTab1 a 		{width:105px; background:url(../titles/home.png) no-repeat; }
#menu li#menuTab2 a 		{width:79px;  background:url(../titles/bio.png) no-repeat;  }
#menu li#menuTab3 a 		{width:114px;  background:url(../titles/gallery.png) no-repeat;  }
#menu li#menuTab4 a 		{width:118px;  background:url(../titles/contact.png) no-repeat; }
#menu li#menuTab5 a 		{width:76px;  background:url(../titles/links.png) no-repeat; }

#menu_gallery{
position: absolute;
top: 55px;
left: 435px;
width: 800px;
height: 190px;
}

#menu_gallery ul 					{ list-style:none; margin:0px; padding:0 }
#menu_gallery li 					{ float:left; margin:0; padding:0; }
#menu_gallery li a em 				{ display:none; }
#menu_gallery li a 					{ display:block; height:25px; }
#menu_gallery ul li a:link 			{ display:block; padding:0 }

#menu_gallery li#menuTab1 a 		{width:60px; background:url(../titles/art.png) no-repeat; }
#menu_gallery li#menuTab2 a 		{width:121px;  background:url(../titles/webdesign.png) no-repeat;  }
#menu_gallery li#menuTab3 a 		{width:152px;  background:url(../titles/school.png) no-repeat;  }
#menu_gallery li#menuTab4 a 		{width:137px;  background:url(../titles/misc.png) no-repeat; }


.text_home{
position: absolute;
top: 120px;
left: 385px;
width: 510px;
height: 550px;
}

.icons{
position: absolute;
top: 620px;
left: 80px;
width: 200px;
height: 100px;
}

.artgallery{
position: absolute;
top: 80px;
left: 435px;
width: 800px;
height: 650px;
}
.art{
position: absolute;
top: 220px;
left: 435px;
width: 200;
height: 200px;
}
	
	.webdesigngallery{
position: absolute;
top: 80px;
left: 435px;
width: 800px;
height: 550px;
}

.links{
position: absolute;
top: 120px;
left: 435px;
width: 200;
height: 200px;
}


#flashcontent {
	height: 100%;

	}