body {
    font-family: Arial, Sans-Serif;
    color: #000;
    background: url('images/bg_stripes.gif') repeat;
    margin: 0;
    padding: 0;
}

#content {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#footer {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    font: 12px Arial, sans-serif;
    color: #BBBBBB;
}

#footer a {
    color: #BBBBBB;
}

#header {
    color: #FFFFFF;
    position: relative;
    width: 100%;
    height: 174px;
}

#searchboxHolder {
    width: 270px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 135px;
    background: #FFFFFF url('images/search.gif') no-repeat;
}

#searchbox {
	width: 253px;
	margin: 10px 0 0 10px;
}

#domainname {
    color: #000000;
    font: 40px Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50px;
}

#rsHolder2 {
    position: absolute;
    background-color: #000000;
    top: 135px;
    left: 0;
    height: 40px;
    width: 647px;
}

#main {
    width: 900px;
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: inset 0 0 13px 4px #BBBBBB;
    -moz-box-shadow: inset 0 0 13px 4px #BBBBBB;
    box-shadow: inset 0 0 13px 4px #BBBBBB;
    background-color: #ffffff;
}

#rsHolder {
    float: left;
    margin: 20px;
    width: 260px;
}

#rs2 {
	 margin: 6px 0 0 16px;
}

#image {
    width: 588px;
    height: 420px;
    margin: 0 0 0 312px;
    -webkit-box-shadow: inset -2px -2px 13px 2px #BBBBBB;
    -moz-box-shadow: inset -2px -2px 13px 2px #BBBBBB;
    box-shadow: inset -2px -2px 13px 2px #BBBBBB;
}

#links {
    margin-left: 300px;
    width: 550px;
    min-height: 301px;
    padding: 20px;
}
