/* Layout */

#Container {
width:766px;
height:800px;
margin:auto;
}

#Header {
width:766px;
height:151px;
clear:both;
background:url(images/index_01.jpg);
}

#leftCol {
width:108px;
height:450px;
background:url(images/index_02.jpg);
float:left;
}

#navigation {
width:171px;
height:450px;
background:url(images/index_09.jpg) bottom no-repeat;
float:left;
}

#indexWrapper {
width:380px;
height:450px;
float:left;
}

#indexTop {
width:380px;
height:193px;
background:url(images/index_07.jpg) bottom no-repeat;
float:left;
}

#indexBottom {
width:280px;
height:257px;
background:url(images/index_10.jpg);
float:left;

padding:0 0 0 100px;
}

#indexBottom ul {
margin:0 0 0 20px;
padding:0;
}

#AboutBody {
width:380px;
height:600px;
background:url(images/about_07.jpg) bottom no-repeat #FFF;
float:left;
}

#AboutLeftCol {
width:108px;
height:431px;
background:url(images/about_02.jpg);
float:left;
}

#AboutRightCol {
width:107px;
height:431px;
background:url(images/about_05.jpg);
float:left;
}

#AboutNavigation {
width:171px;
height:600px;
background:url(images/about_09.jpg) bottom #fff no-repeat;
float:left;
}

#AboutFooter {
width:526px;
height:78px;
padding:40px 120px 0 120px;
background:url(images/about_10.jpg);
float:left;
color:#fff;
}

#AboutFooter a {
color:#fff;
}

#AboutFooter a:hover {
color:#4d5cff;
}


#ContactBody {
width:380px;
height:431px;
background:url(images/contact_07.jpg) bottom no-repeat #FFF;
float:left;
}

#ContactNavigation {
width:171px;
height:431px;
background:url(images/contact_09.jpg) bottom no-repeat;
float:left;
}


#rightCol {
width:107px;
height:450px;
background:url(images/index_05.jpg);
float:left;
}

#footer {
width:526px;
height:79px;
padding:20px 120px 0 120px;
background:url(images/index_11.jpg);
float:left;
color:#fff;
}

#footer a {
color:#fff;
}

#footer a:hover {
color:#4d5cff;
}

/* Styles */

body {
margin:0;
background:#575757;
}

div {
font-family:Tahoma, Arial, sans-serif;
font-size:11px;
color:#666;
}

a {
color:#666;
}

a:hover {
color:#4d5cff;
}

img {border:none;}

p.topIndexText {
margin:15px 70px 0 0;
display:inline;
}

h1.topIndexText  {
font-size:11px;
font-weight:normal;
display:inline;
margin:15px 0 0 0;
}

.aboutText {
margin:0 20px 0 30px;
}

h2 {
margin:0 0 0 30px;
padding:0;
font-size:11px;
}


h1 {
margin:0 0 0 30px;
padding:0;
font-size:12px;
display:inline;
}

.textLeft {
float:left;
}

.textRight {
float:right;
}

img#rapidstatscounter {
display:none;
}