body {
background-color: white;
margin: 0px;
color: #404040;
font-family: tahoma;
ont-size: 12px;
}

#container {
width: 100%;
}

#header {
width: 100%;
background-image: url(http://www.i-graphix.net/dollmakers/layout/background.gif);
background-position: top left;
background-repeat: repeat;
text-align: center;
border-top: 10px solid #c834ff;
border-bottom: 10px solid #c834ff;
}

#left {
float: left;
width: 31%;
text-align: left;
padding-left: 1%;
padding-right: 1%;

}

#middle {
float: left;
width: 34%;
text-align: left;
}

#right {
float: right;
width: 31%;
text-align: left;
padding-left: 1%;
padding-right: 1%;
}

.centered {
margin: 0 auto 0 auto;
}

#footer {
width: 100%;
background-image: url(http://www.i-graphix.net/dollmakers/layout/background.gif);
background-position: top left;
background-repeat: repeat;
margin-bottom: 0px;
text-align: center;
clear: both;
border-top: 5px solid #c834ff;
border-bottom: 5px solid #c834ff;
padding-top: 10px;
padding-bottom: 10px;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#navigation li a {
   background: #d3feff;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none; 
   color:#fabf34;
   display: block;
   text-align:left;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #7dfbff;
border-right: 1px solid #7dfbff;
border-left: 8px solid #fef508;
line-height:18px;
padding-left: 5px;
}
#navigation li a:hover {
   background: #e5ffff;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none; 
   color:#fef508;
   display: block;
   text-align:left;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d3feff;
border-right: 1px solid #d3feff;
border-left: 8px solid #fabf34;
line-height:18px;
padding-left: 5px;
}

table{
font-family: Tahoma;
color: #808080; 
font-size: 11px;
}

input, textarea{
background: #ff52a8;
font-family: Tahoma;
color: #ffffff; 
font-weight: normal;
font-size: 10px;
border: 1px solid #ec0176;
}

.dragme{position:relative;}

a, a:link
{text-decoration: underline ; font-weight: bold; color:#ff3f9e;}
a:visited
{text-decoration: underline ; font-weight: bold; color:#ff3f9e;}
a:active
{text-decoration: underline ; font-weight: bold; color:#a325e9;}
a:hover
{text-decoration: underline ; font-weight: bold; color:#a325e9;}
a img
{	border: none;}

h1 { 
font-family: Century Gothic; 
font-size: 24px; 
font-weight: bold; 
   display: block;
   text-align:left;
   line-height: 28px;
   padding-left: 5px;
}

.left {
color: #fe3f99;
border-bottom: 4px solid #e4006b;
}

.middle {
color: #0ddaff;
border-bottom: 4px solid #009cd6;
}

.right {
color: #c834ff;
border-bottom: 4px solid #9c00d6;
}

h2 { 
font-family: Century Gothic; 
font-size: 20px; 
font-weight: bold; 
   display: block;
   text-align:left;
   line-height: 24px;
   padding-left: 5px;
}


h3 { 
font-family: Century Gothic; 
font-size: 16px; 
font-weight: bold; 
   display: block;
   text-align:left;
   line-height: 20px;
   padding-left: 5px;
}

code.linkbutton {
background: #A325E9;
font-family: Tahoma;
color: #ffffff; 
font-weight: normal;
font-size: 10px;
border: 1px solid #631296;
display: block;
width: 105px;
height: 29px;
overflow: auto;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 15px;
background-image: url(http://www.i-graphix.net/dollmakers/layout/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height: 20px;
}

#one {
height: 200px;
background-color: #00ff00;
border: 1px solid #007c00;
margin-bottom: 2px;
}

#two {
height: 200px;
background-color: #ffffff;
border: 1px solid #808080;
margin-bottom: 2px;
}

#three {
height: 200px;
background-color: #000000;
border: 1px solid #00ff00;
margin-bottom: 2px;
}

#linkbox {
text-align: center;
}