html {
        text-align: center;
}

body {
/*        background-color: #3BA0CA; */
        background-color: #000000;
        color: #000000;
        width: 773px;
        font-family: tahoma,verdana, arial, sans-serif;
        font-size: 10pt;
        text-align: left;
        margin: 0 auto;
}

h1 {
        text-indent: -2000px;
        overflow:    hidden;
        color:       #ffffff;
        height:      105px;
        line-height: 105px;
        margin:      50px 0 0 0;
        padding:     0;
        width:       773px;
        background:  black url(../images/recnet_newhead.jpg) no-repeat;
}

a h1 {
        cursor: pointer;
	cursor: hand;
}

h2 {
        color: #fc8119;
        margin-left: 22px;
}

/* Image replacement time */
h2.ir {
        text-indent: -2000px;
        overflow:    hidden;
        margin:      0;
        padding:     0;
        height:      42px;
        width:       358px;
}

h2#about {
        background:  white url(../images/titles/ti_about.jpg) no-repeat;
}
h2#contact {
        background:  white url(../images/titles/ti_contact.jpg) no-repeat;
}
h2#registration {
        background:  white url(../images/titles/ti_registration.jpg) no-repeat;
}
h2#location {
        background:  white url(../images/titles/ti_location.jpg) no-repeat;
}
h2#speakers {
        background:  white url(../images/titles/ti_speakers.jpg) no-repeat;
}
h2#testimonials {
        background:  white url(../images/titles/ti_testimonials.jpg) no-repeat;
}
h2#sitemap {
        background:  white url(../images/titles/ti_siteup.jpg) no-repeat;
}

h3.ir {
        text-indent: -2000px;
        overflow:    hidden;
        margin:      0;
        padding:     0;
}
h3#guardianjobs {
        background:  white url(../images/logos/guardianjobs.gif) no-repeat;
        height:      50px;
        width:       150px;
        margin-left: 17px;
}
h3#zubka {
        margin-top:  1em;
        background:  white url(../images/logos/zubka.gif) no-repeat;
        height:      40px;
        width:       164px;
        margin-left: 19px;
}
h3#cvlibrary {
        background:  white url(../images/logos/cvlibrary.gif) no-repeat;
        height:      88px;
        width:       200px;
        margin-left: 16px;
}

p.strapline {
        color: #717171;
        margin-bottom: 0px;
        font-size: 11pt;
        font-style: italic;
}

h3 {
        color: #717171;
        margin-bottom: 0px;
        margin-left: 22px;
        font-size: 11pt;
}

.warning {
        font-size: larger;
        font-weight: bold;
        /*color: #717171;*/
        color: #fc8119;
}

/* Image replacement over */

#content {
        float:            left;
        width:            773px;
        border:           0px solid white;
        color:            #000000;
        background-color: #ffffff;
        padding:          0;
        margin:           0;
}

label {
        color: #000000;
}

label em {
        color: red;
}

#content p, #content table {
        width:        490px;
        border-left:  22px solid white;
        margin-right: 10px;
}

#content hr {
        clear:   both;
        display: none;
}

img.photo {
        float: right;
        display: block;
}

.photobar {
        float: right;
        width: 190px;
}

.photobar span {
        display: block;
        width: 190px;
        text-align: center;
}

div.separator {
        border-top: 1px solid #fc8119;
}

div.speaker {
        margin-bottom: 1em;
        clear: both;
}

#sidebar {
        float: right;
        width:   250px;
        padding: 230px 0 0 0;
        height:  300px;
        background: transparent url(../images/page_right.jpg) top right no-repeat;
}

#sidebar a {
        float: right;
}

#footer {
        clear: both;
        width: 773px; /* width of h1 - 5px padding */
        float: left;
        background-color: #303030;
        color: #717171;
        font-size: 7pt;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 60px solid #262626;
        padding: 5px 0;
}

a:link,a:hover,a:visited,a:active {
        color: blue;
}

#footer a {
        color: #717171;
        text-decoration: none;
        padding-left:  1em;
        padding-right: 1em;
}
#footer a:hover {
        text-decoration: underline;
}

#footer br {
        display: none;
}

/* Forms */

input,select,textarea {
    border: 1px solid black;
}
input.checkbox {
    border: none;
}

/* Forms over */

