/* MAIN STYLE SHEET - This section applies to all pages */

body {
background-color: #bb7bcf;
background: url(images/background.jpg);
background-repeat: no-repeat;
background-position: fixed;
}

.container {
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}

.content {
background-color: transparent;
background: url(images/torn_edges.png);
background-repeat: no-repeat;
background-position: fixed;
width: 800px;
height: 450px;
text-align: left;
vertical-align: top;
font-family: verdana, arial;
font-style: normal;
font-size: 14px;
color: black;
}

#header {
margin: 20px 0 0 20px;
}

 h1 {
margin: 0;
font-family: georgia, verdana, arial;
font-size: 32px;
font-style: normal;
}

 #subheader {
margin: 20px 0 0 20px;
}

p {
margin: 20px;
}

h2 {
font-family: georgia, verdana, arial;
font-size: 20px;
font-style: italic;
}

 .slogan {
font-family: georgia, verdana, arial;
font-size: 20px;
font-style: italic;
margin-left: 20px;
color: #bb7bcf;
}

 #footer {
font-family: georgia, verdana, arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: white;
text-align: center;
}

a.topmenu {
color: white; 
text-decoration: none; 
font-weight: bold;
font-family: verdana, arial;
font-size: 12px;
}

a.topmenu:link {
color: white; 
text-decoration: none; 
font-weight: bold;
font-family: verdana, arial;
font-size: 12px;
}

a.topmenu:visited {
color: white; 
text-decoration: none; 
font-weight: bold;
font-family: verdana, arial;
font-size: 12px;
}

a.topmenu:hover {
color: white; 
text-decoration: none; 
font-weight: bold;
font-family: verdana, arial;
font-size: 12px;
}

a.text {
color: #953fb1; 
text-decoration: none; 
font-weight: normal;
font-family: verdana, arial;
font-size: 14px;
}

a.text:link {
color: #953fb1; 
text-decoration: none; 
font-weight: normal;
font-family: verdana, arial;
font-size: 14px;
}

a.text:visited {
color: #953fb1; 
text-decoration: none; 
font-weight: normal;
font-family: verdana, arial;
font-size: 14px;
}

a.text:hover {
color: #8cb85c; 
text-decoration: none; 
font-weight: normal;
font-family: verdana, arial;
font-size: 14px;
}

