
/* CSS Document */

body {
background-color: white;
}

#page {
width: 800px;
margin: 0 auto;
}

#logo {
background: url("Logo.jpg") no-repeat;
margin: 0 auto;
height: 217px;
font:"Verdana", Arial, Helvetica, sans-serif;
text-align: right;
padding: 0px;

}

#content {
width: 800px;
margin: 0 auto;
height: 0 auto;
padding-top: 10px;
}

#topcontent {
background: url("topcontent.jpg") no-repeat;
margin: 0 auto;
width: 800px;
height: 80px;
padding: 0;
}

#content2 {
background: url("content.jpg") repeat-y;
margin: 0 auto;
width: 800px;
height: auto;
text-align: center;
}

.text {
padding: 50px;
text-align: center;
float: right;
text-decoration: underline;
font-size: 5em;
padding-top: 100px;
}

.text2 {
padding: 10px;
text-align: center;
}

#contenttext2 {
padding: 0px;
text-align: center;
}

#bottomcontent {
background: url("bottomcontent.jpg") no-repeat; 
margin: 0 auto;
width: 800px;
height: 100px;


}

#sidebar {
width: 200px;
margin: 0 auto;
height: 0 auto;
float: left;
padding: 10px;

}

#sidebartop {
background: url("sidebartop2.jpg") no-repeat;
width: 200px;
margin: 0 auto;
height: 45px;

}

#sidebartop h1{
padding: 10px;
font-size: 2em;
color: white;
}

#sidebarcontent {
background: url("sidebarcontent.jpg") repeat-y;
width: 200px;
margin: 0 auto;
height: auto;

}

#sidebarbottom {
background: url("sidebarbottom.jpg") no-repeat;
width: 200px;
margin: 0 auto;
height: 47px;
padding-bottom: 10px;
}

#googlesearchtop {
background: url("sidebartop2.jpg") no-repeat;
width: 200px;
margin: 0 auto;
height: 45px;

}

#googlesearchcontent {
background: url("sidebarcontent.jpg") repeat-y;
width: 200px;
margin: 0 auto;
height: auto;

}

#googlesearchtop h1 {
padding: 10px;
font-size: 1em;
color: white;

}

#googlesearchbottom {
background: url("sidebarbottom.jpg") no-repeat;
width: 200px;
margin: 0 auto;
height: 47px;

}

#contentfooter {
width: 0 auto;
height: 20px;
padding-top: 20px;
text-align: center;
font-size: 0.75em;
}






