body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	/*background-color:#db0916;*/
}

html,body{
    height:100%;
}

body > #container {
    height: auto;
}

div#container {
    width:800px;
    height: 100%;
	position:relative;
	margin:auto;
	background-color:#c7010e;
}

div#main{
    padding-bottom:30px;
}

#footer{
    position:absolute;
    bottom:0px;
    height:9px;
    width:100%;
}

#title {
    background-image:url(../images/title.gif);
    background-repeat:no-repeat;
    height:248px;
}

#title p {
   font-size:0.65em;
   padding:10px 10px 0px 420px;
   line-height:120%;
}

.invi {
   padding-left:15px;
   text-indent:-15px;
}
.comment {
   font-size:0.70em;
   padding:30px 20px 20px 120px;
   line-height:150%;
   background-image:url(../images/comment.gif);
   background-position:left;
   background-repeat:no-repeat;
}

#pagetitle {
    background-image:url(../images/pagetitle.gif);
    background-repeat:no-repeat;
    height:175px;
}

#copyright {
   float:right;
   
}

#contents {
   padding:10px;
   color:#FFFFFF;
   
}

#pagecontents {
   background-image:url(../images/pagecpntentebg.gif) ;
   background-repeat:repeat-y;
   margin:10px;
   color:#000000;
   /*clear:both;*/
}

.pageleft {
   width:500px;
   float:left;
}

.pageright {
   width:250px;
   float:right;
}   
