/*This is the normal style sheet for the 2m site*/


#wrapper{
margin:0 auto;
text-align:left;
width:800px;
background-color: #D1BCE0;  /*This is colour for the background*/
border: 4px #67348B solid; /*DDE7C4 #979b9b*/
border-style: outset;
}


body {
background: url(http://www.2m.org.uk/images/palebluepageBackground.jpg) center top repeat-y;
background-attachment:fixed;
/*background-color: #EEEEFF;  /*This is colour for the background*/
color: #67348B;  /*This is colour for the text*/
font-family: Verdana, Helvetica, Arial, sans-serif; /*This is type of font for the text*/
font-size: 1em;  /*This is relative size of font for the text*/
margin: 0;
}

h1 {

font-size: 1.2em;
text-align: left;
font-style: none;
letter-spacing: 5px; 
}

h2 {

font-size: 1.1em;
text-decoration: none;
}

h3 {

font-size: 1em;
text-decoration: none;
}

h4 {

font-size: .9em;
font-style: none;
}

h5 {

font-size: .8em;
font-style: none;
color: #67348B;  /*This is colour for the text*/
}

p {

font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

p heavy {
font-weight:bold;
text-decoration: none;
}

a:link {
background-color: #966FB1;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

a:visited {
background-color: #966FB1;   /*This was #95b7cd for the background*/
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

a:hover {
background-color: #ffffee;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

a:active {
background-color: #966FB1;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

#container{
margin:0 auto;
text-align:left;
width:750px;
}

#header {
background-color: #ffffff;
border-bottom: solid #67348B 1px;
border-left: solid #67348B 1px;
border-right: solid #67348B 1px;
}

#headerslides {
position: absolute;
top: 0px;
left: 30px;
width: 115px;
text-align: left;
}

#headertext {
padding: 10px;
margin-left: 198px;
text-align: left;
}
 
#header  p {
font-size: 0.8em;
text-align: left;
font-style: none;
letter-spacing: 2px;
}

#content {
position: relative;
width: 779px;
}

#navbar {
position: absolute;
top: 0px;
left: 0;
width: 198px;
text-align: left;
}

#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
text-decoration: none;
font-weight: bold;
border-bottom: solid #67348B 1px;
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 20px; 
display: block;
}

#navbar ul li a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: solid #67348B 1px;
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 20px; 
display: block;
}

#navbar img {
border: 0;
padding: 0px;
}

#main-text {
padding: 10px;
background-color: #ffffff;
border-left: 1px #67348B solid;
border-right: 1px #67348B solid;
border-bottom: 1px #67348B solid;
margin-left: 198px;
text-align: justify;
}

#main-text ul li {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
list-style-type: bullet;
margin: 0;
padding: 0;
}

#main-text img {
border: 0px;
text-align: center;
}

#main-text a:link, #main-text a:visited , #main-text a:active{
background-color: #fff;
color: #000066;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

#main-text a:hover {
background-color: #966FB1;
color: #fff;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

#footer {
padding: 10px;
background-color: #966FB1;
border-left: 1px #67348B solid;
border-right: 1px #67348B solid;
border-bottom: 1px #67348B solid;
margin-left: 198px;
}

#footer p {
font-size: 0.7em;
line-height: 1em;
}

#copyright {
margin-left: 198px;
font-size: 0.5em;
}

#copyright a:link, #copyright a:visited,  #copyright a:hover , #copyright a:active {
background-color: #ffffee;
color:#000066;
font-weight: normal;
}










