body.main {
    background: #929292 url(../images/background.jpg) repeat-x top;
    font-family: "Myriad Web Pro", "Segoe UI", Arial, Helvetica, sans-serif;
}

#orange-bubble, #green-bubble, #purple-bubble {
    display: block;
    height: 180px;
    position: absolute;
    text-align: center;
    width: 180px;
}

#contact-box, #content-box {
	position: absolute;
    display: block;
    text-align: center;
	left: 200px;
    width: 300px;
}

#sanebrowser-box {
	position: absolute;
    display: block;
    text-align: center;
	left: 100px;
    width: 500px;
}

#content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    top: 0px;
}

#close-button {
	float: right;
	width: 19px;
	height: 19px;
	background-image: url(../images/close.gif);
	cursor: pointer;
}

.quotation {
    font-family: "Myriad Web Pro", "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: italic;	
}


img.shot {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}

img {
    border: 0;
}

h1 {
    z-index: 1;
    font: 2.2em "Myriad Web Pro", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #202020;
    font-weight: normal;
    margin: 0;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

#orange-bubble p, #green-bubble p, #purple-bubble p {
    z-index: 1;
    position: relative;
    font-size: 1em;
    padding-top: 71px;
    color: #FFFFFF;
	margin: 0px;
}

.slogan
{
	font-family: Georgia;
	font-style: italic;
	font-size: 2.55em;
}

.link
{
	cursor: pointer;
}

IFRAME
{
	border: 0;
}

.handle
{
	background: url(../images/spacer.gif) repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
	height:60px;
	z-index: 5;
	cursor: move;
}

#contact-handle
{
	cursor: move;	
}

#contact-box p, #sanebrowser-box p
{
    z-index: 1;
    position: relative;
    font-size: 0.8em;
    color: #000;
}

#sanebrowser-box p, #sanebrowser-box li {
    z-index: 1;
    position: relative;
    font-size: 0.8em;
    color: #000;
	text-align: left;
    font-family: "Myriad Web Pro", "Segoe UI", Arial, Helvetica, sans-serif;
}

p {
    font-family: "Myriad Web Pro", "Segoe UI", Arial, Helvetica, sans-serif;
}


#header {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 10;
}

#footer {
    text-align: center;
    margin-top: 555px;
    font-size: 0.7em;
    line-height: 14px;
    color: #fff;
    width: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    background: transparent;
}

#footer img {
    position: relative;
    top: 6px;
}

A:hover {
	color: #666666;	
	text-decoration: none;
}
A {
	color: #333333;	
	text-decoration: none;
}

