/*This style sheet controls screen widths 796px - 950px. */

#page-wrap {
width: 100%;
max-width: 700px;
}

#page-wrap {
width: 100%;
max-width: 900px;
margin: 0px auto 10px;
background: white;
}

section {
display: block;
}

#main-content {
clear: both;
}

#main-content h2, #main-content h3, #main-content p, #main-content blockquote {
padding-left: 10px;
}

#main-content img {
width: 98.5%;
max-width: 550px;
display: block;
}

blockquote {
padding-right: 200px;
}


/*This style is for swfs. remove is swfs not used */

#main-content section .slide {
width: 98.5%;
max-width: 550px;
max-height: 389px;
padding-top: 0px;
}

/*Strangely, I've had to create two classes (.slide and .slide2) in the object lines in the swf code because browsers running on a Power PC don't recognise the class in the second object line. But browsers running on Intel Macs need the class in the second object line. This doesn't bode well for testing in Windows!*/

#main-content section .slide2 {
width: 100%;
max-width: 550px;
max-height: 389px;
}

#main-content section .flashaltimage {
width: 100%;
max-width: 550px;
max-height: 389px;
padding-top: 0px;
}

