* {margin: 0; padding: 0;}
html {
height: 100%;
margin: 0px auto;
text-align: center;
}
body {
height:100%;
color: #ffffff;
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
background: #643474;
}
#container {
width: 800px;
margin: 0px auto;
text-align: center;
margin-top: 10px;
}
#mainmenu ul {
width: 800px;
background: #cccccc;
font-size: 1.2em;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
list-style: none;
line-height: 26px;
}
#mainmenu ul li {
list-style: none;
display: inline;
position: relative;
}
#mainmenu ul li a {
color: #000000;
position: relative;
padding: 5px 12px 0px 12px;
}
#mainmenu li a:hover {
color: #8100ab;
text-decoration: none;
}
#content {
width: 800px;
background: #000000 url(../images/content-bg.png) repeat-x;
float: left;
}
#header-image {
padding: 76px 0 0 14px;
}
#left-column {
width: 376px;
color: #cccccc;
padding-left: 40px;
padding-right: 40px;
text-align: left;
float: left;
}
#content-text {
padding-top: 30px;
padding-bottom: 20px;
}
#content-text p {
font-size: 1.2em;
padding: 5px 0 5px 0;
}
b {
font-weight: bold; 
}
#right-column {
width: 344px;
color: #cccccc;
padding-top: 50px;
padding-bottom: 50px;
text-align: left;
float: left;
}
#slideshow {
color: #000000;
}
#picture {
color: #000000;
}
#contact {
padding-top: 140px;
}
#footer {
width: 800px;
height: 23px;
padding-top: 22px;
background: #cccccc url(../images/footer-bg.png) repeat-x;
color: #333333;
font-family: Times, serif;
font-size: 1.3em;
font-weight: bold;
text-align: center;
clear: both;
}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 130%; color: #eeeeee; margin: .5em 0 0 0;}
p a:link, a:active, a:visited {
color: #CC88E2;
text-decoration: none;
}
p a:hover {
text-decoration: underline;
}
a, a:link, a:active, a:visited {
color: #CC88E2;
text-decoration: none;
}
a:hover {
text-decoration: none;	
}
textarea {
border: 1px solid #8100ab;
padding: 2px;
background: #ccc;    
}
input {
border: 1px solid #8100ab;
padding: 2px;
background: #ccc;    
font-family: courier, sans-serif;
font-size: 120%;
}
.input {
border: 1px solid #8100ab;
padding: 2px;
background: #ccc;    
font-family: courier, sans-serif;
font-size: 120%;
}
