body {
    width: 1100px;
    margin: auto;
    background-color: #ffb800;
    background-image: url(images/bg.jpg);
    background-attachment: fixed;
	
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5f6770;
}

/* header */
header {
    background-color: #8470FF;
    height: 100px;

    padding: 0px 0px 0px 30px;
}

header img {
    margin: auto;
    float: left;
}

header p {
    padding-top: 30px;
    margin-top: 0px;
    margin-left: 120px;
    font: 24pt/20pt Helvetica;
    color: #A6CAF0;
}

/* navigation */
nav {
    background-color: #6A5ACD;
    height: 50px;
}

nav a {
    display: inline-block;
    padding: 5px 20px;
    margin: 5px 30px;
    height: 30px !important;
    color: #ffffff;
    border-radius: 16px;
}

nav a:link, nav a:visited {
    font-size: 16pt;
    text-decoration: none;
}

nav a:hover {
    border: soled 1px;
    background-color: #333399;
}

nav a.current, nav a.current:hover {
    color: #000000;
    background-color: #e2e4e6;
    border: solid 1px;
}

/* content */
article {
    background-color: #E6E6FA;
    color: #000000;
    font-size: 14pt;
    min-height: 500px;
}

article div.bigimage {
    width: 100%;
    clear: both;
}

article div.quote {
    margin-top: 40px;
    margin-bottom: 10px;
    font-style: italic;
    width: 460px;
}

article div.quote1 {
    float: left;
    margin-left: 140px;
	font-size:13px;
}

article div.quote2 {
    float: right;
    margin-right: 140px;
	font-size:13px;
}

article div.quote p.author {
    text-align: right;
    margin-left: auto;
    font-style: normal;
	font-size:13px;
}

article div.clear {
    clear: both;
}

article #content {
    padding: 40px 60px;
    text-indent: 20px;
}

article ol, article ul {
    margin-left: 24px;
}

article .floating-left {
    float: left;
}

article .floating-right {
    float: right;
}

article form {
    width: 100%;
    /*margin-left: 100px;
    margin-right: 100px;*/
}

article div.form-item {
    margin-bottom: 10px;
}

article label {
    display: inline-block;
    text-align: left;
    width: 140px;
}

article input[type=text] {
    width: 300px;
}

article input[type=submit] {
    width: 100px;
    margin-left: 348px;
}

article textarea {
    width: 442px;
    height: 200px;
}

article a {
    color: #0000cc;
}

article a:link, a:visited {
    text-decoration: none;
}

article a:hover {
    text-decoration: underline;
}

/* footer */
footer {
    background-color: #6A5ACD;
    height: 40px;
    padding-top: 10px;
}

footer span {
    margin: 0 50px; 
    color: #ffffff;
    font-family: Helvetica;
}

footer span a:link, footer span a:visited {
    color: #ffffff;
}