* {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	line-height:1.4em;
}
body {
    background-color: #000;
    background-image: url('Background.png');
}
#wrapper {
	width:800px;
	margin: 0pt auto;
}

/* Styling of Main Content */

.main {
    /*margin-top: 1em;*/
    padding: 1em 1em 1em 1em;
    margin-left: 10%;
    margin-left: 10%;
	margin: 0pt auto;
    width: 100%;
    border: 1px solid #555555;
    overflow: auto;
    color: #DDDDDD;
	background-color: #000;
}

/ * Images */
.thumbnails {
    width: 132px;
    overflow: auto;
}

.thumbnail {
    width: 128px;
    height: 84px;
    margin: 2px;
    margin-right: 16px;
    padding: 2px;
    border: 1px solid #555555;
}

.segment .thumbnail {
    width: 48px;
    height: 48px;
    margin-right: 32px;
    border: none;
}

.wide-picture {
    text-align: center;
    padding: 2px;
    width: 300x;
    height: 225px;
    margin: 2px;
    border: 1px solid #555555;
}




/* Help & Support Stylings */

ul.toc {
    list-style-type: none;
    padding-top: 2em;
    padding-bottom: 2em;
}

.help-segment {
    padding-bottom: 2em;
}


/* Header Stylings */

.header {
    overflow: auto;
    /*margin-right: 10%;
    margin-left: 10%;*/
}

.header img {
    padding: 0px;
    margin: 0px;
    float: left;
}

.header img a {
	border: none;
}

.header .header-links {
    text-align: right;
}
.header-links {
	margin-top: 40px;
	margin-bottom:0px;
}

.header-links span {
	margin-left: 15px;
}
.header-links span a {
	text-decoration: none;
	text-transform: uppercase;
}

/* Footer Stylings */

.footer p, .footer p a {
    color: white;
    text-align: center;
	font-size: 8pt;
	font-style: italic;
}

/* Links */

a {
    color: #e8ba57;
}

a.hover {
    color: #ffdd5f;
}

a.active {
    color: #ffc26c;
}

.video {
    margin-left: 275px;
}

/* Simple Generic Classes */

.left {
    float: left;
}

.right {
    float: right;
}

.overflow {
    overflow: auto;
}