

body {
    
    background: url(../images/bg.jpg) repeat-x;
    
    font-family: arial;
    font-size: 12px;
    line-height: 25px;
    color: #444;
}

h1 {
    font-family: 'arial narrow';
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #e2b06f;
}

#footer h2 {
    font-family: 'arial narrow';
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #f0f0f0;
}

#header-bg {
    width: 960px;
    height: 84px;
}

#rotate
{
    height: 234px;
    width: 960px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

#rotate2 {
    position: relative;
}

#rotate2>div {
    position: absolute;
    top: 0px;
}

#main-wrapper {
    padding: 0px 25px;
}

#home-right {
    background: #ced6d0;
    width: 290px;
    border-radius: 10px;
}

#home-right-wrapper {
    padding: 10px;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
}

#colshadow {
    background: url(../images/colshadow.png) repeat-x;
    height: 5px;
}

#editable {
    background: url(../images/columns.jpg) repeat-y #f7f7f7 center;
}

.editopbot {
    background: #f7f7f7;
    height: 10px;
}

.editablewrapper {
    padding: 0px 15px;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
}

#footer {
    background: url(../images/footershadow.png) repeat-x #343434;
    height: 145px;
    font-family: 'arial narrow';
    font-size: 12px;
    font-style: italic;
    color: #c6c6c6;
    line-height: 20px;
}

#copy {
    background: #1a1a1a;
    line-height: 40px;
    color: #f0f0f0;
    text-align: center;
    font-family: 'arial narrow';
    font-size: 12px;
}
