* {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#333333;
text-align:justify;
text-decoration:none;


}

body {
background-color:black;
scrollbar-base-color: white;
scrollbar-face-color: white;
scrollbar-track-color: white;
scrollbar-arrow-color: green;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;

}

#postcard {
width:760px;
height:420px;
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:5%;
background-image:url(images/postcard.jpg);
background-repeat:no-repeat;
background-position:bottom left;
background-color:#FFFFFF;

}

#name img{
 position:absolute;
 left:15px;
 top:15px;
 display:inline;
}



#menu {
float:right;
margin-top:10px;
margin-right:15px;
z-index:2;
}

#menu li {
list-style:none;
display:inline;
margin-left:5px;
margin-right:5px;
}

#menu a {
font-size:x-small;
color:#666666;
}

#menu a:hover {
color:#669900;
font-size:small;
}

#active a{
color:#669900;
font-size:small;
}

#stage {

position:absolute;
top:110px;
left:310px;
height:283px;
width:420px;
overflow-y:scroll;
border:#efefef solid 0px;
padding:10px
}

#stage img {
 border: black solid 3px;
 margin:5px;
 float:right;
}


#image {
position:absolute;
top:110px;
left:10px;
width:284px;
height:300px;
}

#admin {
position:absolute;
top:110px;
left:310px;
height:283px;
width:420px;
overflow-y:scroll;
overflow-x:hidden
}

#admin input {
padding:2px;
margin-right:2px;
font-size:xx-small;
}
#admin table {
margin-top:10px;
margin-bottom:10px;
}
#admin h6 {
text-align:right;
margin-bottom:10px;
}

h1{
margin-top:10px;
margin-left:15px;
display:inline;
float:left;
font-size:40px;
font-size:55px;
font-weight:normal;
letter-spacing:9px;
color:green;
}
h2{
margin-top:10px;
font-weight:normal;
font-size:55px;
letter-spacing:9px;
display:inline;
float:left;
color:#999999;
color:#000000;
margin-left:9px;}
h3{
font-weight:normal;
font-size:small;
color:green;
text-transform:uppercase;
letter-spacing:-1px;

}
h4{
margin-top:29px;
font-weight:normal;
font-size:20px;
letter-spacing:2px;
margin-left:2px;
display:inline;
float:left;
color:orange;
}

h5{}
h6{
font-weight:normal;
font-size:x-small;
margin-top:5px;
color:#999999;
margin-right:10px;}

.item {
margin-bottom:30px;
}

.copy{
text-align:justify;
font-size:x-small;
line-height:15px;
}

a {
font-size:xx-small;
color:green;
}

a:hover {
color:#3366FF;
}

ol {
margin-left:10px;
margin-bottom:30px;
margin-top:20px;
}

li {
margin-left:20px;
font-size:xx-small;
}

img {
float:left;
display:inline;
}

table {
}

th {
font-size:x-small;
font-weight:normal;
}

td {
padding:2px;
}



.interact {
 background-color:#CCCCFF;
 border:solid 1px #666666;
 padding:2px;
 margin:0px;
 font-size:x-small;
}

.button {
 text-align:center;
 background-color:#ffffff;
 border:solid 1px #006600;
 padding:1px;
 padding-bottom:2px;
 padding-top:2px;
 margin:1px;
 font-size:x-small;
}


p {
margin-top:5px;
margin-bottom:20px;
}




