/*Style & Vision Style Sheet*/

body {
background-color: white;
margin: 0px;
text-align: center;
padding: 0px;
background-image: url(Resources/graphpaper.gif); 
}

div#container {
background-color: white;
width: 781px;
margin:  1em auto;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
color: #666;
font-size: 12px;
font-weight: normal;
text-align: left;
height: auto;
}

div#header {
width: auto;
font-size: 0em;
height: 42px;
background-image: url(Resources/svbg1.gif);
}

div#leftcolumn {
width: 42px;
background-image: url(Resources/svbg2.gif);
float: left;
}

div#imagecolumn {
width: 218px;
background-color: white;
float: left; }

div#maincolumn {
width: 438px;
float: left;
padding-left: 33px;
padding-right: 50px;
padding-top: 30px;
clear: both; }

div#footer {
width: auto;
background-image: url(Resources/svbg5.gif);
height: 42px;
clear: both;
color: white;
}

p {
margin: 0px;
padding: 6px;
border: 0px; }

.colour-text {
	color: #ff5e34;
}
