html
{
    /* Size of largest container or bigger */    
	min-width: 1080px;
}
	
body 
{
	background-color: white;
}

h1
{
    font-family: verdana;
    color: black;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2
{
    font-family: verdana;
    color: black;
    padding: 0px;
    margin-top: 32px;
    margin-bottom: 6px;
}

div#header
{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

div#wrapper
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    width: 750px;
    background-color: #FFFFFF;
}

div#content
{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:link
{
    color: #FF0000;
    text-decoration: none;
}

a:visited
{
    color: #800080;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    text-decoration: underline;
}

xmp.code
{
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	display: block;
	padding: 10 10 10 10px;
	margin: 10px;
	border: 1px dashed black;
	background-color: #F8F8F8;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}