html 
{
   overflow-y:scroll;
}

body
{
		background-image:url('NearOldhamLeft.jpg');
    background-attachment:fixed;
}
@media (min-width: 600px) and (orientation:landscape) {
	body
	{
      background-image:url('NearOldham.jpg');
			background-attachment:fixed;
	}
}

#mainpage
{
    color:#C80A96;
    margin:10px;
    font-size:100%;
}
#mainpage h1
{
    font-size:6em;
    font-variant:small-caps;
    font-style:oblique;
    text-align:center;
    font-family:"Times New Roman"
}
#mainpage h2
{
    font-size:3em;
    font-weight:bold;
}
#mainpage h3
{
    text-align:right;
    vertical-align:text-bottom;
    position:absolute;
    right:15px;
    bottom:15px;
}

#top_menu , #top_menu ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}
#top_menu li
{
    float:left;
    margin-right:1px;
}
#top_menu a:link,a:visited
{
    display:block;
    width:125pt;
    height:25px;
    text-decoration:none;
    text-align:center;
    background-color:#EFB6E0;
    font-weight:bold;
    font-size:15pt;
    color:white;
}
#top_menu a:hover,a:active
{
    background-color:#C80A96;
}
#top_menu li:hover li 
{
    float:none;
}
#top_menu li ul
{
    display:none;
}
#top_menu li:hover ul 
{
    display:block;
    position:absolute;
    margin-right:1px;
    white-space:nowrap;
}   
div.transbox
{
    margin:44px 40px 40px;
    background-color:#ffffff;
    border:1px solid black;
    padding:30px;
    opacity:0.99;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}
div.transbox p
{
    margin:10px 10px;
    font-weight:normal;
    color:#000000;
}
a.my_anchor:link 
{
  color: blue;
}
a.my_anchor:visited 
{
  color: purple;
}
a.my_anchor:hover 
{
  color: hotpink;
}
a.my_anchor:active 
{
  color: blue;
  font-weight:bold;
}
#header-wrap 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:10;	
}
#header-container 
{
    height: 44px;
    background-color:#ffddff;
    background-image:url('NearOldham.jpg');
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
} 

p
{
	font-size: 18px;
	line-height: 1.5;
} 

h1
{
	font-size: 40px;
}  