* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: url(img/bg-body.png) top left repeat-x #D5D5D5;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #858585;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

#container {
    width: 960px;
    margin: 0 auto 0 auto;
}

#head {
    background: url(img/bg-head.jpg) top left no-repeat;
    padding: 15px 60px 0 0;
    height: 36px;
}

.btn {
    float: right;
}

#content {
    background: url(img/bg-content.jpg) repeat-y;
    padding: 50px;
}

#content p {
    padding: 16px 50px 50px 50px;
}

#content p a {
    font-weight: bold;
    color: #5C0025;
}

#copy {
    float: left;
    width: 346px;
}

#swf {
    float: left;
    height: 336px;
    width: 514px;
}

#btm {
    background: url(img/bg-foot.png) top left no-repeat;
    height: 130px;
}

#news {
    margin: 42px 0 0 70px;
    float: left;
    width: 262px;
}

#logo-am {
    float: left;
    width: 132px;
    padding: 32px 0 0 48px;
}

#request {
    float: left;
    width: 184px;
    padding-top: 39px;
}

#request input {
    color: #666666;
    font-size: 10px;
}

#request .field {
    border: none;
    background: transparent;
    height: 20px;
    width: 178px;
    padding-left: 6px;
}

#request .field-btm {
    border: none;
    background: transparent;
    height: 20px;
    width: 133px;
    padding-left: 6px;
}

#request .submit {
    border: none;
    background: transparent;
    height: 20px;
    width: 37px;
    cursor: pointer;
    margin-left: 4px;
}

#social {
    float: left;
    padding: 80px 0 0 72px;
}

#social a {
    margin: 2px;
}

#foot {
    padding: 0 13px 0 70px;
    color: #848484;
}

#foot p {
    padding-top: 12px;
}

#loading {
    position: absolute;
    z-index: 100;
    width: 184px;
    height: 60px;
    background: #fff;
    display: none;
	text-align:center;
	padding-top: 20px;
}


