/* 
Stylesheet to generate specific website layout
Created by Internet Vision Technologies
*/

body {
margin: 0 0 0 50%;
background-image: url('images/webimages/background.jpg');
background-repeat: repeat-x;
background-color: #3939D1;
}

/* ID's */
#container {
position: relative;
margin: 0 0 0 -378px;
width: 756px;
background: url('images/webimages/bg-mid.jpg') repeat-y;
}

#header {
width: 756px;
height: 152px;
background: url('images/webimages/bg-header.jpg') no-repeat;
}

#contentbackground {background: url('images/webimages/content-background.jpg') no-repeat top;}

#contentarea {
background: url('images/webimages/content-background.jpg') repeat-y bottom;
border: 1px solid #000;
}

#footer {
background: #3939D1;
}

/* Pseudo Classes */

a, a:hover {
font: 11px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FD1905;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.searchfield {
width: 123px;
border: 1px solid #B5B5B5;
}

p, td {
font: 11px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #9A9A9A;
}

.memberstext {
font: 10px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #9A9A9A;
}

.footertext {
font: 11px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #DFDFDF;
}

a.links, a.links:hover {
font: 11px Arial, Helvetica, sans-serif;
font-weight: bold;
color: #969696;
text-decoration: underline;
}

a.links:hover {
text-decoration: none;
}

.divider {
font: 11px Arial, Helvetica, sans-serif;
color: #969696;
}

a.footerlink, a.footerlink:hover {
font: 11px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #DFDFDF;
text-decoration: underline;
}

a.footerlink:hover {
text-decoration: none;
}