img
{
border: 0px;
}

* 
{ 
margin: 0; 
padding: 0; 
font-family: "Palatino Linotype";
font-size: 13px;
color: black;
} 



shbody, shselect 
{
scrollbar-3d-light-color: #E4D7F1;
scrollbar-arrow-color:#57345e;
scrollbar-base-color: #57345e;
scrollbar-dark-shadow-color: #381e40;
scrollbar-face-color: #E4D7F1;
scrollbar-highlight-color: #E4D7F1;
scrollbar-shadow-color: #57345e;
}

body 
{
background: url(design/bg.jpg);
margin: 0px;
}


a:link 
{
text-decoration: none;
color: #535353;
}

 
a:visited 
{
text-decoration: none;
color: #535353;
}

 
a:hover 
{
text-decoration: underline;
color: #6F7E6C;
}

 
a:active 
{
text-decoration: none;
}


#container
{
top: 0px;
position: relative;
height: 100%;
left: 50%;
margin-left: -400px;
width: 800px;
}


#header
{
position: relative;
top: 0px;
left: 0px;
width: 776px;
height: 142px;
padding: 0px;
margin: 0px;
background: url(design/int_01.png) no-repeat;
}

#links
{
position: absolute;
top: 104px;
left: 5px;
width: 756px;
height: 29px;
padding: 0px;
margin: 0px auto;
border: 0px solid black;
}


#meat
{
position: relative;
top: 0px;
left: 0px;
width: 776px;
background: url(design/int_02.png) repeat-y;
padding: 0px;
margin: 0px;
}


#potatoes
{
position: relative;
width: 680px;
padding: 30px 50px 50px 50px;
margin: 0px;
}


#feet
{
position: relative;
left: 130px;
width: 500px;
padding: 30px 0px 20px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
border-top: 1px black dotted;
}

#bottom
{
position: relative;
top: 0px;
left: 0px;
width: 776px;
height: 26px;
background: url(design/int_03.png) no-repeat;
padding: 0px;
margin: 0px;
}


p
{
margin-bottom: 20px;
}

p.center
{
margin-bottom: 20px;
text-align: center;
}

#selectbox
{
text-align: center;
padding: 0px 0px 40px 0px;
}

#picture
{
text-align: center;
}

#charlabel
{
text-align: center;
padding: 20px 0px 0px 0px;
}

#namelabel
{
text-align: center;
padding: 0px 0px 0px 0px;
}

#otherlabel
{
text-align: center;
padding: 20px 0px 0px 0px;
}

.albumimage
{
border: 1px solid black;
}

select
{
border: 1px solid black;
}

/*
h2 
{
position: absolute; 
font-size: 20px;
font-family: "Courier New", "Courier", monospace;
border: 0px dotted black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
z-index: 10;
}

h2.light
{
top: 23px; 
left: 193px; 
color: #94aeb5;
}

h2.shade
{ 
color: #94aeb5;
}

h2.fill
{
color: black;
font-weight: lighter;
}

*/

h5
{
position: relative;
left: 80px;
width: 500px;
padding: 20px 0px 5px 0px;
margin: 0px 0px 20px 0px;
border-bottom: 1px black dotted;
text-align: center;
font-size: 17px;
font-weight: normal;
font-family: "Palatino Linotype";
}




h6
{
position: relative;
left: 180px;
width: 300px;
padding: 20px 0px 5px 0px;
margin: 0px 0px 20px 0px;
border-bottom: 1px black dotted;
text-align: center;
font-size: 15px;
font-weight: normal;
font-family: "Palatino Linotype";
}


label
{
margin: 0px 10px 0px 0px;
}

input.text, textarea
{
background: white !important;
border-width: 1px;
border-style: solid;
border-color: black;
}

ul.navbar
{
width: 756px;
margin: 0px 10px 0px 10px;

}

ul.navbar li
{
padding: 5px 10px 0px 10px;
height: 30px;
border: 0px solid yellow;
z-index: 10;
display: inline;
float: left;
}

ul.navbar li a:link
{
color: white;
}

ul.navbar li a:hover
{
color: purple;
}

ul.navbar li a:visited
{
color: white;
}

ul.navbar li a:active
{
color: white;
}


p.ed
{
font-size: 8px;
}